diff options
author | Brian <[email protected]> | 2008-03-20 15:03:43 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2008-03-20 15:04:08 -0600 |
commit | 09f67990abd4bb9b79349be2fca9a6ae850b6f5f (patch) | |
tree | a2dbeb3e144b52f4046a0b8aea528105a3e177e2 /src/gallium/drivers/softpipe/sp_context.h | |
parent | 2fb30b77ad09016efcf969456de9b0341bc53bac (diff) |
gallium: use new framebuffer width, height fields
Diffstat (limited to 'src/gallium/drivers/softpipe/sp_context.h')
-rw-r--r-- | src/gallium/drivers/softpipe/sp_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/softpipe/sp_context.h b/src/gallium/drivers/softpipe/sp_context.h index 31d7062dcc0..19e6cfaf02e 100644 --- a/src/gallium/drivers/softpipe/sp_context.h +++ b/src/gallium/drivers/softpipe/sp_context.h @@ -84,8 +84,6 @@ struct softpipe_context { unsigned num_samplers; unsigned num_textures; - uint fb_width, fb_height; - /* Counter for occlusion queries. Note this supports overlapping * queries. */ |