Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-14 Thread Smitty
> You could set up a dummy database for testing? Yes I could, for teh meomnt I installed apache and php, apache works, php doesn't, if I get php working then I'll see about a database. > So, which files in doc/ should go into CVS? At a quick glance, only the > files in the doc/ directory itsel

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-14 Thread Nicholas Leippe
On Friday 14 March 2003 05:50 am, you wrote: > On Don, 2003-03-13 at 20:49, Smitty wrote: > > > > If I can do a CVS commit when I've been changing things on the webserver > > from the webserver that would be good. > > You can, but that should be the exception because otherwise the only > improvem

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-14 Thread Michel Dänzer
On Don, 2003-03-13 at 20:49, Smitty wrote: > > If I can do a CVS commit when I've been changing things on the webserver > from the webserver that would be good. You can, but that should be the exception because otherwise the only improvement over the current situation is that there's a backup in

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-13 Thread Smitty
> I'm not sure what you mean here. If you cvs commit on the webserver, the > only bandwidth you need is for the I/O on your terminal. The CVS > protocol traffic is only between the machine you are logged in on and > the machine the CVS repository is on, both sf.net. And even if you > commit direct

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-13 Thread Smitty
> Maybe this is a radical proposal, but it's a thing I've made good > experience with, over the last few months. > > http://twiki.org > > It is probably not the right thing if you want a perfectly styled > corporate web site. But it is an easy way for everybody to keep > documentation up-to-date

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-13 Thread Felix Kühling
Maybe this is a radical proposal, but it's a thing I've made good experience with, over the last few months. http://twiki.org It is probably not the right thing if you want a perfectly styled corporate web site. But it is an easy way for everybody to keep documentation up-to-date. The documents a

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-13 Thread Michel Dänzer
On Don, 2003-03-13 at 16:05, Smitty wrote: > > > > I'd rather not use CVS myself just for the website, when I mess up a > > > single character I just ssh onto the webserver and use vi to change > > > it. > > > > > > Also when something is being considered I like to test it / play with > > > and

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-13 Thread Smitty
> We don't need to put everything into CVS right away, but the way several > people are editing the same files right now is dangerous. Somewhat, at least it makes life interesting. > > I'd rather not use CVS myself just for the website, when I mess up a > > single character I just ssh onto the

Re: [Dri-devel] dri driver features page -> website in CVS

2003-03-12 Thread Michel Dänzer
On Mit, 2003-03-12 at 23:15, Smitty wrote: > > > PS: Editing files like this makes me kind of nervous, we should really > > > work out a way to handle the website in CVS. > > > > What's the difficulty in having it in CVS? it's extremely trivial to set > > up, you just tell the web server to cvs up

[Dri-devel] dri driver features page -> website in CVS

2003-03-12 Thread Smitty
> > PS: Editing files like this makes me kind of nervous, we should really > > work out a way to handle the website in CVS. > > What's the difficulty in having it in CVS? it's extremely trivial to set > up, you just tell the web server to cvs up from the repository every few > hours or so. The we

Re: [Dri-devel] dri driver features page

