summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple
Commit message (Expand)AuthorAgeFilesLines
* Remove unused fileKeith Whitwell2007-08-091-141/+0
* invert Y axis with the viewport transformation to put things right side upBrian2007-08-091-1/+14
* vertex colors are ARGBBrian2007-08-091-7/+8
* Missing filesKeith Whitwell2007-08-092-0/+515
* Some basic state - blend and ztest sort of work.Keith Whitwell2007-08-096-8/+88
* Emit drawrect command as we no longer ask the kernel to do this.Keith Whitwell2007-08-091-0/+13
* Don't reemit hardware state *every* primitive.Keith Whitwell2007-08-094-1/+11
* *numFormats = 3Brian2007-08-091-1/+1
* Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell2007-08-094-9/+20
* Pull in debug code for human-readable batchbuffer dumps.Keith Whitwell2007-08-093-254/+704
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-095-2/+103
* The i915simple driver now runs well enough to lock up hardware.Keith Whitwell2007-08-084-19/+23
* Call init_state_funcsKeith Whitwell2007-08-081-0/+1
* remove unused filekeithw2007-08-081-145/+0
* remove unused filekeithw2007-08-081-37/+0
* Hook up i915simple. Doesn't compile.Keith Whitwell2007-08-085-18/+14
* replace draw_offset w/ 0 for nowBrian2007-08-081-2/+2
* define i915_surface structBrian2007-08-081-1/+29
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-0823-0/+3885