summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2007-08-21i915tex: Document zone rendering related definitions.i915tex-zone-renderingKeith Whitwell1-1/+9
2007-07-13fix light_twosideBrian1-7/+4
2007-07-11Fix a few polygon offset errors.Brian3-23/+15
2007-07-09fix stage, stage->next mix-upBrian1-1/+1
2007-06-01Move scissor state to dynamic indirect.Keith Whitwell5-56/+89
2007-06-01Larger allocation for indirect state when not using state pool.Keith Whitwell1-3/+13
2007-05-30Slight tweak for relocations, search most to least recent.Keith Whitwell1-2/+5
2007-05-30Prelocate the batch and state buffers, avoid most SWZ relocs.Keith Whitwell4-1/+48
2007-05-30Revive pool_validateBuffer for batch pool.Keith Whitwell1-0/+29
2007-05-23i915tex: Set frame mode to flushed before flushing old mode.Michel Dänzer1-5/+6
2007-05-22i915tex: Clear pointers to unreferenced texture buffers.Michel Dänzer1-1/+3
2007-05-22Revert "Reduce size of the state pool allocation"Michel Dänzer1-1/+1
2007-05-22Only call driBOOffset() once per validated bufferKeith Whitwell2-8/+16
2007-05-22Add local list of buffers on the dri validation list.Keith Whitwell1-5/+47
2007-05-22Rebalance batch buffer and pool sizes.Keith Whitwell2-2/+12
2007-05-22Reduce size of the state pool allocationKeith Whitwell1-1/+1
2007-05-22Add driBOAddListItemAndReference()Keith Whitwell2-0/+30
2007-05-22Reduce driBO Ref/Unref callsKeith Whitwell1-9/+26
2007-05-14i915tex: Remove some dead code.Michel Dänzer2-34/+0
2007-05-14i915tex: Adapt to HWZ userspace interface cleanup.Michel Dänzer2-32/+2
2007-05-14Add new directories for tarballs target.Michel Dänzer1-0/+4
2007-05-14revert one copyright headerKeith Whitwell1-29/+26
2007-05-14more todo updatesKeith Whitwell1-5/+1
2007-05-14update copyright headersKeith Whitwell3-79/+95
2007-05-14TODO updates.Michel Dänzer1-18/+4
2007-05-14i915tex: Disable WindowMoved debugging output by default.Michel Dänzer1-1/+3
2007-05-14increase size of zone arraysKeith Whitwell1-1/+1
2007-05-14update copyright headersKeith Whitwell7-86/+107
2007-05-14Tweak resize predictorKeith Whitwell1-1/+5
2007-05-13i915tex: Fix SWZ FBO coordinate issues.Michel Dänzer2-6/+24
2007-05-13Rename some state atomsKeith Whitwell6-12/+11
2007-05-13Improvements to the frame tracker.Keith Whitwell9-166/+88
2007-05-13Reset the contended_lock flag.Keith Whitwell1-0/+2
2007-05-13i915tex: Add WAIT_VBLANK call for classic.Michel Dänzer1-4/+9
2007-05-13i915tex: Window vs. user created FBO cleanups.Michel Dänzer8-19/+15
2007-05-13Try to make sure dynamic state is reemitted after a flush.Keith Whitwell1-1/+2
2007-05-13Add assertions for indirect state validity.Keith Whitwell1-2/+8
2007-05-13i915tex: Silence remaining HWZ debugging output by default.Michel Dänzer2-4/+6
2007-05-13Make sure MI_WAIT packets are emitted for SWZKeith Whitwell6-36/+75
2007-05-13Hack-fix BUFFER_BITS check for clearing FBO'sKeith Whitwell3-4/+8
2007-05-13i915tex: Fix and re-enable check_hwz().Michel Dänzer1-3/+1
2007-05-13Merge remote branch 'tg/i915tex-zone-rendering' into i915tex-zone-renderingMichel Dänzer16-113/+211
2007-05-13i915tex: SWZ cliprect handling improvements.Michel Dänzer3-7/+28
2007-05-13i915tex: Consolidate code for unmapping batchbuffer data.Michel Dänzer3-38/+18
2007-05-13i915tex: Make sure buffer state gets re-evaluated after cliprect update.Michel Dänzer1-0/+2
2007-05-13i915tex: Protect intel_bufferobj_data against nested locking.Michel Dänzer1-2/+5
2007-05-13i915tex: Make nested locking assertion more useful.Michel Dänzer1-1/+1
2007-05-13Disable check_hwz()Keith Whitwell1-0/+2
2007-05-13initialize state to swapped buffersKeith Whitwell1-0/+1
2007-05-13improve debug for render trackingKeith Whitwell9-7/+54