Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-03-10 | glapi: fix bug with tls and relocs | George Sapountzis | |
add_dispatch (driver) and maybe get_proc_address (client) may be called before set_dispatch is called, which results in generate_entrypoint using an unreloced function template. | |||
2010-03-10 | glapi: these two should be ok for add_dispatch ... | George Sapountzis | |
- a function cannot be both static and extension, right ? - we should be setting the offset only if not already set, right ? | |||
2010-03-10 | glapi: comments for _glapi_add_dispatch | George Sapountzis | |
2010-03-10 | glapi: minor cosmetic for _glapi_add_dispatch | George Sapountzis | |
2010-03-10 | glapi: add function set_entry_info | George Sapountzis | |
2010-03-10 | glapi: parameter checking, failure paths, ... for add_function_name | George Sapountzis | |
2010-03-10 | glapi: cosmetic for _glapi_add_dispatch | George Sapountzis | |
- static vs. extension - indent - s/new_offset/static_offset/ - ... | |||
2010-03-10 | glapi: use get_extension_proc in _glapi_add_dispatch | George Sapountzis | |
2010-03-10 | glapi: cosmetic for functions for static table | George Sapountzis | |
make similar to functions for extensions table | |||
2010-03-10 | glapi: add function to find extension by name | George Sapountzis | |
2010-03-10 | glapi: functions for extensions table similar to static table | George Sapountzis | |
2010-03-09 | glapi: allow for any mangle prefix | George Sapountzis | |
2010-03-09 | glapi: split out arch-specific code for entrypoints | George Sapountzis | |
2010-03-09 | glapi: mv table functions to glapi_getproc.c and add local header | George Sapountzis | |
2010-03-09 | drop stray XFree86Server, XGLServer | George Sapountzis | |
2010-03-04 | APPLE_object_purgeable: autogenerated files | Chris Wilson | |
2010-03-04 | APPLE_object_purgeable: xml | Chris Wilson | |
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> | |||
2010-03-03 | Fix unmatched parenthesis introduce by previous commits | Ian Romanick | |
I wasn't careful enough when removing support for GCC versions earlier than 3.3.0. I could have sworn that I compile tested before pushing, but apparently not. FAIL. Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | Remove support for GCC older than 3.3.0 from generated sources | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | Remove support for GCC older than 3.3.0 from generator scripts | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick | |
Signed-off-by: Ian Romanick <ian.d.romanick@intel.com> | |||
2010-03-03 | glapi: minor cosmetic | George Sapountzis | |
2010-03-03 | glapi: drop condvar | George Sapountzis | |
Seems unused and replaced by functionality in os module. | |||
2010-03-02 | glapi: fix compile with ES | George Sapountzis | |
2010-03-01 | glapi: Fix syntax. | José Fonseca | |
2010-03-01 | glapi: drop SOLARIS_THREADS | George Sapountzis | |
It seems that SOLARIS_THREADS is not used and does not work. | |||
2010-03-01 | glapi.c: misc coscmetic for FreeTSD | George Sapountzis | |
- move out of of the dispatch/context block to after corresponding init functions - use more consistent naming with corresponding init functions - XXX use _glthread_InitTSD() vs (void)_glthread_GetTSD() in _glapi_check_multithread() XXX | |||
2010-03-01 | glapi.c: misc cosmetic | George Sapountzis | |
mainly, move the multithread check mutex out of the dispatch/context block, closer to where it is used. | |||
2010-03-01 | glapi.c: mv init_glapi_relocs to glapi_getproc.c | George Sapountzis | |
2010-03-01 | glapi.c: mv check_table to glapi_getproc.c | George Sapountzis | |
2010-03-01 | glapi.c: split check_table to not_null and get_proc | George Sapountzis | |
2010-03-01 | glapi.h: drop dispatch_override prototypes | George Sapountzis | |
cannot find them in mesa tree | |||
2010-03-01 | glapi.h: misc cosmetic | George Sapountzis | |
- revert context/dispatch order, similar to glapi.c - stray GL_GLEXT_PROTOTYPES | |||
2010-03-01 | glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macros | George Sapountzis | |
Use likely() macro, as this is what most projects use. Drops GL_CALL define, cannot find it in mesa tree. Also, whitespace cleaunps in glthread.h | |||
2010-02-26 | Revert "glapi: Remove unnecessary headers." | José Fonseca | |
This reverts commit ead22e6a328e7d7b7c0b52af4705634e989e4d69. This headers are not unnecessary on windows. | |||
2010-02-25 | glapi: Remove unnecessary headers. | Vinson Lee | |
2010-02-25 | glapi/gen: just copy in glx/glapi | George Sapountzis | |
2010-02-25 | glapi: EXTRA_DEBUG is never defined, make this explicit | George Sapountzis | |
2010-02-25 | glapi: minor ugliness to be able to copy to xorg | George Sapountzis | |
2010-02-25 | mesa: Move src/mesa/glapi/dispatch.h to mesa. | Chia-I Wu | |
glapi/dispatch.h is a core Mesa header file. Move the header file to main/ to make this clear. It also becomes clear after this change that IN_DRI_DRIVER is only used in core Mesa to enable the remap table. | |||
2010-02-25 | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu | |
main/dispatch.c is a glapi source file. It is part of GLAPI_SOURCES in sources.mak and part of glapi_sources in SConscript. This commit moves it to glapi/ and renames it to glapi_dispatch.c. | |||
2010-02-25 | glapi: Generated GLX sources should use glapidispatch.h. | Chia-I Wu | |
Fix glX_proto_recv.py and glX_proto_send.py, and regenerate the sources. | |||
2010-02-24 | glapi: GL_OES_EGL_image autogenerated files | Kristian Høgsberg | |
2010-02-24 | glapi: Add GL_OES_EGL_image | Kristian Høgsberg | |
2010-02-24 | glapi: fix code generation Makefile after mv | George Sapountzis | |
2010-02-24 | glapi: mv code generation to subdir | George Sapountzis | |
This just moves files, code generation Makefile will be fixed in next commit for easier review. | |||
2010-02-19 | Replace the _mesa_*printf() wrappers with the plain libc versions | Kristian Høgsberg | |
2010-02-19 | Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versions | Kristian Høgsberg | |
2010-02-19 | Remove _mesa_memset in favor of plain memset. | Kenneth Graunke | |
This may break the SUNOS4 build, but it's no longer relevant. | |||
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke | |
This may break the SUNOS4 build, but it's no longer relevant. |