diff options
author | Keith Whitwell <[email protected]> | 2010-01-26 15:52:46 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2010-02-03 10:36:55 +0000 |
commit | fc3efccdc67390847fc544f97dbdb1826442ae9a (patch) | |
tree | 0ac08ea72cfccfb5c2c27c2f0e9a8c5041e8bdad /src/gallium/drivers/svga/svga_context.h | |
parent | 9b23e1f9a37a1d98f43673ea9f564b725f1f4283 (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.h | 4 |
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 66259fd0103..ba86256eb26 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; |