Re: [Mesa-dev] [PATCH] r600g: Don't negate result of ABS instruction

2011-02-27 Thread Dave Airlie
On Mon, Feb 28, 2011 at 1:28 AM, Fabian Bieler wrote: > This fixes piglit tests glsl-fs-abs-neg and glsl-vs-abs-neg. Hi Fabian, this causes a gears regression. I get some wierd rendering here with it. Dave. ___ mesa-dev mailing list mesa-dev@lists.fre

[Mesa-dev] [Bug 24016] Shadowgrounds: menu fades completely black (or white)

2011-02-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=24016 --- Comment #17 from Sven Arvidsson 2011-02-27 14:41:52 PST --- Hey cool! Marek's fixes in http://cgit.freedesktop.org/~cbrill/libtxc_dxtn/commit/?id=32772908bc9b759a6b285e77af96419b4c9c8feb solves this problem. Do I dare hope for a new release

[Mesa-dev] [PATCH] r600g: Process TRUNC with tgis_op2

2011-02-27 Thread Fabian Bieler
This fixes piglit test glsl-fs-texture2d-dependent-3. From 4eccbd6e36744b65f81f3c21021e9cf723f3a904 Mon Sep 17 00:00:00 2001 From: Fabian Bieler Date: Sun, 27 Feb 2011 16:10:55 +0100 Subject: [PATCH] r600g: Process TRUNC with tgis_op2 TRUNC is neither a scalar instruction nor exclusive to the Tra

[Mesa-dev] [PATCH] r600g: Don't negate result of ABS instruction

2011-02-27 Thread Fabian Bieler
This fixes piglit tests glsl-fs-abs-neg and glsl-vs-abs-neg. From b489ad266913eb7a492c7c72bed1f024ac185ef8 Mon Sep 17 00:00:00 2001 From: Fabian Bieler Date: Fri, 25 Feb 2011 10:11:37 +0100 Subject: [PATCH] r600g: Don't negate result of ABS instruction --- src/gallium/drivers/r600/r600_shader.c