| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or... | José Fonseca | 2011-04-07 | 1 | -2/+13 |
* | gallium: remove pipe_vertex_buffer::max_index | Marek Olšák | 2011-02-14 | 1 | -1/+0 |
* | mesa/st: Clean up vertex buffer unreferencing | Thomas Hellstrom | 2011-02-09 | 1 | -10/+9 |
* | mesa/st: Fix vertex buffer leak | Thomas Hellstrom | 2011-02-08 | 1 | -0/+1 |
* | st/mesa: Include mfeatures.h in files that perform feature tests. | Vinson Lee | 2011-01-09 | 1 | -0/+1 |
* | st/mesa: optimize constant buffer uploads | Marek Olšák | 2011-01-06 | 1 | -12/+3 |
* | gallium: remove unused 'buf' parameter in pipe_buffer_unmap | Marek Olšák | 2010-12-20 | 1 | -5/+3 |
* | st/mesa: s/varient/variant | Brian Paul | 2010-12-16 | 1 | -4/+4 |
* | Drop GLcontext typedef and use struct gl_context instead | Kristian Høgsberg | 2010-10-13 | 1 | -2/+2 |
* | st/mesa: Remove unnecessary header. | Vinson Lee | 2010-08-25 | 1 | -1/+0 |
* | gallium: Use draw_set_index_buffer and others. | Chia-I Wu | 2010-08-25 | 1 | -20/+26 |
* | st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware. | Chia-I Wu | 2010-05-12 | 1 | -2/+2 |
* | st/mesa: clean-up: use st_context() everywhere | Brian Paul | 2010-04-23 | 1 | -4/+4 |
* | Merge branch 'gallium-index-bias' | José Fonseca | 2010-04-20 | 1 | -4/+4 |
|\ |
|
| * | mesa/st: Update for index bias interface change. | José Fonseca | 2010-04-19 | 1 | -4/+4 |
* | | Merge branch '7.8' | Brian Paul | 2010-04-19 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | gallium/draw: use correct rasterization state for wide/AA points/lines | Brian Paul | 2010-04-19 | 1 | -1/+1 |
* | | st/mesa: Silence uninitialized variable warning. | Vinson Lee | 2010-04-10 | 1 | -1/+1 |
* | | Squashed commit of the following: | Keith Whitwell | 2010-04-10 | 1 | -14/+23 |
* | | gallium: remove redundant nr_components field from pipe_vertex_element | Roland Scheidegger | 2010-02-17 | 1 | -1/+0 |
|/ |
|
* | st/mesa: rename state -> tgsi, updated comments | Brian Paul | 2010-02-12 | 1 | -1/+1 |
* | gallium: pipe/p_inlines.h -> util/u_inlines.h | José Fonseca | 2010-02-02 | 1 | -1/+1 |
* | gallium: Enable multiple constant buffers for vertex and geometry shaders. | Michal Krol | 2010-01-28 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-22 | 1 | -1/+0 |
|\ |
|
| * | st/mesa: Remove unnecessary header from st_draw_feedback.c. | Vinson Lee | 2010-01-14 | 1 | -1/+0 |
* | | Merge branch 'gallium-noconstbuf' | Roland Scheidegger | 2010-01-15 | 1 | -3/+3 |
|\ \ |
|
| * | | gallium: adapt state trackers etc. to pipe_constant_buffer removal | Roland Scheidegger | 2009-12-23 | 1 | -3/+3 |
* | | | st/mesa: Initialise vertex element instance divisor to 0. | Michal Krol | 2010-01-15 | 1 | -0/+1 |
* | | | gallium: add geometry shader support to gallium | Zack Rusin | 2009-12-25 | 1 | -1/+2 |
|/ / |
|
* | | mesa/st: refactor vertex and fragment shader translation | Keith Whitwell | 2009-11-15 | 1 | -4/+4 |
|/ |
|
* | vbo: Avoid extra validation of DrawElements. | Eric Anholt | 2009-08-12 | 1 | -0/+4 |
* | st: add support for GL_EXT_vertex_array_bgra | Brian Paul | 2009-05-21 | 1 | -0/+1 |
* | mesa/st: cope with non-ibo index data in st_draw_feedback.c | Keith Whitwell | 2009-05-08 | 1 | -8/+15 |
* | st: use pointer_to_offset() cast wrapper to convert pointers to uint | Brian Paul | 2009-03-09 | 1 | -1/+1 |
* | gallium: Unify reference counting. | Michel Dänzer | 2009-03-04 | 1 | -2/+2 |
* | gallium: standardize on stride instead of pitch in the interface | Zack Rusin | 2009-01-27 | 1 | -1/+1 |
* | st: move feedback draw function to new file | Keith Whitwell | 2008-12-12 | 1 | -0/+262 |