Re: [Dri-devel] Faster transfer to video memory

2003-09-02 Thread Keith Whitwell
Michel Dänzer wrote: On Sat, 2003-08-30 at 13:06, Jouni Tulkki wrote: Is there a way to make moving images and textures to video memory faster? Currently I'm using Radeon 9500 Pro and AGP 8x. Curious, how do use AGP without the DRI being enabled? :) (And how 8x when the X server only supports u

Re: [Dri-devel] Faster transfer to video memory

2003-09-02 Thread Ian Romanick
Jouni Tulkki wrote: I use firegl driver from ATI. I know this is not directly related to DRI but still. I enabled Fast Writes from bios and now I get 440MB/s with ShmPutImage. The real bottleneck seems to be texture downloading with glTexImage2d. The speed I get is 121MB/s. Using glDrawPixels I ge

Re: [Dri-devel] Faster transfer to video memory

2003-08-31 Thread Jouni Tulkki
I use firegl driver from ATI. I know this is not directly related to DRI but still. I enabled Fast Writes from bios and now I get 440MB/s with ShmPutImage. The real bottleneck seems to be texture downloading with glTexImage2d. The speed I get is 121MB/s. Using glDrawPixels I get 710 MB/s. So I sh

Re: [Dri-devel] Faster transfer to video memory

2003-08-31 Thread Alex Deucher
--- Michel Dänzer <[EMAIL PROTECTED]> wrote: > On Sat, 2003-08-30 at 13:06, Jouni Tulkki wrote: > > Is there a way to make moving images and textures to video memory > faster? > > Currently I'm using Radeon 9500 Pro and AGP 8x. > > Curious, how do use AGP without the DRI being enabled? :) (And h

Re: [Dri-devel] Faster transfer to video memory

2003-08-30 Thread Michel Dänzer
On Sat, 2003-08-30 at 13:06, Jouni Tulkki wrote: > Is there a way to make moving images and textures to video memory faster? > Currently I'm using Radeon 9500 Pro and AGP 8x. Curious, how do use AGP without the DRI being enabled? :) (And how 8x when the X server only supports up to 4x yet? :) >

[Dri-devel] Faster transfer to video memory

2003-08-30 Thread Jouni Tulkki
Is there a way to make moving images and textures to video memory faster? Currently I'm using Radeon 9500 Pro and AGP 8x. The speed I get when using ShmPutImage is about 189 MB/s. This is less then 1 / 8 of theoretical AGP 8x performance. Does anyone know why the memory transfer is so slow? Jouni