summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2009-11-17ARB_fbo: Add missing GLX render opcode for glFramebufferTextureLayerEXTIan Romanick
2009-11-17Add missing XML files to API_XMLIan Romanick
2009-11-17ARB_fbo: Regenerate files from previous commits.Ian Romanick
2009-11-17ARB_fbo: Move EXT_fb_blit to EXT_framebuffer_object.xmlIan Romanick
2009-11-17ARB_fbo: Add GL_EXT_framebuffer_multisampleIan Romanick
2009-11-17EXT_pds: Add GL_EXT_packed_depth_stencilIan Romanick
2009-11-17EXT_fbo_blit: Add missing GLX protocol render opcodeIan Romanick
2009-11-17ARB_fbo: Add missing protocol "Get" informationIan Romanick
2009-11-17ARB_fbo: Remove _EXT from enum namesIan Romanick
2009-11-06glapi: Add OpenGL ES compatibility mode to scripts.Chia-I Wu
2009-11-05glapi: Include headers with directory prefixes.Chia-I Wu
2009-11-05glapi: Avoid hardcoded category names in remap helper script.Chia-I Wu
2009-11-05glapi: Add is_abi() to test if a function is in the ABI.Chia-I Wu
2009-11-05glapi: Allow normal entry points to be skipped.Chia-I Wu
2009-10-23glapi: Always build libglapi.a.Chia-I Wu
2009-10-23glapi: Move dispatch marcos to glapidispatch.h.Chia-I Wu
2009-10-23mesa/dri: Remove extension_helper.h.Chia-I Wu
2009-10-23mesa/main: Add support for remap table.Chia-I Wu
2009-09-19windows: replace old ColorTable, Convolution functions with newBrian Paul
2009-09-19glapi: replace old TexCopy functions w/ newBrian Paul
2009-09-19glapi: regenerated filesBrian Paul
2009-09-19glapi: added tokens, function for GL_ARB_provoking_vertexBrian Paul
2009-09-08glapi: Add ARB_draw_elements_base_vertexEric Anholt
2009-09-08mesa: Add support for ARB_depth_clamp.Eric Anholt
2009-09-03glapi: fix incorrect/missing return types for glFenceSync(), glClientWaitSync()Brian Paul
2009-09-03Eliminate trailing whitespace in extension_helper.cIan Romanick