summaryrefslogtreecommitdiffstats
path: root/src/mesa/pipe/i915simple/i915_context.c
Commit message (Expand)AuthorAgeFilesLines
* Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics.Brian2007-09-191-0/+14
* Finishing up rename of the setup state to the rasterizer state.Zack Rusin2007-09-181-1/+1
* Implement query object interface.Brian2007-09-111-2/+19
* Rework of shader constant buffers.Brian2007-08-221-0/+3
* First pass at a fallback concept for pipe devices.Keith Whitwell2007-08-211-4/+6
* Use new draw_arrays() code.Brian2007-08-201-3/+55
* Checkpoint: remove more of the old draw_vb() code.Brian2007-08-201-23/+5
* Start to remove the temporary draw_vb() and draw_vertices() code.Brian2007-08-201-1/+4
* Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell2007-08-131-13/+14
* Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell2007-08-101-11/+4
* added pipe->max_texture_size() query, use it in st_drawpixels()Brian2007-08-101-0/+30
* Lift common winsys functions into pipe's new p_winsys.Keith Whitwell2007-08-101-6/+11
* Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell2007-08-101-0/+7
* Pass pci_id to i915_create()Keith Whitwell2007-08-101-4/+38
* Add more i915 state packets.Keith Whitwell2007-08-091-1/+3
* *numFormats = 3Brian2007-08-091-1/+1
* Add flush/finish functionality to pipe.Keith Whitwell2007-08-091-0/+7
* The i915simple driver now runs well enough to lock up hardware.Keith Whitwell2007-08-081-2/+2
* Call init_state_funcsKeith Whitwell2007-08-081-0/+1
* Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell2007-08-081-0/+180