diff options
author | Brian <[email protected]> | 2008-02-27 16:09:17 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2008-02-27 16:09:17 -0700 |
commit | bad54d0b4dbe62aed6fad1d2725f7fe52a987440 (patch) | |
tree | 0253a166770cab0cc0613a00907489a30f50ff58 /src/gallium/drivers/i965simple/brw_context.h | |
parent | ea7e86dd4d1e7dbef2642da73bb1980723ae49ef (diff) |
gallium/i965: remove UsesDepth, UsesKill - use tgsi_shader_info instead
Diffstat (limited to 'src/gallium/drivers/i965simple/brw_context.h')
-rw-r--r-- | src/gallium/drivers/i965simple/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/gallium/drivers/i965simple/brw_context.h b/src/gallium/drivers/i965simple/brw_context.h index fbc89c889bb..170d50c5c37 100644 --- a/src/gallium/drivers/i965simple/brw_context.h +++ b/src/gallium/drivers/i965simple/brw_context.h @@ -218,8 +218,6 @@ struct brw_fragment_program { struct brw_shader_info info2; /* XXX get rid of this */ boolean UsesDepth; - boolean UsesKill; - boolean ComputesDepth; int id; }; |