| Commit message (Expand) | Author | Age | Files | Lines |
* | surface_alloc() is now a winsys function. | Brian | 2007-10-26 | 1 | -8/+1 |
* | Move region_alloc() and region_release() to pipe_winsys. | Brian | 2007-10-25 | 1 | -9/+4 |
* | Move the get/put_tile() functions to pipe_context. | Brian | 2007-10-25 | 1 | -0/+18 |
* | Revert "Undo indexOffset change (I think, git???)" | Brian | 2007-10-24 | 1 | -1/+1 |
* | Undo indexOffset change (I think, git???) | Brian | 2007-10-24 | 1 | -1/+1 |
* | Execution engine is a singleton, for now keep it in the pipe. | Zack Rusin | 2007-10-24 | 1 | -1/+3 |
* | Make the alpha test state a cso. | Zack Rusin | 2007-09-21 | 1 | -14/+18 |
* | Fix failover state binding and convert the sampler to use the new | Zack Rusin | 2007-09-20 | 1 | -8/+5 |
* | Convert depth_stencil state to the new semantics. | Zack Rusin | 2007-09-20 | 1 | -7/+4 |
* | Switch fragment/vertex shaders to the new caching semantics. | Zack Rusin | 2007-09-20 | 1 | -14/+9 |
* | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian | 2007-09-19 | 1 | -1/+2 |
* | Convert the rasterizer cso to the new semantics. | Zack Rusin | 2007-09-19 | 1 | -7/+4 |
* | Redo the cso cache to map driver data in a lot more pleasing way. | Zack Rusin | 2007-09-19 | 1 | -6/+4 |
* | Finish up conversions of shaders to immutable objects. | Zack Rusin | 2007-09-19 | 1 | -3/+8 |
* | Convert shader to an immutable state object. | Zack Rusin | 2007-09-18 | 1 | -6/+10 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -3/+8 |
* | Combing depth and stencil objects and making them immutable. | Zack Rusin | 2007-09-18 | 1 | -6/+8 |
* | Make sampler an immutable state object. | Zack Rusin | 2007-09-18 | 1 | -4/+9 |
* | First stab at immutable state objects (create/bind/delete) | Zack Rusin | 2007-09-18 | 1 | -4/+8 |
* | Remove non-meaningful region_idle() interface | Keith Whitwell | 2007-09-17 | 1 | -2/+0 |
* | Implement query object interface. | Brian | 2007-09-11 | 1 | -4/+5 |
* | More work on vertex feedback / glRasterPos. Basic rasterpos works now. | Brian | 2007-09-10 | 1 | -6/+4 |
* | Initial work for post-transformed vertex feedback buffers. | Brian | 2007-09-06 | 1 | -2/+16 |
* | Improved pipe_region/surface_reference() functions | Brian | 2007-08-22 | 1 | -22/+44 |
* | Rework of shader constant buffers. | Brian | 2007-08-22 | 1 | -1/+5 |
* | First pass at a fallback concept for pipe devices. | Keith Whitwell | 2007-08-21 | 1 | -7/+8 |
* | Checkpoint: remove more of the old draw_vb() code. | Brian | 2007-08-20 | 1 | -17/+0 |
* | implement draw_elements() | Brian | 2007-08-20 | 1 | -0/+5 |
* | Begin added vertex shader state/support. | Brian | 2007-08-16 | 1 | -1/+4 |
* | added new draw_arrays() | Brian | 2007-08-15 | 1 | -0/+6 |
* | added some const qualifiers | Brian | 2007-08-15 | 1 | -2/+2 |
* | Add structs and set-functions for vertex buffer, element state. | Keith Whitwell | 2007-08-14 | 1 | -1/+9 |
* | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell | 2007-08-13 | 1 | -34/+35 |
* | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell | 2007-08-10 | 1 | -0/+7 |
* | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian | 2007-08-10 | 1 | -0/+5 |
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 1 | -44/+3 |
* | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | 2007-08-10 | 1 | -1/+5 |
* | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | 2007-08-10 | 1 | -1/+2 |
* | added pipe_surface_unreference() | Brian | 2007-08-10 | 1 | -0/+11 |
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 1 | -0/+4 |
* | sketch out new pipe surface/sampler types | Brian | 2007-08-07 | 1 | -0/+15 |
* | s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c | Brian | 2007-08-07 | 1 | -1/+1 |
* | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre... | Brian | 2007-08-06 | 1 | -0/+8 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 1 | -3/+38 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 1 | -9/+3 |
* | Remove "static region" support. | Keith Whitwell | 2007-08-03 | 1 | -14/+0 |
* | added pipe->supported_formats() | Brian | 2007-08-02 | 1 | -0/+6 |
* | pipe->clear() now takes a surface, rather than color/depth/stencil flags. | Brian | 2007-08-02 | 1 | -3/+3 |
* | Implement new draw_vertices() path for simple vertex array drawing, use it fo... | Brian | 2007-08-02 | 1 | -0/+5 |
* | Remove references to accum buffers in softpipe. | Keith Whitwell | 2007-08-02 | 1 | -1/+1 |