remove assertions to match i915tex code (bug 8726)

This commit is contained in:
Brian Paul 2006-11-27 17:40:07 +00:00
parent 744c3a367b
commit c0815bc01f

View file

@ -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: