Age | Commit message (Expand) | Author |
2007-10-01 | fix a few vert/frag program items to get i915 driver going again | Brian |
2007-09-19 | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian |
2007-09-11 | Implement query object interface. | Brian |
2007-08-24 | Add support for more surface types in sp_surface.c | Brian |
2007-08-22 | Rework of shader constant buffers. | Brian |
2007-08-15 | added PIPE_PRIM_x tokens (matching GL), use in a few places | Brian |
2007-08-14 | Add surface formats to be used for specifying vertex element layouts. | Keith Whitwell |
2007-08-13 | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell |
2007-08-10 | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian |
2007-08-09 | Split texfilter enums to match common hardware usage. | Keith Whitwell |
2007-08-09 | Add flush/finish functionality to pipe. | Keith Whitwell |
2007-08-08 | added PIPE_TEX_FACE_* | Brian |
2007-08-02 | more formats | Brian |
2007-08-02 | add PIPE_MASK_RGBA | Brian |
2007-08-01 | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian |
2007-07-30 | 32 and z24s8 softpipe buffers | Brian |
2007-07-13 | minor rename | Brian |
2007-07-12 | Added colormask, dither, multisample state. Implement colormasking stage. | Brian |
2007-07-10 | Checkpoint: stencil roughly working, some bugs to fix... | Brian |
2007-06-29 | added texture types and mapping types | Brian |
2007-06-22 | initial texture object, texture format code | Brian |
2007-06-22 | Assorted token renaming/removal, minor state changes, etc. | Brian |
2007-06-19 | add point/line/polygon state | Brian |
2007-06-18 | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian |
2007-06-14 | Rename directories again?! | Keith Whitwell |
2007-06-14 | Renamed softpipe directories and files to something less confusing. | Keith Whitwell |