summaryrefslogtreecommitdiff
path: root/src/mesa/state_tracker/st_draw_feedback.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: replace pipe_shader_state with tgsi_token* in st_vp_variantMarek Olšák2019-10-221-3/+5
* st/mesa: rename st_xxx_program::tgsi to stateMarek Olšák2019-10-171-1/+1
* st/mesa: move utility functions, macros into new st_util.h fileBrian Paul2019-03-111-0/+1
* st/mesa: allow glDrawElements to work with GL_SELECT feedbackIlia Mirkin2018-12-261-23/+40
* mesa/st: Use binding information from the VAO in feedback rendering.Mathias Fröhlich2018-11-261-62/+31
* mesa/st: Avoid extra references in the feedback draw function scope.Mathias Fröhlich2018-11-261-2/+1
* mesa: Factor out struct gl_vertex_format.Mathias Fröhlich2018-11-211-1/+1
* st/mesa: Make feedback draw and rasterpos use _DrawVAO.Mathias Fröhlich2018-05-101-37/+9
* gallium: Use struct gl_array_attributes* as st_pipe_vertex_format argument.Mathias Fröhlich2018-03-121-6/+1
* mesa: Make gl_vertex_array contain pointers to first order VAO members.Mathias Fröhlich2018-03-101-13/+33
* gallium: remove pipe_index_buffer and set_index_bufferMarek Olšák2017-05-101-12/+8
* gallium: decrease the size of pipe_vertex_buffer - 24 -> 16 bytesMarek Olšák2017-05-101-10/+10
* mesa: replace _mesa_index_buffer::type with index_sizeMarek Olšák2017-04-221-1/+1
* mesa: rename gl_client_array -> gl_vertex_arrayBrian Paul2016-10-281-2/+2
* 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