summaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_cb_xformfb.c
Commit message (Expand)AuthorAgeFilesLines
* st/mesa: fix fallout from xfb changes.Dave Airlie2016-03-311-2/+2
* st/mesa: implement DrawTransformFeedbackStreamMarek Olšák2015-08-061-29/+32
* st/mesa: don't draw instead of asserting in transform feedbackDave Airlie2015-07-311-2/+4
* st/mesa: replace Elements() with ARRAY_SIZE()Brian Paul2015-03-021-4/+4
* st/mesa: replace INLINE with inlineBrian Paul2015-02-261-1/+1
* st/mesa: treat resource-less xfb buffers as if they weren't thereIlia Mirkin2015-02-141-1/+1
* gallium: allow setting of the internal stream output offsetZack Rusin2014-03-071-7/+13
* st/mesa: fix _mesa_init_transform_feedback_object() argumentBrian Paul2013-11-011-1/+1
* st/mesa: Use the new _mesa_init_transform_feedback_object() helper.Kenneth Graunke2013-10-311-2/+2
* st/mesa: remove #include mfeatures.hBrian Paul2013-04-091-1/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-4/+0
* st/mesa: use a cast wrapper function to get st_transform_feedback_objectMarek Olšák2011-12-251-6/+11
* st/mesa: DrawTFB should use the vertex count from the last call of EndTFBMarek Olšák2011-12-251-11/+42
* st/mesa: implement EXT_transform_feedback and ARB_transform_feedback2Marek Olšák2011-12-151-33/+109
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-13/+0
* st/mesa: Include mfeatures.h in files that perform feature tests.Vinson Lee2011-01-091-0/+1
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-7/+7
* mesa: Make FEATURE_EXT_transform_feedback more modular.Chia-I Wu2010-05-121-0/+4
* mesa: more transform feedback infrastructureBrian Paul2010-05-101-0/+129