summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2010-03-01glapi: drop SOLARIS_THREADSGeorge Sapountzis
2010-03-01glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis
2010-03-01glapi.c: misc cosmeticGeorge Sapountzis
2010-03-01glapi.c: mv init_glapi_relocs to glapi_getproc.cGeorge Sapountzis
2010-03-01glapi.c: mv check_table to glapi_getproc.cGeorge Sapountzis
2010-03-01glapi.c: split check_table to not_null and get_procGeorge Sapountzis
2010-03-01glapi.h: drop dispatch_override prototypesGeorge Sapountzis
2010-03-01glapi.h: misc cosmeticGeorge Sapountzis
2010-03-01glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macrosGeorge Sapountzis
2010-02-26Revert "glapi: Remove unnecessary headers."José Fonseca
2010-02-25glapi: Remove unnecessary headers.Vinson Lee
2010-02-25glapi/gen: just copy in glx/glapiGeorge Sapountzis
2010-02-25glapi: EXTRA_DEBUG is never defined, make this explicitGeorge Sapountzis
2010-02-25glapi: minor ugliness to be able to copy to xorgGeorge Sapountzis
2010-02-25mesa: Move src/mesa/glapi/dispatch.h to mesa.Chia-I Wu
2010-02-25glapi: Move src/mesa/main/dispatch.c to glapi and rename.Chia-I Wu
2010-02-25glapi: Generated GLX sources should use glapidispatch.h.Chia-I Wu
2010-02-24glapi: GL_OES_EGL_image autogenerated filesKristian Høgsberg
2010-02-24glapi: Add GL_OES_EGL_imageKristian Høgsberg
2010-02-24glapi: fix code generation Makefile after mvGeorge Sapountzis
2010-02-24glapi: mv code generation to subdirGeorge Sapountzis
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memset in favor of plain memset.Kenneth Graunke
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-11glapi: Avoid #including gl.hKristian Høgsberg
2010-02-09Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg
2010-02-05glapi: Add back the reduced Noop dispatchKristian Høgsberg
2010-01-25Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-23glapi: Do not use .type pseudo-op on Mac OS X.Vinson Lee
2010-01-23Merge branch 'arb_half_float_vertex'Dave Airlie
2010-01-23glapi: add GL_HALF_FLOAT enum support.Dave Airlie
2010-01-23glapi: Include glheader.h in glapi_nop.c.Chia-I Wu
2010-01-22glapi: define GLfixed, GLclampx types for ES 1Brian Paul
2010-01-22glapi: clean-up and simplify glapi_nop.c codeBrian Paul
2010-01-22glapi: split the no-op dispatch code into new glapi_nop.c fileBrian Paul
2010-01-22glapi: fix int->pointer conversions warnings in no-op functionsBrian Paul
2010-01-21Do not include glapi/dispatch.h outside Mesa core.Chia-I Wu
2010-01-20Merge remote branch 'origin/opengl-es-v2'Chia-I Wu
2010-01-19Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith
2010-01-12Merge branch 'master' into opengl-es-v2Chia-I Wu
2010-01-04Merge branch 'mesa_7_7_branch'Brian Paul
2010-01-04glapi: comment-out TIMEOUT_IGNOREDBrian Paul
2010-01-03Only enable verbose NoOp dispatch if DEBUG is definedKristian Høgsberg
2010-01-03Noop dispatch: move warning code out of the generated functionsKristian Høgsberg
2010-01-03Export a few glapi functions used by gallium and r300Kristian Høgsberg
2009-12-31mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul
2009-12-29mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul
2009-12-29glapi: extension info for GL_EXT_draw_buffers2Brian Paul