commit | 0cade4de4f74f6b0e86fb6622e2fc370c73fd840 | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Sun Oct 19 17:46:41 2008 -0700 |
committer | Eric Anholt <eric@anholt.net> | Tue Oct 28 13:23:33 2008 -0700 |
tree | ae6c62ddbda5c3139c7e08e0d7682d949d53ab0c | |
parent | e92a457ac0030e48f5260dc2ac00ca283be7d7ad [diff] |
intel: Don't keep intel->pClipRects, and instead just calculate it when needed. This avoids issues with dereferencing stale cliprects around intel_draw_buffer time. Additionally, take advantage of cliprects staying constant for FBOs and DRI2, and emit cliprects in the batchbuffer instead of having to flush batch each time they change.