summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/api_validate.h
Commit message (Expand)AuthorAgeFilesLines
* mesa/main: add support for ARB_compute_variable_groups_sizeSamuel Pitoiset2016-10-071-0/+4
* mesa: move _mesa_valid_to_render() to api_validate.cBrian Paul2016-09-301-0/+3
* mesa: add support for ARB_indirect_parameters draw functionsIlia Mirkin2016-01-071-0/+16
* mesa/cs: Implement glDispatchComputeIndirectJordan Justen2015-09-241-0/+4
* mesa/cs: Add _mesa_validate_DispatchComputeJordan Justen2015-09-241-0/+4
* mesa: Silence unused parameter warnings in _mesa_validate_Draw functionsIan Romanick2014-12-021-7/+5
* mesa: Remove _mesa_max_buffer_indexIan Romanick2014-11-101-6/+0
* mesa: Add validation helpers for new indirect drawsChris Forbes2013-11-251-0/+26
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* mesa: refactor _mesa_valid_prim_mode()Brian Paul2013-05-021-1/+4
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* 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