summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
2009-01-11__builtin_expect is a gcc 3.x feature. define it out for gcc 2.95.Matthieu Herrb
2008-12-14GLX: Include glapi.h before glapitable.hIan Romanick
2008-12-14Return 0 as the request size when the pixels parameter is NULLNeil Roberts
2008-12-14GLX: Fix protocol for glTexSubImage#DIan Romanick
2008-11-10mesa: restore glapi/ prefix on #includeBrian Paul
2008-11-10mesa: fix some misc breakage caused by editing auto-generated files rather th...Brian Paul
2008-11-10GLX: fix out-of-bounds memory issue in indirect glAreTexturesResident()Brian Paul
2008-09-29mesa: asst updates for VMSJouk Jansen
2008-09-27glapi: add DISPATCH_FUNCTION_SIZETobias Jakobi
2008-09-27glapi: add gl_dispatch_functions_start and endTobias Jakobi
2008-09-23mesa: fix main/ prefix in includeKeith Whitwell
2008-09-23mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul
2008-09-23mesa: refactor: move GetProcAddress code from glapi.c into new glapi_getproc....Brian Paul
2008-09-21mesa: move some glapi bits aroundBrian Paul
2008-09-21Remove CVS keywords.Keith Whitwell
2008-09-18mesa: fix asst path/include mistakes in prev commitsChris Rankin
2008-09-18mesa: prefix a bunch of #include lines with "main/".Brian Paul
2008-09-13mesa: #include <stdio.h>Guillaume Melquiond
2008-07-09mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul
2008-07-02Bring over commit 8d4d0b47a07a298a20ffae9fefe96c8c7ca9dccc from xserver treePaulo Cesar Pereira de Andrade
2008-07-01VBO: Add missing functions related to VERTEX_ATTRIB_ARRAY_BUFFER_BINDING_ARBIan Romanick
2008-07-01VBO: add GLX related annotationsIan Romanick
2008-05-21Follow along GL/glx -> glx renaming in xserverDan Nicholson
2008-05-21Add remaining glapi generated server headers.Kristian Høgsberg
2008-05-21Make the shared glapi files not include glheader.h.Kristian Høgsberg
2008-05-21Revert "glapi: Generate xserver glapi sources in the mesa tree"Kristian Høgsberg
2008-05-07Never fail `make clean'Dan Nicholson
2008-04-23glcore: drop outdated sources files intented for xorgGeorge Sapountzis
2008-04-23glcore: build from mesaGeorge Sapountzis
2008-03-08Move DRI context functions into dri_glx.c.Kristian Høgsberg
2008-02-19Added <size name="Get" mode="get"/> lines for point parameter tokens.Brian
2008-02-19If parameter is a 'counter', raise GL_INVALID_VALUE if value is negativeBrian
2008-02-17glapi: Generate xserver glapi sources in the mesa treeDan Nicholson
2008-02-12glapi: Correct prerequisites for gl_and_glX_API.xmlDan Nicholson
2008-02-12glapi: Use make automatic variables to clean up the commandsDan Nicholson
2008-02-12glapi: Use variable for indent and flagsDan Nicholson
2008-01-01added 'get' info for framebuffer object tokensBrian
2008-01-01add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811)Brian
2007-11-09recreate from changed gl_API.xmlRoland Scheidegger
2007-11-09alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Roland Scheidegger
2007-11-08Prevent loss of vectorequiv information when an alias follows the function be...Ian Romanick
2007-10-30Fix some build warnings, mostly with XCB.Michel Dänzer
2007-10-30Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian
2007-10-30Finish up ATI_separate_stencilBrian
2007-10-14typoGeorge Sapountzis
2007-10-13Uncomment GLX_SGIX_pbuffer definition.Kristian Høgsberg
2007-06-28Add a few missing GL 2.0 entrypoints, regenerate related files.Brian
2007-06-12Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian
2007-05-16Initial implementation of MESA_texture_arrayIan Romanick
2007-04-08fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang