summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* st/mesa: rename state -> tgsi, updated commentsBrian Paul2010-02-121-1/+1
* gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol2010-01-281-1/+1
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-221-1/+0
|\
| * st/mesa: Remove unnecessary header from st_draw_feedback.c.Vinson Lee2010-01-141-1/+0
* | Merge branch 'gallium-noconstbuf'Roland Scheidegger2010-01-151-3/+3
|\ \
| * | gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger2009-12-231-3/+3
* | | st/mesa: Initialise vertex element instance divisor to 0.Michal Krol2010-01-151-0/+1
* | | gallium: add geometry shader support to galliumZack Rusin2009-12-251-1/+2
|/ /
* | mesa/st: refactor vertex and fragment shader translationKeith Whitwell2009-11-151-4/+4
|/
* vbo: Avoid extra validation of DrawElements.Eric Anholt2009-08-121-0/+4
* st: add support for GL_EXT_vertex_array_bgraBrian Paul2009-05-211-0/+1
* mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell2009-05-081-8/+15
* st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul2009-03-091-1/+1
* gallium: Unify reference counting.Michel Dänzer2009-03-041-2/+2
* gallium: standardize on stride instead of pitch in the interfaceZack Rusin2009-01-271-1/+1
* st: move feedback draw function to new fileKeith Whitwell2008-12-121-0/+262