summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/r300/r300_fs.c
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2015-03-09 20:05:48 +0100
committerMarek Olšák <[email protected]>2015-03-09 20:58:32 +0100
commit4815c187b7faf48ebf38ac9efb0ed7b126f2a460 (patch)
tree58d15572019ca2e205b651596ac4803a4313a4e6 /src/gallium/drivers/r300/r300_fs.c
parent74a757f92f7377f59c0feb7f84c7518f9a167631 (diff)
r300g: remove the broken SNORM->UNORM shader lowering pass
Not used anymore.
Diffstat (limited to 'src/gallium/drivers/r300/r300_fs.c')
-rw-r--r--src/gallium/drivers/r300/r300_fs.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/r300/r300_fs.c b/src/gallium/drivers/r300/r300_fs.c
index 79eee73e236..429543a5746 100644
--- a/src/gallium/drivers/r300/r300_fs.c
+++ b/src/gallium/drivers/r300/r300_fs.c
@@ -170,7 +170,6 @@ static void get_external_state(
}
state->unit[i].non_normalized_coords = !s->state.normalized_coords;
- state->unit[i].convert_unorm_to_snorm = 0;
/* Pass texture swizzling to the compiler, some lowering passes need it. */
if (state->unit[i].compare_mode_enabled) {