aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* gallium: add start_slot parameter to set_vertex_buffersMarek Olšák2012-10-311-2/+2
* mesa: remove FEATURE_feedback define.Oliver McFadden2012-09-151-5/+0
* draw: simplify index buffer specificationBrian Paul2012-05-311-5/+4
* Merge branch 'gallium-userbuf'Marek Olšák2012-05-111-18/+14
|\
| * gallium: add void *user_buffer in pipe_vertex_bufferMarek Olšák2012-04-301-18/+14
* | mesa: move gl_client_array*[] from vbo_draw_func into gl_contextMarek Olšák2012-05-081-1/+1
|/
* vbo: introduce vbo_get_minmax_indices functionYuanhan Liu2012-01-121-1/+1
* st/mesa: use SINT/UINT formats for VertexAttribIPointerChristoph Bumiller2012-01-031-1/+2
* vbo: introduce vbo_sizeof_ib_type() functionYuanhan Liu2011-12-301-14/+3
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-1/+2
* gallium/failover: Remove the deprecated module.Kai Wasserbäch2011-11-301-1/+0
* mesa/st: Handle feedback draw when VBO offsets are not sorted in ascending or...José Fonseca2011-04-071-2/+13
* gallium: remove pipe_vertex_buffer::max_indexMarek Olšák2011-02-141-1/+0
* mesa/st: Clean up vertex buffer unreferencingThomas Hellstrom2011-02-091-10/+9
* mesa/st: Fix vertex buffer leakThomas Hellstrom2011-02-081-0/+1
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* st/mesa: optimize constant buffer uploadsMarek Olšák2011-01-061-12/+3
* gallium: remove unused 'buf' parameter in pipe_buffer_unmapMarek Olšák2010-12-201-5/+3
* st/mesa: s/varient/variantBrian Paul2010-12-161-4/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-2/+2
* st/mesa: Remove unnecessary header.Vinson Lee2010-08-251-1/+0
* gallium: Use draw_set_index_buffer and others.Chia-I Wu2010-08-251-20/+26
* st/mesa: Make st_cb_{bitmap,drawpixels}.h FEATURE_drawpix aware.Chia-I Wu2010-05-121-2/+2
* st/mesa: clean-up: use st_context() everywhereBrian Paul2010-04-231-4/+4
* Merge branch 'gallium-index-bias'José Fonseca2010-04-201-4/+4
|\
| * mesa/st: Update for index bias interface change.José Fonseca2010-04-191-4/+4
* | Merge branch '7.8'Brian Paul2010-04-191-1/+1
|\ \ | |/ |/|
| * gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+1
* | st/mesa: Silence uninitialized variable warning.Vinson Lee2010-04-101-1/+1
* | Squashed commit of the following:Keith Whitwell2010-04-101-14/+23
* | 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