| Commit message (Expand) | Author | Age | Files | Lines |
* | Make the alpha test state a cso. | Zack Rusin | 2007-09-21 | 1 | -1/+3 |
* | Silence a few warnings. | Zack Rusin | 2007-09-21 | 1 | -1/+1 |
* | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian | 2007-09-19 | 1 | -0/+10 |
* | Finish up conversions of shaders to immutable objects. | Zack Rusin | 2007-09-19 | 1 | -4/+6 |
* | Convert shader to an immutable state object. | Zack Rusin | 2007-09-18 | 1 | -6/+8 |
* | Finishing up rename of the setup state to the rasterizer state. | Zack Rusin | 2007-09-18 | 1 | -1/+1 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -1/+3 |
* | Combing depth and stencil objects and making them immutable. | Zack Rusin | 2007-09-18 | 1 | -2/+3 |
* | Make sampler an immutable state object. | Zack Rusin | 2007-09-18 | 1 | -1/+3 |
* | First stab at immutable state objects (create/bind/delete) | Zack Rusin | 2007-09-18 | 1 | -1/+4 |
* | Implement query object interface. | Brian | 2007-09-11 | 1 | -7/+28 |
* | More work on vertex feedback / glRasterPos. Basic rasterpos works now. | Brian | 2007-09-10 | 1 | -0/+3 |
* | Rework of shader constant buffers. | Brian | 2007-08-22 | 1 | -0/+1 |
* | Checkpoint: remove more of the old draw_vb() code. | Brian | 2007-08-20 | 1 | -42/+0 |
* | Start to remove the temporary draw_vb() and draw_vertices() code. | Brian | 2007-08-20 | 1 | -0/+6 |
* | implement draw_elements() | Brian | 2007-08-20 | 1 | -0/+1 |
* | Fix some draw_arrays issues. | Brian | 2007-08-19 | 1 | -4/+0 |
* | Remove many dependencies on mesa headers. | Brian | 2007-08-16 | 1 | -0/+5 |
* | misc changes to support vertex shaders (disabled by default) | Brian | 2007-08-16 | 1 | -0/+1 |
* | Hook in new draw_arrays() code, disabled for now. | Brian | 2007-08-15 | 1 | -6/+17 |
* | Continue reducing dependencies on core mesa include files. | Keith Whitwell | 2007-08-14 | 1 | -14/+13 |
* | map stencil buffer too | Brian | 2007-08-13 | 1 | -0/+12 |
* | Move string functions to state_tracker, add queries to pipe, winsys. | Keith Whitwell | 2007-08-10 | 1 | -0/+12 |
* | use winsys supported_formats() query | keithw | 2007-08-10 | 1 | -0/+5 |
* | added pipe->max_texture_size() query, use it in st_drawpixels() | Brian | 2007-08-10 | 1 | -0/+32 |
* | Lift common winsys functions into pipe's new p_winsys. | Keith Whitwell | 2007-08-10 | 1 | -5/+4 |
* | Handle glFlush/glFinish through the state tracker. | Keith Whitwell | 2007-08-10 | 1 | -1/+1 |
* | added null ptr checks | Brian | 2007-08-09 | 1 | -4/+9 |
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 1 | -0/+3 |
* | map/unmap textures | Brian | 2007-08-07 | 1 | -0/+17 |
* | sketch out new pipe surface/sampler types | Brian | 2007-08-07 | 1 | -0/+1 |
* | added softpipe_mipmap_tree_layout | Brian | 2007-08-06 | 1 | -3/+6 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 1 | -0/+2 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 1 | -1/+4 |
* | added pipe->supported_formats() | Brian | 2007-08-02 | 1 | -0/+36 |
* | Implement new draw_vertices() path for simple vertex array drawing, use it fo... | Brian | 2007-08-02 | 1 | -0/+20 |
* | Build libsoftpipe.a | Keith Whitwell | 2007-08-01 | 1 | -0/+1 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 1 | -9/+10 |
* | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 1 | -0/+13 |
* | map/unmap surfaces before/after rendering | Brian | 2007-07-30 | 1 | -0/+31 |
* | Implement AA points and AA coverage application in quad pipeline. | Brian | 2007-07-13 | 1 | -0/+1 |
* | Added basic occlusion counting | Brian | 2007-07-13 | 1 | -0/+17 |
* | Add a quad 'bufloop' stage to handle glDrawBuffer(GL_FRONT_AND_BACK). | Brian | 2007-07-12 | 1 | -0/+1 |
* | s/prim_setup/sp_draw_render_stage/, new comments | Brian | 2007-07-12 | 1 | -2/+2 |
* | Rename prim_stage -> draw_stage | Brian | 2007-07-12 | 1 | -0/+5 |
* | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | 2007-07-12 | 1 | -1/+2 |
* | Implement polygon stipple state tracking, application. | Brian | 2007-07-11 | 1 | -0/+1 |
* | Checkpoint: stencil roughly working, some bugs to fix... | Brian | 2007-07-10 | 1 | -0/+1 |
* | Begin hooking up stenciling. | Brian | 2007-07-10 | 1 | -5/+6 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 1 | -60/+14 |