summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Eliminate struct pipe_region.Michel Dänzer2007-12-071-1/+0
* Hide texture layout details from the state tracker.Michel Dänzer2007-12-061-1/+1
* Start a vertex buffer constuction stage for i915 based on Keith's draft done ...José Fonseca2007-10-291-0/+1
* remove deleted i915_state_fragprog.cBrian2007-08-241-1/+0
* Sampler state code now compiles and is built. Not tested yet.Brian2007-08-221-0/+1
* don't need i915_fpc.cBrian2007-08-221-1/+0
* Remove duplicate i915 shader disassemblerKeith Whitwell2007-08-221-1/+1
* Fragment shader translation seems to basically work now. More testing needed.Brian2007-08-211-1/+0
* added fpc sourcesBrian2007-08-211-0/+4
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-0/+1
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-1/+0
* Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell2007-08-101-0/+1
* Add more i915 state packets.Keith Whitwell2007-08-091-0/+1
* Some basic state - blend and ztest sort of work.Keith Whitwell2007-08-091-0/+1
* Tweaks to state emit, acheives first hw triangles from a pipe driver.Keith Whitwell2007-08-091-0/+1
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-091-0/+1
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+31