mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965: Alphabetize TCS image dirty bits
Trivial.
This commit is contained in:
parent
49eda75df6
commit
27fb0899f7
1 changed files with 1 additions and 1 deletions
|
|
@ -133,8 +133,8 @@ const struct brw_tracked_state brw_tcs_image_surfaces = {
|
|||
.dirty = {
|
||||
.brw = BRW_NEW_BATCH |
|
||||
BRW_NEW_BLORP |
|
||||
BRW_NEW_TCS_PROG_DATA |
|
||||
BRW_NEW_IMAGE_UNITS |
|
||||
BRW_NEW_TCS_PROG_DATA |
|
||||
BRW_NEW_TESS_PROGRAMS,
|
||||
},
|
||||
.emit = brw_upload_tcs_image_surfaces,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue