aboutsummaryrefslogtreecommitdiffstats
path: root/src/mapi/glapi/gen/gl_x86-64_asm.py
Commit message (Collapse)AuthorAgeFilesLines
* glapi: add @GOTPCREL relocation typeDimitry Andric2011-01-271-1/+2
| | | | | | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33440 This replaces commit 731ec60da3ccb92f5bfb4d6f1bc3c8e712751376 NOTE: This is a candidate for the 7.9 and 7.10 branches Signed-off-by: Brian Paul <[email protected]>
* Revert "glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.S"Brian Paul2011-01-251-1/+1
| | | | | | This reverts commit 731ec60da3ccb92f5bfb4d6f1bc3c8e712751376. This change causes crashes in the x86-64 dispatch code.
* glapi: adding missing @GOTPCREL qualifer in glapi_x86-64.SDimitry Andric2011-01-251-1/+1
| | | | | | | Fixes http://bugs.freedesktop.org/show_bug.cgi?id=33440 NOTE: This is a candidate for the 7.9 and 7.10 branches Signed-off-by: Brian Paul <[email protected]>
* WIN32_THREADS -> WIN32José Fonseca2010-12-021-1/+1
| | | | | | | | | Fixes nasty bug where some parts of the code didn't define WIN32_THREADS and were using the integer mutex implementation, causing even confusion to the debuggers. And there is little interest of other thread implemenation on Win32 besides Win32 threads.
* glapi: Move to src/mapi/.Chia-I Wu2010-05-071-0/+334
Move glapi to src/mapi/{glapi,es1api,es2api}.