summaryrefslogtreecommitdiff
path: root/src/mesa/glapi
AgeCommit message (Expand)Author
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
2007-04-07MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.Brian
2007-04-02Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ...Brian
2007-03-06Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesaIan Romanick
2007-03-06Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick
2007-02-23Fix GLAPIENTRYP for OS X.Ian Romanick
2007-02-20Delete two invalid assertions.Ian Romanick
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-30s/params/pointer/ for glGetVertexAttribPointerBrian
2007-01-27Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis
2007-01-04Use glxbyteorder.h in server-side source files.Ian Romanick
2007-01-04Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick
2007-01-04Add missing files to server generation list.Ian Romanick
2006-12-06Make git ignore files only generated at build time.Michel Dänzer
2006-11-22GLX protocol fixes for glMap* functions (bug 8899)Brian Paul
2006-11-21list header files in sources files (Dan Nicholson)Brian Paul
2006-11-18fix mgl name mangling problemBrian Paul
2006-11-16use LONGSTRING to silence warningBrian Paul
2006-11-03#define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.Brian Paul
2006-11-03check for USE_MGL_NAMESPACEBrian Paul
2006-11-03Added OpenGL 2.1 entrypoints.Brian Paul
2006-11-02Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul
2006-10-13Fix dumb build errors.Ian Romanick
2006-10-13include glapi.h to fix broken buildBrian Paul
2006-10-12remove some debug code invalidated by prev check-inBrian Paul
2006-10-11Fix bug #4681.Ian Romanick
2006-10-11List of source (.c) files in each directory.Brian Paul
2006-10-09Updates for XCB. Bug 8560.Ian Romanick
2006-10-04Changes to generated code caused by the previous commits.Ian Romanick
2006-10-04Fix the ordering of extensions.Ian Romanick
2006-10-04Keep indentation consistent with indent.Ian Romanick
2006-10-04Divide categories into four groups as they are processed from the XML. AddIan Romanick
2006-10-04Add utility method client_supported_for_indirect.Ian Romanick
2006-09-26Added function convertStringForXCB. Deals with the recent XCB naming convent...Jeremy Kolb
2006-09-14Use correct opcodes for GLX_EXT_texture_from_pixmap.Ian Romanick
2006-08-31Add API description for GLX_SGI_swap_control.Ian Romanick
2006-08-31Fix problems with vertex program protocolIan Romanick
2006-08-29remove assertion that referenced &glSetFenceNV for debug testBrian Paul
2006-08-29Deprecate GL_EXT_vertex_weighting.Ian Romanick
2006-08-29More static dispatch function removal.Ian Romanick
2006-08-28Add two new gl_function methods. dispatch_name returns the name ofIan Romanick
2006-08-28Add dependencies for all API XML files.Ian Romanick
2006-08-26Explicitly store the names for each function that should have a staticIan Romanick
2006-08-25Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick
2006-08-25Add missing enums for GL_SGI_color_table.Ian Romanick
2006-08-24GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick
2006-08-24Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick