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

2010-05-22 Thread Mathias Fröhlich
Hi, On Monday 17 May 2010 21:02:00 Brian Paul wrote: > It would be nice to have a piglit test to exercise EXT_timer_query > too. We should really have tests for all extensions. I am not completely sure if this is completely correct in the context of piglit. But so far a simple test that just us

Re: [Mesa-dev] [Mesa3d-dev] Separate demos repository

2010-05-22 Thread Brian Paul
On Thu, May 20, 2010 at 1:18 PM, Eric Anholt wrote: [...] > I think commit messages are hooked up, too. I'm not seeing commit messages on the mesa-commit list. Could you double-check that? -Brian ___ mesa-dev mailing list mesa-dev@lists.freedesktop.

Re: [Mesa-dev] [PATCH 2/3] Remove image_matches_texture_obj() MaxLevel check

2010-05-22 Thread Maciej Cencora
Dnia wtorek 18 maja 2010 o 21:09:58 Will Dyson napisał(a): > When generating or uploading a new (higher) mipmap level for an image, > we can need to allocate a miptree for a level greater than > texObj->MaxLevel. > --- > src/mesa/drivers/dri/radeon/radeon_texture.c |7 --- > 1 files change

Re: [Mesa-dev] [PATCH 3/3] Enable hardware mipmap generation for radeon.

2010-05-22 Thread Maciej Cencora
Dnia wtorek 18 maja 2010 o 21:09:59 Will Dyson napisał(a): > Use _mesa_meta_GenerateMipmap. It is Fast Enough(tm). > --- > src/mesa/drivers/dri/radeon/radeon_texture.c | 15 ++- > 1 files changed, 10 insertions(+), 5 deletions(-) > > diff --git a/src/mesa/drivers/dri/radeon/radeon_t

Re: [Mesa-dev] RFC: gallium-msaa branch merge

2010-05-22 Thread Roland Scheidegger
On 22.05.2010 00:53, José Fonseca wrote: > On Tue, 2010-05-18 at 10:04 -0700, Roland Scheidegger wrote: >> Hi, >> >> I plan to merge the gallium-msaa branch to master soon. >> It's actually a bit of a misnomer since the conceptually more important >> changes in there are about blits... >> >> Here's

Re: [Mesa-dev] RFC: gallium-msaa branch merge

2010-05-22 Thread Roland Scheidegger
On 21.05.2010 23:40, Xavier Chantry wrote: > Ok, after looking at how some other drivers were updated, I thought > nouveau needed bigger changes than that. > Jakob just pushed a simple build fix, and now nv50 builds and runs (almost > ;)). > > I just noticed 5 piglit regressions : > fbo/fbo-copyp

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

2010-05-22 Thread Roland Scheidegger
On 21.05.2010 22:16, Brian Paul wrote: > Roland Scheidegger wrote: >> On 11.05.2010 20:08, Kristian Høgsberg wrote: >>> 2010/5/11 Brian Paul : Kristian Høgsberg wrote: > 2010/5/6 Kristian Høgsberg : >> Hi, >> >> Ok, I suppose this is not the most pressing issue in mesa, but I w