| Commit message (Expand) | Author | Age | Files | Lines |
* | remove :5 form format field in pipe_surface, makes no difference at this time | Brian | 2007-09-20 | 1 | -1/+1 |
* | Clean-up the TGSI_SEMANTIC tokens, introduce semantic indexes. | Brian | 2007-09-20 | 1 | -2/+6 |
* | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian | 2007-09-19 | 1 | -4/+7 |
* | Checkpoint: rework shader input/output register mapping. | Brian | 2007-09-18 | 1 | -0/+3 |
* | converting the setup state to immutable object and renaming it to rasterizer ... | Zack Rusin | 2007-09-18 | 1 | -2/+2 |
* | Combing depth and stencil objects and making them immutable. | Zack Rusin | 2007-09-18 | 1 | -24/+24 |
* | Implement query object interface. | Brian | 2007-09-11 | 1 | -0/+10 |
* | More work on vertex feedback / glRasterPos. Basic rasterpos works now. | Brian | 2007-09-10 | 1 | -0/+9 |
* | Initial work for post-transformed vertex feedback buffers. | Brian | 2007-09-06 | 1 | -0/+15 |
* | Hook-up SSE2 to VS. | michal | 2007-08-24 | 1 | -0/+1 |
* | Checkpoint: new vertex/fragment attribute naming | Brian | 2007-08-23 | 1 | -2/+2 |
* | added border_color to sampler state | Brian | 2007-08-22 | 1 | -1/+1 |
* | Rework of shader constant buffers. | Brian | 2007-08-22 | 1 | -3/+5 |
* | added outputs_written field to pipe_shader_state | Brian | 2007-08-17 | 1 | -1/+2 |
* | Begin added vertex shader state/support. | Brian | 2007-08-16 | 1 | -2/+2 |
* | comments | Brian | 2007-08-15 | 1 | -9/+21 |
* | Add structs and set-functions for vertex buffer, element state. | Keith Whitwell | 2007-08-14 | 1 | -0/+21 |
* | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell | 2007-08-13 | 1 | -130/+121 |
* | move pipe_buffer_handle definition to top of file, use it in pipe_region | Brian | 2007-08-11 | 1 | -5/+4 |
* | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | 2007-08-10 | 1 | -10/+0 |
* | Split texfilter enums to match common hardware usage. | Keith Whitwell | 2007-08-09 | 1 | -2/+3 |
* | Checkpoint intel_renderbuffer removal. | Brian | 2007-08-09 | 1 | -2/+0 |
* | added pipe_mipmap_tree::format | Brian | 2007-08-07 | 1 | -0/+1 |
* | remove pipe_surface_sampler | Brian | 2007-08-07 | 1 | -13/+0 |
* | sketch out new pipe surface/sampler types | Brian | 2007-08-07 | 1 | -27/+18 |
* | s/pipe_texture_object/pipe_mipmap_tree/, drop st_texobj.c | Brian | 2007-08-07 | 1 | -0/+2 |
* | comments | Brian | 2007-08-06 | 1 | -3/+3 |
* | Checkpoint lifting of intel_mipmap_tree (intel_mipmap_tree -> pipe_mipmap_tre... | Brian | 2007-08-06 | 1 | -0/+55 |
* | Add pipe buffer managment functions. | Keith Whitwell | 2007-08-06 | 1 | -0/+13 |
* | Add a new interface between softpipe and the window system / buffer manager. | Keith Whitwell | 2007-08-05 | 1 | -4/+1 |
* | Remove references to accum buffers in softpipe. | Keith Whitwell | 2007-08-02 | 1 | -1/+0 |
* | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | 2007-08-02 | 1 | -3/+0 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 1 | -36/+17 |
* | Lift region-related functions up to the pipe interface. | Brian | 2007-07-31 | 1 | -0/+18 |
* | Lots of improvements to the surface-related code. | Brian | 2007-07-30 | 1 | -7/+9 |
* | s/GLuint/GLbitfield/ | Brian | 2007-07-24 | 1 | -1/+1 |
* | Basic fragment programs run now. | Brian | 2007-07-24 | 1 | -6/+6 |
* | Trigger tgsi compilation for fragment programs. | Keith Whitwell | 2007-07-19 | 1 | -1/+4 |
* | Added basic occlusion counting | Brian | 2007-07-13 | 1 | -0/+1 |
* | minor changes, comments about multiple color buffers, MRT. | Brian | 2007-07-12 | 1 | -4/+6 |
* | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | 2007-07-12 | 1 | -0/+5 |
* | New 'draw' module for primitive drawing (clipping, culling, etc). | Brian | 2007-07-09 | 1 | -0/+2 |
* | clarify that line_stipple_factor is in [0,255] corresponding to GL's range of... | Brian | 2007-07-03 | 1 | -1/+1 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 1 | -2/+2 |
* | added buffer_data(), buffer_sub_data() to pipe_buffer | Brian | 2007-06-29 | 1 | -0/+3 |
* | more work on tex objects, surfaces, mappable buffers | Brian | 2007-06-29 | 1 | -19/+65 |
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 1 | -20/+11 |
* | initial texture object, texture format code | Brian | 2007-06-22 | 1 | -0/+14 |
* | more texture sampler work | Brian | 2007-06-22 | 1 | -5/+10 |
* | added blend comments | Brian | 2007-06-22 | 1 | -7/+7 |