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.c | |
parent | 9b23e1f9a37a1d98f43673ea9f564b725f1f4283 (diff) |
svga: better method for generating white fs color outputs
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.c')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/svga/svga_context.c b/src/gallium/drivers/svga/svga_context.c index af99c9de37c..1e76592ec60 100644 --- a/src/gallium/drivers/svga/svga_context.c +++ b/src/gallium/drivers/svga/svga_context.c @@ -215,7 +215,6 @@ struct pipe_context *svga_context_create( struct pipe_screen *screen ) svga->state.hw_draw.num_views = 0; svga->dirty = ~0; - svga->state.white_fs_id = SVGA3D_INVALID_ID; LIST_INITHEAD(&svga->dirty_buffers); |