Re: [Mesa-dev] r600g winsys backend rework

2011-08-10 Thread Will Dyson
to work well on my rv730, with every game I can throw at it. -- Will Dyson ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Re: [Mesa-dev] [PATCH 1/2] _meta_GenerateMipmap: Set MaxLevel before allocating level

2010-05-28 Thread Will Dyson
the loop at line 2376.  If you step into the new _mesa_TexParameteri() call with gdb, are you seeing dstLevel texObj-MaxLevel? Yes, I am. After the first time through the loop, texObj-MaxLevel remains set to the srcLevel of the previous iteration. -- Will Dyson

[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] Enable HW GenerateMipmap for radeon

2010-05-23 Thread Will Dyson
2010/5/23 Mathias Fröhlich mathias.froehl...@gmx.net: Hi, On Tuesday 18 May 2010 21:09:56 Will Dyson wrote: Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the playability of some games, such as FlightGear and the recently GPL'd game Lugaru. Great thanks! So, turning

[Mesa-dev] Enable HW GenerateMipmap for radeon

2010-05-18 Thread Will Dyson
Wire up _mesa_meta_GenerateMipmap() for radeon. This greatly improves the playability of some games, such as FlightGear and the recently GPL'd game Lugaru. FlightGear still generates many fallbacks due to Alpha-only textures, but only at startup time. This has only been tested on r600. r300,