Age | Commit message (Expand) | Author |
2007-10-15 | formatting | Brian |
2007-10-15 | feedback/rasterpos fix-ups | Brian |
2007-10-01 | use i915_miptree_layout when using an i915 | Brian |
2007-10-01 | fix a few vert/frag program items to get i915 driver going again | Brian |
2007-09-21 | Silence a few warnings. | Zack Rusin |
2007-09-19 | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian |
2007-09-18 | Finishing up rename of the setup state to the rasterizer state. | Zack Rusin |
2007-09-11 | Implement query object interface. | Brian |
2007-08-22 | Rework of shader constant buffers. | Brian |
2007-08-21 | First pass at a fallback concept for pipe devices. | Keith Whitwell |
2007-08-20 | Use new draw_arrays() code. | Brian |
2007-08-20 | Checkpoint: remove more of the old draw_vb() code. | Brian |
2007-08-20 | Start to remove the temporary draw_vb() and draw_vertices() code. | Brian |
2007-08-13 | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell |
2007-08-10 | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell |
2007-08-10 | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian |
2007-08-10 | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell |
2007-08-10 | Add printf handlers, pass pci id and move texlayout code to driver. | Keith Whitwell |
2007-08-10 | Pass pci_id to i915_create() | Keith Whitwell |
2007-08-09 | Add more i915 state packets. | Keith Whitwell |
2007-08-09 | *numFormats = 3 | Brian |
2007-08-09 | Add flush/finish functionality to pipe. | Keith Whitwell |
2007-08-08 | The i915simple driver now runs well enough to lock up hardware. | Keith Whitwell |
2007-08-08 | Call init_state_funcs | Keith Whitwell |
2007-08-08 | Checkpoint of a super-simplified i915 driver in the pipe model. | Keith Whitwell |