http://bugs.freedesktop.org/show_bug.cgi?id=14073
--- Comment #3 from Shuang He <[EMAIL PROTECTED]> 2008-01-14 19:23:15 PST ---
it seems following commit brings in this issue:
commit a04b632350e5d0e9994fc667afc59407a39da0ba
Author: Eric Anholt <[EMAIL PROTECTED]>
Date: Thu Jan 10 10:48:05 2008 -0800
[intel] Add more cliprect modes to cover other meanings for batch emits.
The previous change gave us only two modes, one which looped over the batch
per cliprect (3d drawing) and one that didn't (state updeast).
However, we really want 4:
- Batch doesn't care about cliprects (state updates)
- Batch needs DRAWING_RECTANGLE looping per cliprect (3d drawing)
- Batch needs to be executed just once (region fills, copies, etc.)
- Batch already includes cliprect handling, and must be flushed by unlock
ti
(copybuffers, clears).
All callers should now be fixed to use one of these states for any
batchbuff
emits. Thanks to Keith Whitwell for pointing out the failure.
--
Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
--
_______________________________________________
Dri-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dri-devel