diff options
author | Jordan Justen <[email protected]> | 2015-03-19 22:33:16 -0700 |
---|---|---|
committer | Jordan Justen <[email protected]> | 2015-03-31 16:40:24 -0700 |
commit | 7ecf3530d87e88971fd77d35ac23c5383630d35b (patch) | |
tree | df8cbd5f787a00b7ca459607b5b76326290b4cb0 /src/egl/main/egldisplay.h | |
parent | 4e56a9ad46ff7fe85308ce12e21719ff2b476516 (diff) |
i965/state: Don't use brw->state.dirty.mesa
Now, we only use brw->NewGLState.
I used this bash & sed command in the i965 directory:
for file in *.[ch] *.[ch]pp; do
sed -i -e 's/brw->state\.dirty\.mesa/brw->NewGLState/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/egl/main/egldisplay.h')
0 files changed, 0 insertions, 0 deletions