Age | Commit message (Expand) | Author |
2010-03-03 | Fix unmatched parenthesis introduce by previous commits | Ian Romanick |
2010-03-03 | Remove support for GCC older than 3.3.0 from generated sources | Ian Romanick |
2010-03-03 | Remove support for GCC older than 3.3.0 from generator scripts | Ian Romanick |
2010-03-03 | Remove support for GCC older than 3.3.0 | Ian Romanick |
2010-03-03 | glapi: minor cosmetic | George Sapountzis |
2010-03-03 | glapi: drop condvar | George Sapountzis |
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 |
2010-03-01 | glapi.c: misc coscmetic for FreeTSD | George Sapountzis |
2010-03-01 | glapi.c: misc cosmetic | George Sapountzis |
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 |
2010-03-01 | glapi.h: misc cosmetic | George Sapountzis |
2010-03-01 | glapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CONTEXT() macros | George Sapountzis |
2010-02-26 | Revert "glapi: Remove unnecessary headers." | José Fonseca |
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 |
2010-02-25 | glapi: Move src/mesa/main/dispatch.c to glapi and rename. | Chia-I Wu |
2010-02-25 | glapi: Generated GLX sources should use glapidispatch.h. | Chia-I Wu |
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 |
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 |
2010-02-19 | Remove _mesa_memcpy in favor of plain memcpy. | Kenneth Graunke |
2010-02-19 | Remove _mesa_strcmp in favor of plain strcmp. | Kenneth Graunke |
2010-02-11 | glapi: Avoid #including gl.h | Kristian Høgsberg |
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 |
2010-01-25 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-23 | glapi: Do not use .type pseudo-op on Mac OS X. | Vinson Lee |
2010-01-23 | Merge branch 'arb_half_float_vertex' | Dave Airlie |
2010-01-23 | glapi: add GL_HALF_FLOAT enum support. | Dave Airlie |
2010-01-23 | glapi: Include glheader.h in glapi_nop.c. | Chia-I Wu |
2010-01-22 | glapi: define GLfixed, GLclampx types for ES 1 | Brian Paul |
2010-01-22 | glapi: clean-up and simplify glapi_nop.c code | Brian Paul |
2010-01-22 | glapi: split the no-op dispatch code into new glapi_nop.c file | Brian Paul |
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 |
2010-01-20 | Merge remote branch 'origin/opengl-es-v2' | Chia-I Wu |
2010-01-19 | Sun compilers now support some gcc __attribute__ values | Alan Coopersmith |
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu |