summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* APPLE_object_purgeable: autogenerated filesChris Wilson2010-03-045-353/+407
* APPLE_object_purgeable: xmlChris Wilson2010-03-043-0/+39
* Fix unmatched parenthesis introduce by previous commitsIan Romanick2010-03-032-2/+2
* Remove support for GCC older than 3.3.0 from generated sourcesIan Romanick2010-03-031-1/+1
* Remove support for GCC older than 3.3.0 from generator scriptsIan Romanick2010-03-033-4/+4
* Remove support for GCC older than 3.3.0Ian Romanick2010-03-031-1/+1
* glapi: minor cosmeticGeorge Sapountzis2010-03-031-3/+3
* glapi: drop condvarGeorge Sapountzis2010-03-031-45/+1
* glapi: fix compile with ESGeorge Sapountzis2010-03-022-1/+9
* glapi: Fix syntax.José Fonseca2010-03-011-1/+1
* glapi: drop SOLARIS_THREADSGeorge Sapountzis2010-03-014-103/+4
* glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-014-22/+48
* glapi.c: misc cosmeticGeorge Sapountzis2010-03-011-28/+33
* glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis2010-03-013-208/+196
* glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis2010-03-012-66/+67
* glapi.c: split check_table to not_null and get_procGeorge Sapountzis2010-03-012-13/+23
* glapi.h: drop dispatch_override prototypesGeorge Sapountzis2010-03-011-12/+0
* glapi.h: misc cosmeticGeorge Sapountzis2010-03-011-11/+11
* glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macrosGeorge Sapountzis2010-03-012-48/+66
* Revert "glapi: Remove unnecessary headers."José Fonseca2010-02-261-0/+2
* glapi: Remove unnecessary headers.Vinson Lee2010-02-251-2/+0
* glapi/gen: just copy in glx/glapiGeorge Sapountzis2010-02-251-23/+21
* glapi: EXTRA_DEBUG is never defined, make this explicitGeorge Sapountzis2010-02-251-1/+1
* glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis2010-02-255-15/+22
* mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu2010-02-253-39/+2
* glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu2010-02-251-0/+96
* glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu2010-02-252-2/+2
* glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg2010-02-245-304/+340
* glapi: Add GL_OES_EGL_imageKristian Høgsberg2010-02-243-1/+24
* glapi: fix code generation Makefile after mvGeorge Sapountzis2010-02-241-73/+118
* glapi: mv code generation to subdirGeorge Sapountzis2010-02-2442-0/+0
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-1/+1
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-3/+0
* Remove _mesa_memset in favor of plain memset.Kenneth Graunke2010-02-191-1/+0
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-1/+0
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-192-2/+1
* glapi: Avoid #including gl.hKristian Høgsberg2010-02-111-5/+3
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-10/+10
* glapi: Add back the reduced Noop dispatchKristian Høgsberg2010-02-051-2/+18
* Merge branch 'mesa_7_7_branch'Brian Paul2010-01-251-1/+1
|\
| * glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee2010-01-231-1/+1
* | Merge branch 'arb_half_float_vertex'Dave Airlie2010-01-231-0/+3
|\ \
| * | glapi: add GL_HALF_FLOAT enum support.Dave Airlie2010-01-231-0/+3
* | | glapi: Include glheader.h in glapi_nop.c.Chia-I Wu2010-01-231-7/+1
* | | glapi: define GLfixed, GLclampx types for ES 1Brian Paul2010-01-221-0/+7
* | | glapi: clean-up and simplify glapi_nop.c codeBrian Paul2010-01-222-62/+25
* | | glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul2010-01-225-84/+125
* | | glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul2010-01-221-1/+1
|/ /
* | Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu2010-01-211-1/+0
* | Merge remote branch 'origin/opengl-es-v2'Chia-I Wu2010-01-2014-268/+417
|\ \