mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-03 05:38:16 +02:00
i965: Add missing _NEW_TEXTURE dirty bit to brw_vs_prog state atom.
Commit d45814c925 totally added a data
dependency on _NEW_TEXTURE, even including the comment, but didn't
actually add the dirty bit.
Signed-off-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Eric Anholt <eric@anholt.net>
This commit is contained in:
parent
86bb45ffc3
commit
207cbc68dc
1 changed files with 1 additions and 0 deletions
|
|
@ -349,6 +349,7 @@ static void brw_upload_vs_prog(struct brw_context *brw)
|
|||
const struct brw_tracked_state brw_vs_prog = {
|
||||
.dirty = {
|
||||
.mesa = (_NEW_TRANSFORM | _NEW_POLYGON | _NEW_POINT | _NEW_LIGHT |
|
||||
_NEW_TEXTURE |
|
||||
_NEW_BUFFERS),
|
||||
.brw = (BRW_NEW_VERTEX_PROGRAM |
|
||||
BRW_NEW_VERTICES),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue