summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/glx_api.c
AgeCommit message (Expand)Author
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul
2010-08-24st/glx: Include main/core.h.Chia-I Wu
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke
2010-01-11st/xlib: Mark GLX functions as public.Chia-I Wu
2009-12-27gallium/xlib: Silence unused variable warning.Vinson Lee
2009-10-07gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul
2009-10-07gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul
2009-10-07gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul
2009-10-02gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul
2009-10-02gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul
2009-09-29gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul
2009-08-19st/xlib: remove a couple more 'fake' referencesKeith Whitwell
2009-08-19st/xlib: remove dead ungrab helperKeith Whitwell
2009-08-14st/xlib: reduce the proliferation of GLX context typesKeith Whitwell
2009-08-12gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul
2009-08-12gallium/glx/xlib: updated commentsBrian Paul
2009-08-12gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul