diff options
author | Brian Paul <[email protected]> | 2012-08-08 09:39:36 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-08-08 09:39:36 -0600 |
commit | f21669e9a2f07502e3c4b0633adcfab397fb0760 (patch) | |
tree | 68354d06bcaecdeb48b2d94e3bd4d8f7c83b548d /src/gallium/drivers/svga/svga_context.h | |
parent | 16a289195eefeee9c711b89d8917a3408c660cd7 (diff) |
svga: remove unused svga_shader::use_sm30 field, add comments
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/drivers/svga/svga_context.h')
-rw-r--r-- | src/gallium/drivers/svga/svga_context.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/gallium/drivers/svga/svga_context.h b/src/gallium/drivers/svga/svga_context.h index 7567431ad49..f243b4f5da6 100644 --- a/src/gallium/drivers/svga/svga_context.h +++ b/src/gallium/drivers/svga/svga_context.h @@ -57,9 +57,7 @@ struct svga_shader struct svga_shader_result *results; - unsigned id; - - boolean use_sm30; + unsigned id; /**< for debugging only */ }; struct svga_fragment_shader |