summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2015-03-19 18:57:34 -0700
committerJordan Justen <[email protected]>2015-03-31 16:40:24 -0700
commit4e56a9ad46ff7fe85308ce12e21719ff2b476516 (patch)
tree461e06bf2e5d25a52ae16495471d47903c9857af /src/mesa/x86
parent20ef23b22721961c93b73700f619179d33747554 (diff)
i965/state: Don't use brw->state.dirty.brw
Now, we only use ctx->NewDriverState. I used this bash & sed command in the i965 directory: for file in *.[ch] *.[ch]pp; do sed -i -e 's/state\.dirty\.brw/ctx.NewDriverState/g' $file done Followed by manual changes to brw_state_upload.c. Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kristian Høgsberg <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'src/mesa/x86')
0 files changed, 0 insertions, 0 deletions