summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_batch.h
AgeCommit message (Expand)Author
2007-11-22Remove fences from the i915simple winsys interface.José Fonseca
2007-11-17Proper fence reference counting.José Fonseca
2007-11-15Include fences in the i915simple winsys interface.José Fonseca
2007-11-03Allow batch buffer debugging without calling i915_winsys->batch_start so often.José Fonseca
2007-08-24disable debugkeithw
2007-08-09Add more i915 state packets.Keith Whitwell
2007-08-09Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell