summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/glapidispatch.h
Commit message (Collapse)AuthorAgeFilesLines
* mesa: regenerate glapi filesMarek Olšák2011-03-151-16/+22
| | | | | Be sure to type "make clean" after this commit, otherwise your binaries will segfault.
* glapi: regenerated filesBrian Paul2011-01-151-588/+612
|
* glapi: regenerated filesBrian Paul2011-01-151-618/+624
|
* glapi: Regenerate for GL_ARB_ES2_compatibility.Eric Anholt2011-01-141-564/+594
|
* mesa: hook up GL 3.x entrypointsBrian Paul2010-11-211-890/+956
| | | | Fix up some details in the xml files and regenerate dispatch files.
* mesa: upgrade to glext.h version 66Brian Paul2010-11-171-2/+2
| | | | | The type of the num/count parameter to glProgramParameters4[df]vNV() changed so some API dispatch code needed updates too.
* Merge branch 'glapi-reorg'Chia-I Wu2010-10-291-72/+294
| | | | | | | | | Conflicts: src/mapi/glapi/glapi_sparc.S src/mapi/glapi/glapi_x86.S src/mapi/glapi/glapidispatch.h src/mapi/glapi/glapioffsets.h src/mapi/glapi/glprocs.h
* glapi: Merge glapioffsets.h into glapidispath.h.Chia-I Wu2010-10-271-3776/+3763
| | | | | | | | | Move defines in glapioffsets.h to glapidispatch.h. Rename _gloffset_FIRST_DYNAMIC to _gloffset_COUNT, which is equal to the number of entries in _glapi_table. Consistently use SET_by_offset, GET_by_offset, CALL_by_offset, and _gloffset_* to recursively define all SET/GET/CALL macros.
* glapi: Move glapidispatch.h to core mesa.Chia-I Wu2010-10-271-0/+4273
It is a core mesa header, not a glapi header.