Re: [Mesa-dev] Reducing get.c size (and get_es1.c and get_es2.c)

2010-05-24 Thread Kristian Høgsberg
On Fri, May 21, 2010 at 4:16 PM, Brian Paul bri...@vmware.com wrote: Roland Scheidegger wrote: On 11.05.2010 20:08, Kristian Høgsberg wrote: 2010/5/11 Brian Paul bri...@vmware.com: Kristian Høgsberg wrote: 2010/5/6 Kristian Høgsberg k...@bitplanet.net: Hi, Ok, I suppose this is not

Re: [Mesa-dev] swrast TFP support

2010-05-24 Thread Jakob Bornecrantz
On 2010-05-23 13.17, Dave Airlie wrote: No idea why I'm bothering but it might be useful for llvmpipe later, From the little I know about the drisw interface this looks good. I don't see any problems with porting this over to st/dri/sw. Cheers Jakob.

Re: [Mesa-dev] [PATCH] Add EXT_timer_query to the mesa state tracker and softpipe

2010-05-24 Thread Mathias Fröhlich
Hi, On Monday 24 May 2010 23:08:41 Brian Paul wrote: I hacked on the code a bit: 1. remove dead/unused code 2. Test the 64-bit query functions 3. fix the GL_QUERY_COUNTER_BITS check 4. fix indentation Updated version attached. I'll commit in a day or so if there's no feedback. Looks

[Mesa-dev] [PATCH 1/3] Fallback to software render if there is no miptree for an image

2010-05-24 Thread Will Dyson
This can happen when checking if a software fallback for a higher level operation (such as GenerateMipmap) is needed. --- src/mesa/drivers/dri/radeon/radeon_fbo.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/drivers/dri/radeon/radeon_fbo.c

Re: [Mesa-dev] [PATCH] Add EXT_timer_query to the mesa state tracker and softpipe

2010-05-24 Thread Mathias Fröhlich
Hi, On Sunday 23 May 2010 18:15:09 you wrote: You might try latest xf86-video-ati from git, there's ColorTiling enabled by default, which should give you nice performance increase in all 3D apps. As for timer queries, I think there's quite a bit of work to do in the kernel too. However, we