summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_validate.h
Commit message (Expand)AuthorAgeFilesLines
* mesa: remove #include "mfeatures.h" from numerous source filesBrian Paul2013-04-171-1/+0
* mesa: remove FEATURE_EXT_transform_feedback define.Oliver McFadden2012-09-151-3/+0
* mesa: implement new DrawTransformFeedback functionsMarek Olšák2012-07-121-1/+3
* vbo: optimize validation for glMultiDrawElementsMarek Olšák2012-06-281-0/+6
* mesa: Fold error generation into _mesa_valid_prim_mode().Eric Anholt2012-03-191-1/+1
* mesa: implement DrawTransformFeedback from ARB_transform_feedback2Marek Olšák2011-12-151-0/+10
* mesa: check glBegin()/glDrawArrays()/etc mode with _mesa_valid_prim_mode()Brian Paul2011-09-211-0/+5
* mesa: add implementation of glDrawElementsInstancedBaseVertexPierre-Eric Pelloux-Prayer2011-06-021-1/+2
* mesa: Clean up header file inclusion in api_validate.h.Vinson Lee2010-11-061-1/+4
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-6/+6
* mesa: new validation functions for GL_ARB_draw_instancedBrian Paul2010-04-041-0/+10
* mesa: make max_buffer_index() a non-static functionBrian Paul2009-09-211-0/+6
* mesa: Add support for ARB_draw_elements_base_vertex.Eric Anholt2009-09-081-2/+2
* Removed all RCS / CVS tags (Id, Header, Date, etc.) from everything.Ian Romanick2003-06-051-1/+0
* Consistent copyright info (version number, date) across all files.Gareth Hughes2001-03-121-6/+6
* Major rework of tnl moduleKeith Whitwell2000-12-261-0/+50