Merge branch '7.8' into master
[mesa.git] / src / mesa / glapi /
2010-03-17 Pauli NieminenMerge branch '7.8' into master
2010-03-16 Chia-I WuMerge remote branch 'origin/gallium-st-api'
2010-03-15 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-14 George Sapountzisglapi: exec_malloc for dispatch stubs
2010-03-14 George Sapountzisglapi: this one should be by THREAD
2010-03-14 George Sapountzisglapi: more organize code by arch
2010-03-14 George Sapountzisglapi: organize arch-specific code by arch (2)
2010-03-14 George Sapountzisglapi: organize arch-specific code by arch
2010-03-13 Keith WhitwellMerge commit 'origin/master' into gallium-sampler-view
2010-03-12 Michel DänzerMerge branch '7.8'
2010-03-11 Michel DänzerMerge remote branch 'origin/7.8'
2010-03-10 Brian PaulMerge branch '7.8'
2010-03-10 Michel DänzerMerge branch '7.8'
2010-03-10 George Sapountzisglapi: fix bug with tls and relocs
2010-03-10 George Sapountzisglapi: these two should be ok for add_dispatch ...
2010-03-10 George Sapountzisglapi: comments for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: minor cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: add function set_entry_info
2010-03-10 George Sapountzisglapi: parameter checking, failure paths, ... for add_f...
2010-03-10 George Sapountzisglapi: cosmetic for _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: use get_extension_proc in _glapi_add_dispatch
2010-03-10 George Sapountzisglapi: cosmetic for functions for static table
2010-03-10 George Sapountzisglapi: add function to find extension by name
2010-03-10 George Sapountzisglapi: functions for extensions table similar to static...
2010-03-10 Michal KrolMerge branch 'master' into gallium-sampler-view
2010-03-10 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-09 George Sapountzisglapi: allow for any mangle prefix
2010-03-09 George Sapountzisglapi: split out arch-specific code for entrypoints
2010-03-09 George Sapountzisglapi: mv table functions to glapi_getproc.c and add...
2010-03-09 George Sapountzisdrop stray XFree86Server, XGLServer
2010-03-09 Roland ScheideggerMerge branch 'gallium-vertexelementcso'
2010-03-09 Keith WhitwellMerge commit 'origin/master' into gallium-sw-api-2
2010-03-08 Keith WhitwellMerge commit 'origin/gallium-winsys-handle-rebased'
2010-03-05 Chris WilsonMerge branch 'object-purgeable'
2010-03-04 Chris WilsonAPPLE_object_purgeable: autogenerated files
2010-03-04 Chris WilsonAPPLE_object_purgeable: xml
2010-03-04 Ian RomanickFix unmatched parenthesis introduce by previous commits
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0 from generated...
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0 from generator...
2010-03-04 Ian RomanickRemove support for GCC older than 3.3.0
2010-03-03 George Sapountzisglapi: minor cosmetic
2010-03-03 George Sapountzisglapi: drop condvar
2010-03-02 José FonsecaMerge branch 'gallium-format-cleanup'
2010-03-02 Michal KrolMerge branch 'gallium-no-rhw-position'
2010-03-02 George Sapountzisglapi: fix compile with ES
2010-03-01 José Fonsecaglapi: Fix syntax.
2010-03-01 George Sapountzisglapi: drop SOLARIS_THREADS
2010-03-01 George Sapountzisglapi.c: misc coscmetic for FreeTSD
2010-03-01 George Sapountzisglapi.c: misc cosmetic
2010-03-01 George Sapountzisglapi.c: mv init_glapi_relocs to glapi_getproc.c
2010-03-01 George Sapountzisglapi.c: mv check_table to glapi_getproc.c
2010-03-01 George Sapountzisglapi.c: split check_table to not_null and get_proc
2010-03-01 George Sapountzisglapi.h: drop dispatch_override prototypes
2010-03-01 George Sapountzisglapi.h: misc cosmetic
2010-03-01 George Sapountzisglapi.h: consolidate GET_DISPATCH() and GET_CURRENT_CON...
2010-02-26 José FonsecaRevert "glapi: Remove unnecessary headers."
2010-02-26 Vinson Leeglapi: Remove unnecessary headers.
2010-02-25 George Sapountzisglapi/gen: just copy in glx/glapi
2010-02-25 George Sapountzisglapi: EXTRA_DEBUG is never defined, make this explicit
2010-02-25 George Sapountzisglapi: minor ugliness to be able to copy to xorg
2010-02-25 Chia-I Wumesa: Move src/mesa/glapi/dispatch.h to mesa.
2010-02-25 Chia-I Wuglapi: Move src/mesa/main/dispatch.c to glapi and rename.
2010-02-25 Chia-I Wuglapi: Generated GLX sources should use glapidispatch.h.
2010-02-24 Kristian Høgsbergglapi: GL_OES_EGL_image autogenerated files
2010-02-24 Kristian Høgsbergglapi: Add GL_OES_EGL_image
2010-02-24 George Sapountzisglapi: fix code generation Makefile after mv
2010-02-24 George Sapountzisglapi: mv code generation to subdir
2010-02-19 Kristian HøgsbergReplace the _mesa_*printf() wrappers with the plain...
2010-02-19 Kristian HøgsbergReplace _mesa_malloc, _mesa_calloc and _mesa_free with...
2010-02-19 Kenneth GraunkeRemove _mesa_memset in favor of plain memset.
2010-02-19 Kenneth GraunkeRemove _mesa_memcpy in favor of plain memcpy.
2010-02-19 Kenneth GraunkeRemove _mesa_strcmp in favor of plain strcmp.
2010-02-12 Roland ScheideggerMerge branch 'gallium-dynamicstencilref'
2010-02-11 Kristian Høgsbergglapi: Avoid #including gl.h
2010-02-09 Roland ScheideggerMerge branch 'gallium-nopointsizeminmax'
2010-02-09 Kristian HøgsbergRetire miniglx and move the actual glx code up to src/glx
2010-02-05 Kristian Høgsbergglapi: Add back the reduced Noop dispatch
2010-01-31 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-28 Roland ScheideggerMerge commit 'origin/perrtblend'
2010-01-26 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-25 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-24 Vinson Leeglapi: Do not use .type pseudo-op on Mac OS X.
2010-01-23 Dave AirlieMerge branch 'arb_half_float_vertex'
2010-01-23 Dave Airlieglapi: add GL_HALF_FLOAT enum support.
2010-01-23 Chia-I Wuglapi: Include glheader.h in glapi_nop.c.
2010-01-23 Brian Paulglapi: define GLfixed, GLclampx types for ES 1
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian PaulMerge branch 'mesa_7_7_branch'
2010-01-22 Brian Paulglapi: clean-up and simplify glapi_nop.c code
2010-01-22 Brian Paulglapi: split the no-op dispatch code into new glapi_nop...
2010-01-22 Brian Paulglapi: fix int->pointer conversions warnings in no...
2010-01-21 Chia-I WuDo not include glapi/dispatch.h outside Mesa core.
2010-01-20 Chia-I WuMerge remote branch 'origin/opengl-es-v2'
2010-01-19 Alan CoopersmithSun compilers now support some gcc __attribute__ values
2010-01-15 Roland ScheideggerMerge branch 'gallium-noconstbuf'
2010-01-14 Jakob BornecrantzMerge branch 'mesa_7_7_branch'
2010-01-12 Chia-I WuMerge branch 'master' into opengl-es-v2
2010-01-11 Jesse BarnesMerge branch 'master' of ssh://people.freedesktop.org...
2010-01-08 José FonsecaMerge remote branch 'origin/master' into lp-binning
2010-01-08 Brian PaulMerge branch 'mesa_7_7_branch'
next