| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Remove remnants of i915 texture-from-pbo code. | Keith Whitwell | 2007-08-02 | 1 | -9/+0 |
* | More work on glClear. | Brian | 2007-08-01 | 1 | -1/+2 |
* | Checkpoint: glClear changes - working, bug very rough. | Brian | 2007-08-01 | 1 | -0/+1 |
* | Redesign pipe_surface in terms of pipe_region. | Brian | 2007-07-31 | 1 | -0/+8 |
* | Lift region-related functions up to the pipe interface. | Brian | 2007-07-31 | 1 | -1/+80 |
* | Added basic occlusion counting | Brian | 2007-07-13 | 1 | -1/+9 |
* | hook in state tracking for blend color | Brian | 2007-07-03 | 1 | -0/+3 |
* | rename a few structs (use _state suffix consistantly), reorder/sort fields in... | Brian | 2007-07-02 | 1 | -4/+4 |
* | consolidate point/line state into pipe_setup_state | Brian | 2007-06-26 | 1 | -3/+0 |
* | initial texture object, texture format code | Brian | 2007-06-22 | 1 | -0/+4 |
* | more texture sampler work | Brian | 2007-06-22 | 1 | -0/+4 |
* | Initial work for glClear(), clear color state. | Brian | 2007-06-20 | 1 | -3/+7 |
* | hook up point state | Brian | 2007-06-19 | 1 | -0/+3 |
* | Added alpha test state. | Brian | 2007-06-18 | 1 | -3/+6 |
* | initial framebuffer state | Brian | 2007-06-15 | 1 | -0/+3 |
* | Rename directories again?! | Keith Whitwell | 2007-06-14 | 1 | -26/+28 |
* | Renamed softpipe directories and files to something less confusing. | Keith Whitwell | 2007-06-14 | 1 | -0/+89 |