mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-01 08:08:06 +02:00
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 <kenneth@whitecape.org> Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
79c27e7528
commit
d7fd5696e6
1 changed files with 0 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue