Re: [Mesa3d-dev] Fire oddity.

2009-02-16 Thread Thomas Hellstrom
Brian Paul wrote: Thomas Hellstrom wrote: When comparing the visual appearance of the fire application between mesa 7.0 and current HEAD it seems to be quite different. Objects (part of trees) are present close to the viewer in current HEAD but not with mesa 7.0, and the app itself

Re: [Mesa3d-dev] Cell vertex setup

2009-02-16 Thread Brian Paul
Jonathan Adamczewski wrote: I've been considering some optimisations to the SPU render, particularly pulling the clipping test out of spu_tri.c: setup_sort_vertices() that is done for each tri for each tile and instead doing the test once for each tri in spu_render.c: cmd_render() and

Re: [Mesa3d-dev] [PATCH] swrast: Set vp_override flag during DrawPixels

2009-02-16 Thread Brian Paul
Nicolai Hähnle wrote: Recently, some optimisations have been introduced to texenvprogram.c so that if we determine, based on vertex state, that certain fragment attributes must be constant, they are read from the constant file instead of from the fragment input registers. However, the

Re: [Mesa3d-dev] merging gallium-0.2 branch to master

2009-02-16 Thread José Fonseca
On Fri, 2009-02-13 at 06:41 -0800, Dan Nicholson wrote: On Fri, Feb 13, 2009 at 02:12:25PM +, José Fonseca wrote: On Fri, 2009-02-13 at 06:05 -0800, Jakob Bornecrantz wrote: On 13 feb 2009, at 15.00, José Fonseca wrote: On Fri, 2009-02-13 at 05:44 -0800, Maciej Cencora wrote:

Re: [Mesa3d-dev] merging gallium-0.2 branch to master

2009-02-16 Thread Dan Nicholson
On Mon, Feb 16, 2009 at 8:59 AM, José Fonseca jfons...@vmware.com wrote: On Fri, 2009-02-13 at 06:41 -0800, Dan Nicholson wrote: On Fri, Feb 13, 2009 at 02:12:25PM +, José Fonseca wrote: On Fri, 2009-02-13 at 06:05 -0800, Jakob Bornecrantz wrote: On 13 feb 2009, at 15.00, José Fonseca

Re: [Mesa3d-dev] merging gallium-0.2 branch to master

2009-02-16 Thread José Fonseca
On Mon, 2009-02-16 at 09:17 -0800, Dan Nicholson wrote: On Mon, Feb 16, 2009 at 8:59 AM, José Fonseca jfons...@vmware.com wrote: On Fri, 2009-02-13 at 06:41 -0800, Dan Nicholson wrote: On Fri, Feb 13, 2009 at 02:12:25PM +, José Fonseca wrote: On Fri, 2009-02-13 at 06:05 -0800, Jakob

[Mesa3d-dev] Moving p_debug.h out gallium/include

2009-02-16 Thread José Fonseca
Following the ongoing trend of moving all that is not a true gallium interface out of src/gallium/include, I'll be moving the debug facilities into a new src/auxiliary/debug module. Everything should work such as all debug functions will become no-ops in release builds, and the actual

[Mesa3d-dev] [Bug 19816] New account request

2009-02-16 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=19816 Joakim Sindholt b...@zhasha.com changed: What|Removed |Added AssignedTo|sitewrangl...@lists.freedesk|mesa3d-

Re: [Mesa3d-dev] [RFC] EXT_fog_coords support for r300 driver

2009-02-16 Thread Nicolai Hähnle
Am Sonntag 15 Februar 2009 22:22:02 schrieb Maciej Cencora: I've rewritten and split the patches. Thank you. Git complains about trailing whitespace when I apply this. It's a good idea to configure your editor to remove trailing whitespace automatically.

Re: [Mesa3d-dev] [RFC] EXT_fog_coords support for r300 driver

2009-02-16 Thread Nicolai Hähnle
Am Sonntag 15 Februar 2009 22:22:02 schrieb Maciej Cencora: I've rewritten and split the patches. Thank you. Git complains about trailing whitespace when I apply this. It's a good idea to configure your editor to remove trailing whitespace automatically.