2003-03-09 Thread Brian Paul
Ian Romanick wrote: Brian Paul wrote: Leif Delgass wrote: Add to list: --- GL_ARB_multisample - R200, R100, mga (What's necessary for a driver to support this?) I wouldn't advertise support for GL_ARB_multisample until it really works. The OpenGL spec allows one to support the entrypo

Re: [Dri-devel] dri driver features page

2003-03-09 Thread Chris Howells
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi, On Sunday 09 March 2003 21:11, Michel Dänzer wrote: > PS: Editing files like this makes me kind of nervous, we should really > work out a way to handle the website in CVS. What's the difficulty in having it in CVS? it's extremely trivial to set u

Re: [Dri-devel] dri driver features page

2003-03-09 Thread Michel Dänzer
I just made some changes: * the r200 driver works pretty well on PPC here :) * changed the comment about the Radeon drivers on x86 from 'AGP only' to 'PCI cards require Option "ForcePCIMode"' (which takes quite a lot of space, better ideas?) * removed the bogus p

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Ian Romanick
Brian Paul wrote: Leif Delgass wrote: Add to list: --- GL_ARB_multisample - R200, R100, mga (What's necessary for a driver to support this?) I wouldn't advertise support for GL_ARB_multisample until it really works. The OpenGL spec allows one to support the entrypoints without really im

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Leif Delgass
On Sat, 8 Mar 2003, Nicholas Leippe wrote: > On Saturday 08 March 2003 05:02 pm, Leif Delgass wrote: > > BTW, I changed the PHP tags from ' > since the short versions didn't work when testing on my local system with > > PHP 4.1.2, and the PHP docs indicate the short versions are deprecated > > sin

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Nicholas Leippe
On Saturday 08 March 2003 05:02 pm, Leif Delgass wrote: > BTW, I changed the PHP tags from ' since the short versions didn't work when testing on my local system with > PHP 4.1.2, and the PHP docs indicate the short versions are deprecated > since they don't work well with XHTML. Good catch. I di

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Leif Delgass
On Sat, 8 Mar 2003, Brian Paul wrote: [snip] > > GL_ARB_multisample - R200, R100, mga (What's necessary for a driver to > > support this?) > > I wouldn't advertise support for GL_ARB_multisample until it really works. > The OpenGL spec allows one to support the entrypoints without really > imp

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Brian Paul
Leif Delgass wrote: On Sat, 8 Mar 2003, Brian Paul wrote: Nicholas Leippe wrote: On Thursday 06 March 2003 08:26 am, Suzy Deffeyes wrote: Who is the audience for the table? Is it the end user checking to see if a feature is available and/or has some form of HW acceleration? Or is the audienc

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Leif Delgass
On Sat, 8 Mar 2003, Brian Paul wrote: > Nicholas Leippe wrote: > > On Thursday 06 March 2003 08:26 am, Suzy Deffeyes wrote: > > > >>Who is the audience for the table? Is it the end user checking to see if a > >>feature is available and/or has some form of HW acceleration? Or is the > >>audience

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Nicholas Leippe
On Saturday 08 March 2003 11:25 am, you wrote: > I think that if you want to get into more detail about hw vs. sw features, etc > that it should be put below in the "Driver-specific Notes" section below. But > if someone feels strongly about it and will do all the work to do something > fanci

Re: [Dri-devel] dri driver features page

2003-03-08 Thread Brian Paul
Nicholas Leippe wrote: On Thursday 06 March 2003 08:26 am, Suzy Deffeyes wrote: Who is the audience for the table? Is it the end user checking to see if a feature is available and/or has some form of HW acceleration? Or is the audience the DRI developer, looking to see what pieces need implement

Re: [Dri-devel] dri driver features page

2003-03-06 Thread Nicholas Leippe
On Thursday 06 March 2003 08:26 am, Suzy Deffeyes wrote: > Who is the audience for the table? Is it the end user checking to see if a > feature is available and/or has some form of HW acceleration? Or is the > audience the DRI developer, looking to see what pieces need implementing? > That might

Re: [Dri-devel] dri driver features page

2003-03-06 Thread Suzy Deffeyes
> I was thinking it would be nice to color code it even more and add a legend > to distinguish at least the following states: > >++ > given a | the chip has hw support | > feature: +--+-+ >| Y | N

Re: [Dri-devel] dri driver features page

2003-03-05 Thread Brian Paul
Nicholas Leippe wrote: Brian, I scratched an itch and made this dynamic. You can see it at: http://lfm.sourceforge.net/dritest/dri_driver_features.phtml and of course grab it if you want from: /home/groups/l/lf/lfm/htdocs/dritest/dri_driver_features.phtml Neat - I like it. I was thinking it wo

[Dri-devel] dri driver features page

2003-03-05 Thread Nicholas Leippe
Brian, I scratched an itch and made this dynamic. You can see it at: http://lfm.sourceforge.net/dritest/dri_driver_features.phtml and of course grab it if you want from: /home/groups/l/lf/lfm/htdocs/dritest/dri_driver_features.phtml I was thinking it would be nice to color code it even more and