Re: [Mesa-dev] [PATCH] r300/compiler: Avoid generating MOV instructions for invalid IMM swizzles

2012-10-13 Thread Tom Stellard
On Wed, Oct 10, 2012 at 05:37:27PM +, son_of_the_osi...@interia.pl wrote: > I cant run LightMark 2008 with this patch. I have got: > > This is Lightsmark 2008 [Linux 64bit] log. Check it if benchmark doesn't > work properly. > Penumbra quality: 8/8 on Gallium 0.4 on ATI RV350. > Loading Light

Re: [Mesa-dev] [RFC PATCH] Add support for ARB_vertex_type_2_10_10_10_rev on i965

2012-10-13 Thread Kenneth Graunke
On 10/09/2012 01:06 PM, Kenneth Graunke wrote: On 10/09/2012 02:33 AM, Chris Forbes wrote: This series almost adds support for ARB_vertex_type_2_10_10_10_rev on i965. Working from the Sandybridge and Ivybridge PRMs, this ought to work (what look like the correct dwords end up in the batch, etc).

Re: [Mesa-dev] [PATCH 4/5] i965: Share the draw x/y offset masking code between main/blorp and all gens.

2012-10-13 Thread Kenneth Graunke
On 10/12/2012 03:30 PM, Eric Anholt wrote: This code is twisty, and the comment before most of the blocks was actually giving me the opposite impression from its intention: We want to apply as much of our offset as possible through coarse tile-aligned adjustment, since we can do so independently

[Mesa-dev] [Bug 55817] Torchlight: Texture renders as garbage

2012-10-13 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=55817 --- Comment #5 from Krzysztof A. Sobiecki --- Created attachment 68510 --> https://bugs.freedesktop.org/attachment.cgi?id=68510&action=edit Screenshot: mesa(git)+my patch I have older(git) debs of mesa with my patch(https://bugs.freedesktop.or

[Mesa-dev] [PATCH] build: Build on Cygwin with gnu99 instead of c99.

2012-10-13 Thread Vinson Lee
The GCC c99 standard on Cygwin sets __STRICT_ANSI__ and symbols such as strdup are not available. Signed-off-by: Vinson Lee --- configure.ac |9 - 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/configure.ac b/configure.ac index 6c7a192..ae186ac 100644 --- a/configure.