diff options
author | Kenneth Graunke <[email protected]> | 2013-04-05 23:31:57 -0700 |
---|---|---|
committer | Kenneth Graunke <[email protected]> | 2013-04-08 11:03:08 -0700 |
commit | d7fd5696e66a7fe0212f057443679b080c87d483 (patch) | |
tree | ef64a3f7858f6eb542d09761a4f47fb04d8ea407 /src/mesa | |
parent | 79c27e7528da47567b0cbd8c6ed442216bf5de24 (diff) |
i965: Remove a few BRW_STATE_... enum values.
These were likely used for BRW_NEW_... dirty bit flags at one point, but
they're unused now.
Signed-off-by: Kenneth Graunke <[email protected]>
Reviewed-by: Eric Anholt <[email protected]>
Diffstat (limited to 'src/mesa')
-rw-r--r-- | src/mesa/drivers/dri/i965/brw_context.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/mesa/drivers/dri/i965/brw_context.h b/src/mesa/drivers/dri/i965/brw_context.h index 2ef02da38c9..afcba461f76 100644 --- a/src/mesa/drivers/dri/i965/brw_context.h +++ b/src/mesa/drivers/dri/i965/brw_context.h @@ -144,8 +144,6 @@ enum brw_state_id { BRW_STATE_INDICES, BRW_STATE_VERTICES, BRW_STATE_BATCH, - BRW_STATE_NR_WM_SURFACES, - BRW_STATE_NR_VS_SURFACES, BRW_STATE_INDEX_BUFFER, BRW_STATE_VS_CONSTBUF, BRW_STATE_PROGRAM_CACHE, |