Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Follow along GL/glx -> glx renaming in xserver | Dan Nicholson | |
The xserver glx modules were lifted up to the top level, so this changes the glapi generation to look in the new location. | |||
2008-05-21 | Add remaining glapi generated server headers. | Kristian Høgsberg | |
This adds all the headers needed by the xserver glx module and also adds a rule to copy over the shared glapi.[ch] and glthread.[ch] files. Specifying an xserver path (set XORG_BASE on the make command line) is now mandatory when regenerating the glapi files. | |||
2008-05-21 | Make the shared glapi files not include glheader.h. | Kristian Høgsberg | |
2008-05-21 | Revert "glapi: Generate xserver glapi sources in the mesa tree" | Kristian Høgsberg | |
This reverts commit 7688791fc52f116eea421fda1d17aba5cf10977b, and takes us back to generating the glapi files straight into the xserver tree. Conflicts: src/glx/x11/indirect_size_get.c | |||
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-05-07 | Never fail `make clean' | Dan Nicholson | |
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean. | |||
2008-04-23 | glcore: drop outdated sources files intented for xorg | George Sapountzis | |
2008-04-23 | glcore: build from mesa | George Sapountzis | |
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-03-08 | Move DRI context functions into dri_glx.c. | Kristian Høgsberg | |
Also drop isDirect flag; if gc->driContext is non-NULL, it's direct. | |||
2008-02-25 | Remove files of unsupported build systems. | José Fonseca | |
2008-02-19 | Added <size name="Get" mode="get"/> lines for point parameter tokens. | Brian | |
See bug 11893. This allows GL_POINT_SIZE_MIN/MAX/etc to be queried with indirect rendering. | |||
2008-02-19 | If parameter is a 'counter', raise GL_INVALID_VALUE if value is negative | Brian | |
Fixes bug 10984. | |||
2008-02-17 | glapi: Generate xserver glapi sources in the mesa tree | Dan Nicholson | |
Instead of generating the glapi sources for the xserver and commiting them to the xserver tree, we can keep them in the mesa tree and change the xserver build to use the files from the mesa tree. This makes the xserver glx build more robust as it reduces the chances for mismatches of the glX API used in the xserver vs. in mesa. | |||
2008-02-12 | glapi: Correct prerequisites for gl_and_glX_API.xml | Dan Nicholson | |
The indirect_dispatch.h and indirect_table.c source files use gl_and_glX_API.xml in their generation rather than glX_API.xml, but it wasn't listed in their prerequisites. In turn, gl_and_glX_API.xml uses glX_API.xml, but this is already listed in $(COMMON_GLX). | |||
2008-02-12 | glapi: Use make automatic variables to clean up the commands | Dan Nicholson | |
Make use of the make automatic variables $@ (the target) and $< (first prerequisite) to clean up the commands for the glapi generation. This improves readability and guards against typos since words are repeated less frequently. | |||
2008-02-12 | glapi: Use variable for indent and flags | Dan Nicholson | |
Put the path to indent and the flags to call it with in configs/default rather than in the Makefile. This makes it easier to change the values globally. | |||
2008-01-26 | gallium: s/GLuint/unsigned/ to work with gallium when THREADS not defined | Brian | |
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 | |
these should be the same functions (as per spec). | |||
2007-11-08 | Prevent loss of vectorequiv information when an alias follows the function ↵ | Ian Romanick | |
being aliased. | |||
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 | |
Add entrypoints to glapi XML file and regenerate files. Implement glStencilOpSeparateATI(). Consolidate some code in stencil.c | |||
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-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 | |
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 | |