summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/i915simple/i915_context.c
AgeCommit message (Expand)Author
2007-08-22Rework of shader constant buffers.Brian
2007-08-21First pass at a fallback concept for pipe devices.Keith Whitwell
2007-08-20Use new draw_arrays() code.Brian
2007-08-20Checkpoint: remove more of the old draw_vb() code.Brian
2007-08-20Start to remove the temporary draw_vb() and draw_vertices() code.Brian
2007-08-13Start breaking the #include dependencies between pipe drivers and mesa.Keith Whitwell
2007-08-10Move string functions to state_tracker, add queries to pipe, winsys.Keith Whitwell
2007-08-10added pipe->max_texture_size() query, use it in st_drawpixels()Brian
2007-08-10Lift common winsys functions into pipe's new p_winsys.Keith Whitwell
2007-08-10Add printf handlers, pass pci id and move texlayout code to driver.Keith Whitwell
2007-08-10Pass pci_id to i915_create()Keith Whitwell
2007-08-09Add more i915 state packets.Keith Whitwell
2007-08-09*numFormats = 3Brian
2007-08-09Add flush/finish functionality to pipe.Keith Whitwell
2007-08-08The i915simple driver now runs well enough to lock up hardware.Keith Whitwell
2007-08-08Call init_state_funcsKeith Whitwell
2007-08-08Checkpoint of a super-simplified i915 driver in the pipe model.Keith Whitwell