mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-03-12 06:50:32 +01:00
remove assertions to match i915tex code (bug 8726)
This commit is contained in:
parent
744c3a367b
commit
c0815bc01f
1 changed files with 0 additions and 2 deletions
|
|
@ -50,7 +50,6 @@
|
|||
|
||||
#define SET_STATE( i830, STATE ) \
|
||||
do { \
|
||||
assert(!i830->intel.prim.flush); \
|
||||
i830->current->emitted = 0; \
|
||||
i830->current = &i830->STATE; \
|
||||
i830->current->emitted = 0; \
|
||||
|
|
@ -907,7 +906,6 @@ i830RotateWindow(intelContextPtr intel, __DRIdrawablePrivate *dPriv,
|
|||
|
||||
} /* cliprect loop */
|
||||
|
||||
assert(!intel->prim.flush);
|
||||
intelFlushBatchLocked( intel, GL_FALSE, GL_FALSE, GL_FALSE );
|
||||
|
||||
done:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue