summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)AuthorFilesLines
2007-03-06Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick2-2/+10
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick1-1/+1
2007-02-23Fix GLAPIENTRYP for OS X.Ian Romanick2-2/+10
2007-02-20Delete two invalid assertions.Ian Romanick1-2/+0
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian2-2/+2
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian3-9/+17
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian2-2/+2
2007-01-27Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis3-6/+14
2007-01-04Use glxbyteorder.h in server-side source files.Ian Romanick2-30/+3
2007-01-04Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick1-1/+1
2007-01-04Add missing files to server generation list.Ian Romanick1-1/+9
2006-12-06Make git ignore files only generated at build time.Michel Dänzer1-0/+0
2006-11-22GLX protocol fixes for glMap* functions (bug 8899)Brian Paul4-14/+19
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul1-0/+9
2006-11-18fix mgl name mangling problemBrian Paul2-0/+60
2006-11-16use LONGSTRING to silence warningBrian Paul1-1/+1
2006-11-03#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.Brian Paul2-8/+2
2006-11-03check for USE_MGL_NAMESPACEBrian Paul3-1/+15
2006-11-03Added OpenGL 2.1 entrypoints.Brian Paul6-1762/+1944
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul6-1759/+3133
2006-10-13Fix dumb build errors.Ian Romanick1-1/+1
2006-10-13include glapi.h to fix broken buildBrian Paul1-0/+1
2006-10-12remove some debug code invalidated by prev check-inBrian Paul1-7/+0
2006-10-11Fix bug #4681.Ian Romanick18-2176/+2193
2006-10-11List of source (.c) files in each directory.Brian Paul1-0/+3
2006-10-09Updates for XCB. Bug 8560.Ian Romanick1-1/+1
2006-10-04Changes to generated code caused by the previous commits.Ian Romanick5-76/+76
2006-10-04Fix the ordering of extensions.Ian Romanick1-53/+53
2006-10-04Keep indentation consistent with indent.Ian Romanick3-72/+67
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan Romanick2-129/+109
2006-10-04Add utility method client_supported_for_indirect.Ian Romanick1-3/+10
2006-09-26Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb1-9/+25
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick1-2/+2
2006-08-31Add API description for GLX_SGI_swap_control.Ian Romanick1-0/+7
2006-08-31Fix problems with vertex program protocolIan Romanick1-17/+17
2006-08-29remove assertion that referenced &glSetFenceNV for debug testBrian Paul1-1/+0
2006-08-29Deprecate GL_EXT_vertex_weighting.Ian Romanick6-966/+912
2006-08-29More static dispatch function removal.Ian Romanick3-249/+370
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick6-220/+208
2006-08-28Add dependencies for all API XML files.Ian Romanick1-2/+6
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick6-30/+41
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick3-81/+108
2006-08-25Add missing enums for GL_SGI_color_table.Ian Romanick1-0/+45
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick6-981/+948
2006-08-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick10-6199/+5364
2006-08-24Fix some problems with the generation of the size tables. EnableIan Romanick1-7/+13
2006-08-23New script and API description file to enable generate of GLX protocolIan Romanick4-3/+629
2006-08-22Correct the name of the GL_NV_texture_expand_normal extension.Ian Romanick1-1/+1
2006-08-22The TLS dispatch functions for x86-64 are fixed-size, just like onIan Romanick1-18/+22
2006-08-22Add new attribute called static_dispatch to the <function> element. ThisIan Romanick12-53/+169