summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw_feedback.c
AgeCommit message (Expand)Author
2011-02-14gallium: remove pipe_vertex_buffer::max_indexMarek Olšák
2011-02-09mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom
2011-02-08mesa/st: Fix vertex buffer leakThomas Hellstrom
2011-01-09st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee
2011-01-06st/mesa: optimize constant buffer uploadsMarek Olšák
2010-12-20gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák
2010-12-16st/mesa: s/varient/variantBrian Paul
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-08-25st/mesa: Remove unnecessary header.Vinson Lee
2010-08-25gallium: Use draw_set_index_buffer and others.Chia-I Wu
2010-05-12st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu
2010-04-23st/mesa: clean-up: use st_context() everywhereBrian Paul
2010-04-20Merge branch 'gallium-index-bias'José Fonseca
2010-04-19mesa/st: Update for index bias interface change.José Fonseca
2010-04-19Merge branch '7.8'Brian Paul
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul
2010-04-10st/mesa: Silence uninitialized variable warning.Vinson Lee
2010-04-10Squashed commit of the following:Keith Whitwell
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