diff options
author | Rob Clark <[email protected]> | 2016-05-03 16:54:21 -0400 |
---|---|---|
committer | Rob Clark <[email protected]> | 2016-05-04 11:25:55 -0400 |
commit | 291ac872a445f3edebd668b27e910a79e1de5a00 (patch) | |
tree | c4cefb296120ee62f1a9e61a29f1048c59818443 /src/gallium/state_trackers | |
parent | a48cccacf3c7d655bbca42b51193100b43eeff6e (diff) |
freedreno: move shader-stage dirty bits to global dirty flag
This was always a bit overly complicated, and had some issues (like
ctx->prog.dirty not getting reset at the end of the batch). It also
required some special hacks to avoid resetting dirty state on binning
pass. So just move it all into ctx->dirty (leaving some free bits
for future shader stages), and make FD_DIRTY_PROG just be the union
of all FD_SHADER_DIRTY_*.
Signed-off-by: Rob Clark <[email protected]>
Diffstat (limited to 'src/gallium/state_trackers')
0 files changed, 0 insertions, 0 deletions