summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \
| * \ Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-1217-438/+724
| |\ \
| * | | glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu2009-11-064-19/+108
| * | | glapi: Include headers with directory prefixes.Chia-I Wu2009-11-057-18/+18
| * | | glapi: Avoid hardcoded category names in remap helper script.Chia-I Wu2009-11-051-8/+16
| * | | glapi: Add is_abi() to test if a function is in the ABI.Chia-I Wu2009-11-054-9/+6
| * | | glapi: Allow normal entry points to be skipped.Chia-I Wu2009-11-052-215/+270
* | | | Sun compilers now support some gcc __attribute__ valuesAlan Coopersmith2010-01-192-4/+4
| |/ / |/| |
* | | Merge branch 'mesa_7_7_branch'Brian Paul2010-01-041-1/+3
|\ \ \ | | |/ | |/|
| * | glapi: comment-out TIMEOUT_IGNOREDBrian Paul2010-01-041-1/+3
* | | Only enable verbose NoOp dispatch if DEBUG is definedKristian Høgsberg2010-01-031-2/+19
* | | Noop dispatch: move warning code out of the generated functionsKristian Høgsberg2010-01-031-21/+7
* | | Export a few glapi functions used by gallium and r300Kristian Høgsberg2010-01-033-7/+7
* | | mesa: added dispatch for GL_NV_conditional_render extensionBrian Paul2009-12-318-362/+427
* | | mesa: regenerate API files related to GL_EXT_draw_buffers2Brian Paul2009-12-297-369/+481
* | | glapi: extension info for GL_EXT_draw_buffers2Brian Paul2009-12-291-0/+49
|/ /
* | ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick2009-11-171-0/+1
* | Add missing XML files to API_XMLIan Romanick2009-11-171-2/+5
* | ARB_fbo: Regenerate files from previous commits.Ian Romanick2009-11-172-98/+106
* | ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xmlIan Romanick2009-11-172-24/+24
* | ARB_fbo: Add GL_EXT_framebuffer_multisampleIan Romanick2009-11-172-0/+17
* | EXT_pds: Add GL_EXT_packed_depth_stencilIan Romanick2009-11-172-0/+20
* | EXT_fbo_blit: Add missing GLX protocol render opcodeIan Romanick2009-11-171-0/+1
* | ARB_fbo: Add missing protocol "Get" informationIan Romanick2009-11-171-2/+7
* | ARB_fbo: Remove _EXT from enum namesIan Romanick2009-11-171-12/+12
|/
* glapi: Always build libglapi.a.Chia-I Wu2009-10-236-9/+22