Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke | |
2010-02-11 | glapi: Avoid #including gl.h | Kristian Høgsberg | |
It's only used for a couple of integer types and and might conflict with other client API header files. | |||
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | |
2010-02-05 | glapi: Add back the reduced Noop dispatch | Kristian Høgsberg | |
This got "simplified" away in e4f168a6f4911a096be97d2e83ef8ad9c5862ec0. | |||
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul | |
Conflicts: src/mesa/drivers/dri/intel/intel_screen.c src/mesa/drivers/dri/intel/intel_swapbuffers.c src/mesa/drivers/dri/r300/r300_emit.c src/mesa/drivers/dri/r300/r300_ioctl.c src/mesa/drivers/dri/r300/r300_tex.c src/mesa/drivers/dri/r300/r300_texstate.c | |||
2010-01-23 | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee | |
The .type directive is an unknown pseudo-op on Mac OS X. | |||
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie | |
2010-01-23 | glapi: add GL_HALF_FLOAT enum support. | Dave Airlie | |
Regenerate enums files and GLX indirect. Signed-off-by: Dave Airlie <airlied@redhat.com> | |||
2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu | |
In addition to OpenGL headers, glheader.h also defines OpenGL ES types that are used in core Mesa or ES overlay. | |||
2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul | |
I'm not 100% sure this is the best fix, but it seems OK. | |||
2010-01-22 | glapi: clean-up and simplify glapi_nop.c code | Brian Paul | |
Removed _glapi_noop_enable_warnings() and _glapi_set_warning_func(). Just check the DEBUG env vars and call fprintf(stderr) with a warning message instead. | |||
2010-01-22 | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul | |
This unclutters the glapi.c file a bit. | |||
2010-01-22 | glapi: fix int->pointer conversions warnings in no-op functions | Brian Paul | |
2010-01-21 | Do not include glapi/dispatch.h outside Mesa core. | Chia-I Wu | |
Include the glapi*.h directly instead. glapi/dispatch.h became a Mesa core header since 22884db174b9fb0736cec1c6a192f8b9a97500c1. | |||
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu | |