Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | additional wrapper updates, bug 4468 | Brian Paul | 2005-09-19 | 1 | -2/+2 |
| | |||||
* | Remove _glapi_check_multithread from the interface exported by the loader to | Ian Romanick | 2005-08-10 | 1 | -816/+816 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | s/Disaptch/Dispatch/ (bug 3918) | Brian Paul | 2005-08-08 | 1 | -1/+1 |
| | |||||
* | Convert all instances of XTHREADS to USE_XTHREADS. This fixes one of | Ian Romanick | 2005-08-03 | 1 | -1/+1 |
| | | | | | serveral things that are broken when building on a system with X.org 7.0rc0 installed. | ||||
* | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | 2005-07-02 | 1 | -0/+30993 |
| | | | | | | 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. | ||||
* | this is auto-generated | Brian Paul | 2005-06-06 | 1 | -164/+0 |
| | |||||
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 6 | -0/+848 |