Age | Commit message (Expand) | Author |
2008-05-07 | Never fail `make clean' | Dan Nicholson |
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis |
2008-04-23 | glcore: build from mesa | George Sapountzis |
2008-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg |
2008-02-19 | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian |
2008-02-19 | If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative | Brian |
2008-02-17 | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson |
2008-02-12 | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson |
2008-02-12 | glapi: Use make automatic variables to clean up the commands | Dan Nicholson |
2008-02-12 | glapi: Use variable for indent and flags | Dan Nicholson |
2008-01-01 | added 'get' info for framebuffer object tokens | Brian |
2008-01-01 | add 'Get' info for MAX_3D_TEXTURE_SIZE (for bug 13811) | Brian |
2007-11-09 | recreate from changed gl_API.xml | Roland Scheidegger |
2007-11-09 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Roland Scheidegger |
2007-11-08 | Prevent loss of vectorequiv information when an alias follows the function be... | Ian Romanick |
2007-10-30 | Fix some build warnings, mostly with XCB. | Michel Dänzer |
2007-10-30 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian |
2007-10-30 | Finish up ATI_separate_stencil | Brian |
2007-10-14 | typo | George Sapountzis |
2007-10-13 | Uncomment GLX_SGIX_pbuffer definition. | Kristian Høgsberg |
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian |
2007-06-12 | Fix TEXREL issues when using GLX_USE_TLS (see bug 7459). | Brian |
2007-05-16 | Initial implementation of MESA_texture_array | Ian Romanick |
2007-04-08 | fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect rendering | Wei Wang |
2007-04-07 | MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info. | Brian |
2007-04-02 | Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ... | Brian |
2007-03-06 | Merge branch 'master' of ssh+git://idr@git.freedesktop.org/git/mesa/mesa | Ian Romanick |
2007-03-06 | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB. | Ian Romanick |
2007-02-23 | Fix GLAPIENTRYP for OS X. | Ian Romanick |
2007-02-20 | Delete two invalid assertions. | Ian Romanick |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-30 | s/params/pointer/ for glGetVertexAttribPointer | Brian |
2007-01-27 | Bug 9628: no entry for GetVertexAttribPointerv | George Sapountzis |
2007-01-04 | Use glxbyteorder.h in server-side source files. | Ian Romanick |
2007-01-04 | Hack indent flags for indirect_reqsize.h to eliminate extra diffs. | Ian Romanick |
2007-01-04 | Add missing files to server generation list. | Ian Romanick |
2006-12-06 | Make git ignore files only generated at build time. | Michel Dänzer |
2006-11-22 | GLX protocol fixes for glMap* functions (bug 8899) | Brian Paul |
2006-11-21 | list header files in sources files (Dan Nicholson) | Brian Paul |
2006-11-18 | fix mgl name mangling problem | Brian Paul |
2006-11-16 | use LONGSTRING to silence warning | Brian Paul |
2006-11-03 | #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set. | Brian Paul |
2006-11-03 | check for USE_MGL_NAMESPACE | Brian Paul |
2006-11-03 | Added OpenGL 2.1 entrypoints. | Brian Paul |
2006-11-02 | Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files. | Brian Paul |
2006-10-13 | Fix dumb build errors. | Ian Romanick |
2006-10-13 | include glapi.h to fix broken build | Brian Paul |
2006-10-12 | remove some debug code invalidated by prev check-in | Brian Paul |
2006-10-11 | Fix bug #4681. | Ian Romanick |