summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_winsys.h
Commit message (Expand)AuthorAgeFilesLines
* Remove fences from the i915simple winsys interface.José Fonseca2007-11-221-23/+2
* Proper fence reference counting.José Fonseca2007-11-171-1/+8
* Include fences in the i915simple winsys interface.José Fonseca2007-11-151-2/+16
* Remove winsys->wait_idle(), subsumed by pipe->flush().Brian2007-11-071-0/+1
* Allow custom pipe driver buffer usage flags.José Fonseca2007-11-061-0/+5
* Detail i915 winsys interface comments.José Fonseca2007-11-031-18/+40
* Hold the vertex buffer handle.José Fonseca2007-10-311-0/+4
* remove unneeded includesBrian2007-08-221-1/+0
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-1/+1
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-55/+3
* Handle glFlush/glFinish through the state tracker.Keith Whitwell2007-08-101-0/+6
* Pass pci_id to i915_create()Keith Whitwell2007-08-101-1/+2
* Add a printf method to winsys and use for all debugging.Keith Whitwell2007-08-101-0/+4
* Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-081-9/+6
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+128