i965: Alphabetize TCS image dirty bits

Trivial.
This commit is contained in:
Kenneth Graunke 2017-08-16 16:09:29 -07:00
parent 49eda75df6
commit 27fb0899f7
1 changed files with 1 additions and 1 deletions

View File

@ -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,