| Commit message (Expand) | Author | Age | Files | Lines |
* | gallium: add PIPE_FLUSH_SWAPBUFFERS flag | Keith Whitwell | 2008-01-26 | 1 | -0/+1 |
* | gallium: Simplify winsys buffer interface. | Michel Dänzer | 2008-01-25 | 1 | -16/+10 |
* | Add surface status/clear_value fields, PIPE_SURFACE_STATUS_x tokens | Brian | 2008-01-15 | 1 | -0/+8 |
* | gallium: Make texture target an enum for better debuggability. | Michel Dänzer | 2008-01-04 | 1 | -4/+6 |
* | PIPE_SCREEN_SURFACE no longer needed | Brian | 2007-12-12 | 1 | -1/+0 |
* | Add 'type' parameter to is_format_supported() to specify texture vs. drawing ... | Brian | 2007-12-10 | 1 | -3/+4 |
* | add fence interfaces and buffer create flags to pipe_winsys | keithw | 2007-12-09 | 1 | -2/+6 |
* | Added pipe->get_paramf() to query float limits. | Brian | 2007-11-08 | 1 | -0/+7 |
* | New PIPE_FLUSH_WAIT flag for pipe->flush(). | Brian | 2007-11-07 | 1 | -1/+2 |
* | Remove pipe->max_texture_size(), use get_param() instead. | Brian | 2007-11-06 | 1 | -1/+4 |
* | Allow custom pipe driver buffer usage flags. | José Fonseca | 2007-11-06 | 1 | -5/+6 |
* | Supply buffer usage hints to winsys. | José Fonseca | 2007-11-06 | 1 | -5/+9 |
* | Determine GL extensions/limits by making pipe queries. | Brian | 2007-11-05 | 1 | -0/+17 |
* | Move format definitions from p_defines.h to p_format.h. | michal | 2007-10-27 | 1 | -92/+2 |
* | add support for sprite texcoord modes | Brian | 2007-10-22 | 1 | -0/+7 |
* | fix a few vert/frag program items to get i915 driver going again | Brian | 2007-10-01 | 1 | -6/+0 |
* | Checkpoint: replacement of TGSI_ATTRIB_x tokens with input/output semantics. | Brian | 2007-09-19 | 1 | -0/+7 |
* | Implement query object interface. | Brian | 2007-09-11 | 1 | -0/+8 |
* | Add support for more surface types in sp_surface.c | Brian | 2007-08-24 | 1 | -1/+1 |
* | Rework of shader constant buffers. | Brian | 2007-08-22 | 1 | -0/+8 |
* | added PIPE_PRIM_x tokens (matching GL), use in a few places | Brian | 2007-08-15 | 1 | -0/+14 |
* | Add surface formats to be used for specifying vertex element layouts. | Keith Whitwell | 2007-08-14 | 1 | -2/+69 |
* | Start breaking the #include dependencies between pipe drivers and mesa. | Keith Whitwell | 2007-08-13 | 1 | -0/+10 |
* | pipe->region_alloc() now takes width instead of pitch, plus a flags param | Brian | 2007-08-10 | 1 | -4/+15 |
* | Split texfilter enums to match common hardware usage. | Keith Whitwell | 2007-08-09 | 1 | -6/+12 |
* | Add flush/finish functionality to pipe. | Keith Whitwell | 2007-08-09 | 1 | -0/+7 |
* | added PIPE_TEX_FACE_* | Brian | 2007-08-08 | 1 | -8/+14 |
* | more formats | Brian | 2007-08-02 | 1 | -15/+19 |
* | add PIPE_MASK_RGBA | Brian | 2007-08-02 | 1 | -0/+2 |
* | s/Z24_S8/S8_Z24/ (stencil is in the high byte) | Brian | 2007-08-01 | 1 | -1/+1 |
* | 32 and z24s8 softpipe buffers | Brian | 2007-07-30 | 1 | -13/+15 |
* | minor rename | Brian | 2007-07-13 | 1 | -1/+1 |
* | Added colormask, dither, multisample state. Implement colormasking stage. | Brian | 2007-07-12 | 1 | -0/+5 |
* | Checkpoint: stencil roughly working, some bugs to fix... | Brian | 2007-07-10 | 1 | -1/+4 |
* | added texture types and mapping types | Brian | 2007-06-29 | 1 | -1/+15 |
* | initial texture object, texture format code | Brian | 2007-06-22 | 1 | -0/+16 |
* | Assorted token renaming/removal, minor state changes, etc. | Brian | 2007-06-22 | 1 | -9/+6 |
* | add point/line/polygon state | Brian | 2007-06-19 | 1 | -0/+15 |
* | Define just one set of PIPE_FUNC_LESS, GREATER, EQUAL, etc tokens. | Brian | 2007-06-18 | 1 | -18/+12 |
* | Rename directories again?! | Keith Whitwell | 2007-06-14 | 1 | -82/+82 |
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 1 | -0/+121 |