summaryrefslogtreecommitdiffstats
path: root/src/mesa/x86-64
Commit message (Expand)AuthorAgeFilesLines
...
* Finish up ATI_separate_stencilBrian2007-10-301-0/+92
* fix another occurence of movaps which might not be alignedRoland Scheidegger2007-08-301-1/+1
* s/movaps/movups/ (see bug 12216)Brian2007-08-301-5/+3
* Add a few missing GL 2.0 entrypoints, regenerate related files.Brian2007-06-281-0/+5
* Initial implementation of MESA_texture_arrayIan Romanick2007-05-161-9/+54
* Bug 9628: no entry for GetVertexAttribPointervGeorge Sapountzis2007-01-271-0/+1
* #define _glapi_Dispatch _mglapi_Dispatch when USE_MGL_NAMESPACE is set.Brian Paul2006-11-031-0/+1
* Added OpenGL 2.1 entrypoints.Brian Paul2006-11-031-1528/+1798
* Update gl_API.xml with OpenGL 2.0 functions, regenerate derived files.Brian Paul2006-11-021-1541/+2067
* include x86-64.h to silence warningBrian Paul2006-10-171-1/+4
* Fix build when DEBUG is defined but DEBUG_MATH is not.Ian Romanick2006-10-161-2/+2
* Fix bug #4681.Ian Romanick2006-10-111-1609/+981
* Changes to generated code caused by the previous commits.Ian Romanick2006-10-041-66/+66
* Deprecate GL_EXT_vertex_weighting.Ian Romanick2006-08-291-868/+761
* More static dispatch function removal.Ian Romanick2006-08-291-185/+199
* Add a couple of the missing GL 2.0 functions. Enable GLX protocol forIan Romanick2006-08-251-0/+2
* GL_EXT_paletted_texture functions should alias GL_SGI_color_table functions.Ian Romanick2006-08-241-936/+820
* Add a new offset mode to the GL API XML. This mode, called "assign,"Ian Romanick2006-08-241-5770/+3948
* Add new attribute called static_dispatch to the <function> element. ThisIan Romanick2006-08-221-24/+30
* Add support for GL_EXT_gpu_program_parameters. Any driver that enablesIan Romanick2006-08-151-0/+90
* Add support for GL_APPLE_vertex_array_object. Several test programsIan Romanick2006-06-121-1/+133
* Add .note.GNU-stack section to assembler files to avoid the default behaviorKristian Høgsberg2006-04-172-1/+9
* Added glBlitFramebufferEXT function.Brian Paul2006-03-011-0/+53
* Regenerate for recent glapi changes (GetQueryObjecti64vEXT).Eric Anholt2005-12-111-0/+74
* Fix build issues on x86-64 due to missing include path inIan Romanick2005-12-021-1/+1
* implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad)Brian Paul2005-11-021-3443/+3452
* additional wrapper updates, bug 4468Brian Paul2005-09-191-2/+2
* Remove _glapi_check_multithread from the interface exported by the loader toIan Romanick2005-08-101-816/+816
* s/Disaptch/Dispatch/ (bug 3918)Brian Paul2005-08-081-1/+1
* Convert all instances of XTHREADS to USE_XTHREADS. This fixes one ofIan Romanick2005-08-031-1/+1
* Add support for assembly (static) dispatch functions on x86-64. ThisIan Romanick2005-07-021-0/+30993
* this is auto-generatedBrian Paul2005-06-061-164/+0
* x86-64 transform optimizations (Mikko T.)Brian Paul2005-05-076-0/+848