summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* i915tex: Document zone rendering related definitions.i915tex-zone-renderingKeith Whitwell2007-08-211-1/+9
* fix light_twosideBrian2007-07-131-7/+4
* Fix a few polygon offset errors.Brian2007-07-113-23/+15
* fix stage, stage->next mix-upBrian2007-07-091-1/+1
* Move scissor state to dynamic indirect.Keith Whitwell2007-06-015-56/+89
* Larger allocation for indirect state when not using state pool.Keith Whitwell2007-06-011-3/+13
* Slight tweak for relocations, search most to least recent.Keith Whitwell2007-05-301-2/+5
* Prelocate the batch and state buffers, avoid most SWZ relocs.Keith Whitwell2007-05-304-1/+48
* Revive pool_validateBuffer for batch pool.Keith Whitwell2007-05-301-0/+29
* i915tex: Set frame mode to flushed before flushing old mode.Michel Dänzer2007-05-231-5/+6
* i915tex: Clear pointers to unreferenced texture buffers.Michel Dänzer2007-05-221-1/+3
* Revert "Reduce size of the state pool allocation"Michel Dänzer2007-05-221-1/+1
* Only call driBOOffset() once per validated bufferKeith Whitwell2007-05-222-8/+16
* Add local list of buffers on the dri validation list.Keith Whitwell2007-05-221-5/+47
* Rebalance batch buffer and pool sizes.Keith Whitwell2007-05-222-2/+12
* Reduce size of the state pool allocationKeith Whitwell2007-05-221-1/+1
* Add driBOAddListItemAndReference()Keith Whitwell2007-05-222-0/+30
* Reduce driBO Ref/Unref callsKeith Whitwell2007-05-221-9/+26
* i915tex: Remove some dead code.Michel Dänzer2007-05-142-34/+0
* i915tex: Adapt to HWZ userspace interface cleanup.Michel Dänzer2007-05-142-32/+2
* Add new directories for tarballs target.Michel Dänzer2007-05-141-0/+4
* revert one copyright headerKeith Whitwell2007-05-141-29/+26
* more todo updatesKeith Whitwell2007-05-141-5/+1
* update copyright headersKeith Whitwell2007-05-143-79/+95
* TODO updates.Michel Dänzer2007-05-141-18/+4
* i915tex: Disable WindowMoved debugging output by default.Michel Dänzer2007-05-141-1/+3
* increase size of zone arraysKeith Whitwell2007-05-141-1/+1
* update copyright headersKeith Whitwell2007-05-147-86/+107
* Tweak resize predictorKeith Whitwell2007-05-141-1/+5
* i915tex: Fix SWZ FBO coordinate issues.Michel Dänzer2007-05-132-6/+24
* Rename some state atomsKeith Whitwell2007-05-136-12/+11
* Improvements to the frame tracker.Keith Whitwell2007-05-139-166/+88
* Reset the contended_lock flag.Keith Whitwell2007-05-131-0/+2
* i915tex: Add WAIT_VBLANK call for classic.Michel Dänzer2007-05-131-4/+9
* i915tex: Window vs. user created FBO cleanups.Michel Dänzer2007-05-138-19/+15
* Try to make sure dynamic state is reemitted after a flush.Keith Whitwell2007-05-131-1/+2
* Add assertions for indirect state validity.Keith Whitwell2007-05-131-2/+8
* i915tex: Silence remaining HWZ debugging output by default.Michel Dänzer2007-05-132-4/+6
* Make sure MI_WAIT packets are emitted for SWZKeith Whitwell2007-05-136-36/+75
* Hack-fix BUFFER_BITS check for clearing FBO'sKeith Whitwell2007-05-133-4/+8
* i915tex: Fix and re-enable check_hwz().Michel Dänzer2007-05-131-3/+1
* Merge remote branch 'tg/i915tex-zone-rendering' into i915tex-zone-renderingMichel Dänzer2007-05-1316-113/+211
|\
| * Disable check_hwz()Keith Whitwell2007-05-131-0/+2
| * initialize state to swapped buffersKeith Whitwell2007-05-131-0/+1
| * improve debug for render trackingKeith Whitwell2007-05-139-7/+54
| * Add DEBUG_RENDER flagKeith Whitwell2007-05-132-2/+2
| * Disable apparently bogus check on ColorDrawMask.Keith Whitwell2007-05-131-5/+24
| * Add an MI_FLUSH whenever emitting static stateKeith Whitwell2007-05-131-0/+6
| * Rename quads->noop, trim primitives to legal lengthsKeith Whitwell2007-05-133-99/+122
* | i915tex: SWZ cliprect handling improvements.Michel Dänzer2007-05-133-7/+28