Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-07-24 | mesa: Prefix main includes with dir to avoid conflicts. | José Fonseca | |
Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h | |||
2008-07-09 | mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity check | Brian Paul | |
2008-06-24 | mesa: Replace abort by asserts. | José Fonseca | |
2008-06-24 | mesa: No getenv on WinCE. | José Fonseca | |
2008-06-18 | mesa: add fwd decl of fill_in_entrypoint_offset() | Brian Paul | |
2008-06-18 | mesa: refactor: move GetProcAddress code from glapi.c into new ↵ | Brian Paul | |
glapi_getproc.c file | |||
2008-06-13 | mesa: move some glapi bits around | Brian Paul | |
Move _glapi_proc typedef from glapitable.h to glapi.h Also, don't include glapitable.h from glapi.h Before we were including the huge glapitable.h file in every .c file. | |||
2008-05-26 | Remove CVS keywords. | José Fonseca | |
2008-05-23 | Merge branch 'gallium-i915-current' into gallium-0.1 | Jakob Bornecrantz | |
2008-05-21 | mesa: fix #include path for glapioffsets.h (fixes x86 build) | Brian | |
2008-05-18 | Regenerated API dispatch files | Brian Paul | |
Follow on to cherry-pick from master | |||
2008-05-18 | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935) | Brian Paul | |
these should be the same functions (as per spec). cherry-picked from master (86a4810b09097714942bf2b889e6c62357bba931) | |||
2008-04-07 | mesa: Pulled in glthread from i915tex | Jakob Bornecrantz | |
2008-04-04 | Alias glStencilOpSeparateATI with glStencilOpSeparate. | Brian | |
2008-04-04 | Finish up ATI_separate_stencil | Brian | |
Add entrypoints to glapi XML file and regenerate files. Implement glStencilOpSeparateATI(). Consolidate some code in stencil.c | |||
2008-02-25 | Remove files of unsupported build systems. | José Fonseca | |
2008-01-26 | gallium: s/GLuint/unsigned/ to work with gallium when THREADS not defined | Brian | |
2007-10-29 | Rename 'mms-config.' to 'mms.config'. | Michal Krol | |
It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'. | |||
2007-06-28 | Add a few missing GL 2.0 entrypoints, regenerate related files. | Brian | |
Specifically: glVertexAttrib4bv glVertexAttrib4iv glVertexAttrib4ubv glVertexAttrib4uiv glVertexAttrib4usv | |||
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 | |
Shadow sampling from texture arrays is still not implemented. Everything else should be there, though. | |||
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 | |
Fixes bug 10371. | |||
2007-04-02 | Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ↵ | Brian | |
_glapi_Context global gets cleared properly. | |||
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 | |
Fix build problems related to incorrect define of GLAPIENTRYP on OS X. Reported by bushing on IRC. | |||
2007-02-20 | Delete two invalid assertions. | Ian Romanick | |
These two assertions are invalid for a couple reasons. Primarily, when this code is compiled into the X-server, the symbols "glSecondaryColor3fEXT" and "glPointParameterivNV" do not exist. | |||
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 | |
This is because (in glX_API.xml) GetVertexAttribPointerv is aliased to GetVertexAttribPointervARB which is then aliased to GetVertexAttribPointervNV. Make GetVertexAttribPointerv alias GetVertexAttribPointervNV directly. Patch by Ian Romanick <idr@us.ibm.com> and regenerate. | |||
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 | |
The files indirect_reqsize.c and indirect_reqsize.h were missing from the list of files to be generated for the server. Add them back to the list. Also, update the INDENT_FLAGS to prevent conversion of 'GLbyte *pc' to 'GLbyte * pc' in function prototypes. | |||
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 | |
I always build with -DGLX_USE_TLS, so I never hit these paths. glapi.h is required in some places because _glapi_Dispatch is declared there, but _glapi_tls_Dispatch is declared in glthread.h. | |||
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 | |
glDeleteTextures and glDeleteTexturesEXT were erroneously listed as aliases of each other. For anything /except/ GLX protocol they are aliases. This set of changes allows functions that are functionally identical but have different GLX protocol to be listed as aliases. When building with GLX_INDIRECT_RENDERING set, different static functions are used. These functions determine whether the current context is direct rendering or not. If the context is direct rendering, the aliased function (e.g., glDeleteTextures in the case of glDeleteTexturesEXT) is called. If the context is not direct rendering, the correct GLX protocol is sent. For a deeper explanation of what is changed, please see: http://dri.freedesktop.org/wiki/PartiallyAliasedFunctions | |||
2006-10-11 | List of source (.c) files in each directory. | Brian Paul | |
To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there. | |||
2006-10-09 | Updates for XCB. Bug 8560. | Ian Romanick | |