Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-03-01 | Added glBlitFramebufferEXT function. | Brian Paul | |
2005-12-11 | Regenerate for recent glapi changes (GetQueryObjecti64vEXT). | Eric Anholt | |
2005-12-02 | Fix build issues on x86-64 due to missing include path in | Ian Romanick | |
glapi_x86-64.S. Bug: #5602 | |||
2005-11-02 | implement USE_MGL_NAMESPACE for x86-64 dispatch code (Mark Bolstad) | Brian Paul | |
2005-09-19 | additional wrapper updates, bug 4468 | Brian Paul | |
2005-08-10 | Remove _glapi_check_multithread from the interface exported by the loader to | Ian Romanick | |
the driver. The loader now takes care of this for the driver. Remove _glapi_DispatchTSD and give _glapi_Dispatch its semantic (i.e., having a NULL value means that the application is multithreaded and _glapi_get_dispatch must be called). Gut all of the dispatch override code. This removes _glapi_RealDispatch, _glapi_tls_RealDispatch, _glapi_begin_dispatch_override, _glapi_end_dispatch_override, and _glapi_get_override_dispatch. Remove _glapi_get_proc_address, _glapi_get_proc_name, _glapi_get_version, and _glapi_check_table from the loader / driver interface. Reviewed by: Brian Paul | |||
2005-08-08 | s/Disaptch/Dispatch/ (bug 3918) | Brian Paul | |
2005-08-03 | Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of | Ian Romanick | |
serveral things that are broken when building on a system with X.org 7.0rc0 installed. | |||
2005-07-02 | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | |
is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. | |||
2005-06-06 | this is auto-generated | Brian Paul | |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul | |