summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_draw_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* state_tracker: Initialize the draw context only when needed.Eric Anholt2016-08-041-2/+3
* st/mesa: invalidate readpixels cacheNicolai Hähnle2016-06-211-0/+1
* st/mesa: add a second pipeline for computeSamuel Pitoiset2016-02-131-1/+1
* st/mesa: move bitmap cache flushing out of state validationBrian Paul2016-01-061-0/+3
* vbo: pass the stream from DrawTransformFeedbackStream to driversMarek Olšák2015-08-061-0/+1
* st/mesa: add support for GL_ARB_viewport_array (v0.2)Dave Airlie2014-02-111-1/+1
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-2/+2
* mesa: add indirect drawing buffer parameter to draw functionsChristoph Bumiller2013-11-251-1/+2
* gallium: Remove draw_arrays() and draw_arrays_instanced() functionsArnas Milasevicius2013-06-071-0/+22
* gallium: Add support for multiple viewportsZack Rusin2013-05-251-1/+1
* draw: try to prevent overflows on index buffersZack Rusin2013-05-141-2/+2
* draw: don't crash on vertex buffer overflowZack Rusin2013-05-141-3/+5
* 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
|\ \