summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_tgsi_emit.h
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2011-10-11 09:39:28 -0600
committerBrian Paul <[email protected]>2011-10-11 09:55:48 -0600
commitb875838ec302c4e830e13ebd5fa834fd22830279 (patch)
treea3195921f11b86f630031ad0b74c5bc52632d677 /src/gallium/drivers/svga/svga_tgsi_emit.h
parent94b219b9e2c20711078b1628cf1fa599a29bf67f (diff)
svga: remove old, unused sincos code for SM2.0
Diffstat (limited to 'src/gallium/drivers/svga/svga_tgsi_emit.h')
-rw-r--r--src/gallium/drivers/svga/svga_tgsi_emit.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/gallium/drivers/svga/svga_tgsi_emit.h b/src/gallium/drivers/svga/svga_tgsi_emit.h
index 717a0aff741..8ff25d678dc 100644
--- a/src/gallium/drivers/svga/svga_tgsi_emit.h
+++ b/src/gallium/drivers/svga/svga_tgsi_emit.h
@@ -89,9 +89,6 @@ struct svga_shader_emitter
boolean created_loop_const;
int loop_const_idx;
- boolean created_sincos_consts;
- int sincos_consts_idx;
-
unsigned inverted_texcoords; /**< bitmask of which texcoords are flipped */
struct src_register ps_true_texcoord[PIPE_MAX_ATTRIBS];
struct src_register ps_inverted_texcoord[PIPE_MAX_ATTRIBS];