mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 16:08:04 +02:00
iris: delete bogus comment
Caio asked what was wrong. There is nothing wrong. :)
This commit is contained in:
parent
f2f506fa43
commit
a858b69880
1 changed files with 0 additions and 1 deletions
|
|
@ -3492,7 +3492,6 @@ iris_upload_dirty_render_state(struct iris_context *ice,
|
|||
}
|
||||
|
||||
for (int stage = 0; stage <= MESA_SHADER_FRAGMENT; stage++) {
|
||||
// XXX: wrong dirty tracking...
|
||||
if (!(dirty & (IRIS_DIRTY_CONSTANTS_VS << stage)))
|
||||
continue;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue