summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_context.h
diff options
context:
space:
mode:
authorKeith Whitwell <keithw@vmware.com>2010-01-26 15:52:46 +0000
committerKeith Whitwell <keithw@vmware.com>2010-02-03 10:36:55 +0000
commitfc3efccdc67390847fc544f97dbdb1826442ae9a (patch)
tree0ac08ea72cfccfb5c2c27c2f0e9a8c5041e8bdad /src/gallium/drivers/svga/svga_context.h
parent9b23e1f9a37a1d98f43673ea9f564b725f1f4283 (diff)
svga: better method for generating white fs color outputs
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r--src/gallium/drivers/svga/svga_context.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h
index 66259fd010..ba86256eb2 100644
--- a/src/gallium/drivers/svga/svga_context.h
+++ b/src/gallium/drivers/svga/svga_context.h
@@ -327,10 +327,6 @@ struct svga_context
unsigned texture_timestamp;
- /* Internally generated shaders:
- */
- unsigned white_fs_id;
-
/*
*/
struct svga_sw_state sw;