Re: [Dri-devel] r100/200 drawpixels acceleration

2004-05-02 Thread Stephane Marchesin
Dieter Nützel wrote: I get this with current Mesa CVS and DRI CVS for r200: [snip errors] Sorry, a correct patch is attached. Note that to try it, you need : - to draw less than 64KB of pixels (that is ~16000 RGBA8 pixels) - to specify glPixelZoom(1.F,-1.F); - to use the correct pixel format :

Re: [Dri-devel] r100/200 drawpixels acceleration

2004-05-01 Thread Dieter Ntzel
Am Freitag, 30. April 2004 18:48 schrieb Stephane Marchesin: Hi, I've been trying to get {read,draw}pixels acceleration for the r100 driver by adapting existing code from the r200 and adding a temporary dma buffer. So I've made this little patch to the r200 driver that's supposed to

[Dri-devel] r100/200 drawpixels acceleration

2004-04-30 Thread Stephane Marchesin
Hi, I've been trying to get {read,draw}pixels acceleration for the r100 driver by adapting existing code from the r200 and adding a temporary dma buffer. So I've made this little patch to the r200 driver that's supposed to accelerate drawpixels using dma. However a similar patch doesn't work