summaryrefslogtreecommitdiffstats
path: root/src/mesa/glapi
Commit message (Collapse)AuthorAgeFilesLines
* mesa: Prefix main includes with dir to avoid conflicts.José Fonseca2008-07-243-3/+3
| | | | | Some of the headers in src/mesa/main have pretty common names which easily conflict with third-party code, e.g. config.h
* mesa: return -1, not GL_FALSE if _glapi_add_dispatch() fails name sanity checkBrian Paul2008-07-091-2/+2
|
* mesa: Replace abort by asserts.José Fonseca2008-06-241-5/+5
|
* mesa: No getenv on WinCE.José Fonseca2008-06-241-0/+4
|
* mesa: add fwd decl of fill_in_entrypoint_offset()Brian Paul2008-06-181-0/+4
|
* mesa: refactor: move GetProcAddress code from glapi.c into new ↵Brian Paul2008-06-183-624/+655
| | | | glapi_getproc.c file
* mesa: move some glapi bits aroundBrian Paul2008-06-134-3/+7
| | | | | | 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.
* Remove CVS keywords.José Fonseca2008-05-261-1/+0
|
* Merge branch 'gallium-i915-current' into gallium-0.1Jakob Bornecrantz2008-05-231-4/+44
|\
| * mesa: Pulled in glthread from i915texJakob Bornecrantz2008-04-071-4/+44
| |
* | mesa: fix #include path for glapioffsets.h (fixes x86 build)Brian2008-05-211-1/+1
| |
* | Regenerated API dispatch filesBrian Paul2008-05-185-630/+590
| | | | | | | | Follow on to cherry-pick from master
* | alias ProgramEnvParameter4xyARB and ProgramParameter4xyNV (bug #12935)Brian Paul2008-05-181-8/+6
|/ | | | | | these should be the same functions (as per spec). cherry-picked from master (86a4810b09097714942bf2b889e6c62357bba931)
* Alias glStencilOpSeparateATI with glStencilOpSeparate.Brian2008-04-046-143/+130
|
* Finish up ATI_separate_stencilBrian2008-04-046-300/+373
| | | | | | Add entrypoints to glapi XML file and regenerate files. Implement glStencilOpSeparateATI(). Consolidate some code in stencil.c
* Remove files of unsupported build systems.José Fonseca2008-02-251-37/+0
|
* gallium: s/GLuint/unsigned/ to work with gallium when THREADS not definedBrian2008-01-261-3/+3
|
* Rename 'mms-config.' to 'mms.config'.Michal Krol2007-10-291-1/+1
| | | | | It looks like Windows does not like filenames ending with a dot, in effect renaming it to 'mms-config'.
* Add a few missing GL 2.0 entrypoints, regenerate related files.Brian2007-06-283-137/+196
| | | | | | | | | Specifically: glVertexAttrib4bv glVertexAttrib4iv glVertexAttrib4ubv glVertexAttrib4uiv glVertexAttrib4usv
* Fix TEXREL issues when using GLX_USE_TLS (see bug 7459).Brian2007-06-122-12/+23
|
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-166-300/+356
| | | | | Shadow sampling from texture arrays is still not implemented. Everything else should be there, though.
* fix bug 9823: GL_CLIENT_ATTRIB_STACK_DEPTH query fails for indirect renderingWei Wang2007-04-081-2/+6
|
* MAX_TEXTURE_COORDS_ARB and MAX_TEXTURE_IMAGE_UNITS_ARB had wrong glGet info.Brian2007-04-071-2/+2
| | | | Fixes bug 10371.
* Call _glapi_set_context(NULL) in _glapi_check_multithread() to make sure the ↵Brian2007-04-021-0/+1
| | | | _glapi_Context global gets cleared properly.
* Merge branch 'master' of ssh+git://[email protected]/git/mesa/mesaIan Romanick2007-03-062-2/+10
|\
| * Fix GLAPIENTRYP for OS X.Ian Romanick2007-02-232-2/+10
| | | | | | | | | | Fix build problems related to incorrect define of GLAPIENTRYP on OS X. Reported by bushing on IRC.
* | Fix cut-and-paste error in the name of GL_NUM_COMPRESSED_TEXTURE_FORMATS_ARB.Ian Romanick2007-03-061-1/+1
|/
* Delete two invalid assertions.Ian Romanick2007-02-201-2/+0
| | | | | | 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.
* s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-302-2/+2
|
* s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-303-9/+17
|\
| * Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-273-6/+14
| | | | | | | | | | | | | | | | 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 <[email protected]> and regenerate.
* | s/params/pointer/ for glGetVertexAttribPointerBrian2007-01-302-2/+2
|/
* Use glxbyteorder.h in server-side source files.Ian Romanick2007-01-042-30/+3
|
* Hack indent flags for indirect_reqsize.h to eliminate extra diffs.Ian Romanick2007-01-041-1/+1
|
* Add missing files to server generation list.Ian Romanick2007-01-041-1/+9
| | | | | | | 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.
* Make git ignore files only generated at build time.Michel Dänzer2006-12-061-0/+0
|
* GLX protocol fixes for glMap* functions (bug 8899)Brian Paul2006-11-224-14/+19
|
* list header files in sources files (Dan Nicholson)Brian Paul2006-11-211-0/+9
|
* fix mgl name mangling problemBrian Paul2006-11-182-0/+60
|
* use LONGSTRING to silence warningBrian Paul2006-11-161-1/+1
|
* #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.Brian Paul2006-11-032-8/+2
|
* check for USE_MGL_NAMESPACEBrian Paul2006-11-033-1/+15
|
* Added OpenGL 2.1 entrypoints.Brian Paul2006-11-036-1762/+1944
|
* Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul2006-11-026-1759/+3133
|
* Fix dumb build errors.Ian Romanick2006-10-131-1/+1
| | | | | | 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.
* include glapi.h to fix broken buildBrian Paul2006-10-131-0/+1
|
* remove some debug code invalidated by prev check-inBrian Paul2006-10-121-7/+0
|
* Fix bug #4681.Ian Romanick2006-10-1118-2176/+2193
| | | | | | | | | | | | | | | | | 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
* List of source (.c) files in each directory.Brian Paul2006-10-111-0/+3
| | | | | To be included by X.org Makefile.am files so that lists of files don't need to be hardcoded and frequently updated there.
* Updates for XCB. Bug 8560.Ian Romanick2006-10-091-1/+1
|