mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 17:58:26 +02:00
r300g: Comment out assert for now.
Will fix with better constant refactoring later.
This commit is contained in:
parent
00ffc90dd2
commit
9e7d195fdc
1 changed files with 2 additions and 0 deletions
|
|
@ -637,7 +637,9 @@ validate:
|
|||
r300->dirty_state &= ~R300_NEW_VERTEX_SHADER;
|
||||
}
|
||||
|
||||
/* XXX
|
||||
assert(r300->dirty_state == 0);
|
||||
*/
|
||||
|
||||
/* Finally, emit the VBO. */
|
||||
r300_emit_vertex_buffer(r300);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue