summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw_feedback.c
AgeCommit message (Expand)Author
2010-02-17gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger
2010-02-12st/mesa: rename state -> tgsi, updated commentsBrian Paul
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca
2010-01-28gallium: Enable multiple constant buffers for vertex and geometry shaders.Michal Krol
2010-01-22Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-15Merge branch 'gallium-noconstbuf'Roland Scheidegger
2010-01-15st/mesa: Initialise vertex element instance divisor to 0.Michal Krol
2010-01-14st/mesa: Remove unnecessary header from st_draw_feedback.c.Vinson Lee
2009-12-25gallium: add geometry shader support to galliumZack Rusin
2009-12-23gallium: adapt state trackers etc. to pipe_constant_buffer removalRoland Scheidegger
2009-11-15mesa/st: refactor vertex and fragment shader translationKeith Whitwell
2009-08-12vbo: Avoid extra validation of DrawElements.Eric Anholt
2009-05-21st: add support for GL_EXT_vertex_array_bgraBrian Paul
2009-05-08mesa/st: cope with non-ibo index data in st_draw_feedback.cKeith Whitwell
2009-03-09st: use pointer_to_offset() cast wrapper to convert pointers to uintBrian Paul
2009-03-04gallium: Unify reference counting.Michel Dänzer
2009-01-27gallium: standardize on stride instead of pitch in the interfaceZack Rusin
2008-12-12st: move feedback draw function to new fileKeith Whitwell