aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/glx_api.c
Commit message (Expand)AuthorAgeFilesLines
* mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke2013-04-231-3/+4
* mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke2013-04-231-1/+1
* mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke2013-04-231-1/+1
* st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul2013-01-041-0/+14
* st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul2012-12-031-4/+6
* Remove Xcalloc/Xmalloc/Xfree callsMatt Turner2012-09-051-1/+1
* st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul2012-02-241-3/+3
* st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul2012-02-241-3/+6
* st/glx: Remove unused variables.Vinson Lee2012-02-181-6/+3
* st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul2012-01-111-0/+3
* st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul2011-12-301-1/+1
* st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca2011-10-091-0/+2
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-051-5/+5
* glx: add a few missing glXChooseFBConfig() attributesBrian Paul2011-07-111-3/+6
* st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul2011-05-191-1/+2
* st/glx: implement glXCreateContextAttribsARB()Brian Paul2011-05-191-0/+95
* st/glx: pass version, context flags, etc to create_context()Brian Paul2011-05-191-4/+9
* st/glx: refactor create-context functionsBrian Paul2011-05-191-61/+40
* st/glx: whitespace, 80-column fixesBrian Paul2011-03-071-35/+50
* st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-181-5/+2
* st/glx: re-order destruction of buffers, visualsBrian Paul2010-09-011-1/+1
* st/glx: Include main/core.h.Chia-I Wu2010-08-241-5/+1
* st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu2010-03-301-0/+4
* st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-121-4/+1
* winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-081-1/+1
* st/glx: improved depth/stencil format selection codeBrian Paul2010-02-231-3/+2
* Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg2010-02-191-4/+4
* Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg2010-02-191-9/+9
* Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke2010-02-191-2/+2
* Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke2010-02-191-6/+6
* Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke2010-02-191-1/+1
* st/xlib: Mark GLX functions as public.Chia-I Wu2010-01-111-76/+76
* gallium/xlib: Silence unused variable warning.Vinson Lee2009-12-271-0/+1
* gallium/xlib: call XQueryExtension() in glXQueryExtension()Brian Paul2009-10-071-4/+6
* gallium/xlib: fix glXQueryDrawable() bugs, see bug 24320Brian Paul2009-10-071-12/+26
* gallium/xlib: return 0 for errorBase, eventBase in glXQueryExtension()Brian Paul2009-10-071-3/+5
* gallium/xlib: use bitwise-and to test GLX_RGBA_BIT in choose_visual()Brian Paul2009-10-021-2/+2
* gallium/xlib: return GLX_RGBA_BIT or GLX_COLOR_INDEX_BIT in get_config()Brian Paul2009-10-021-2/+2
* gallium/xlib: fix GLX_RENDER_TYPE queryBrian Paul2009-09-291-4/+4
* st/xlib: remove a couple more 'fake' referencesKeith Whitwell2009-08-191-4/+2
* st/xlib: remove dead ungrab helperKeith Whitwell2009-08-191-13/+0
* st/xlib: reduce the proliferation of GLX context typesKeith Whitwell2009-08-141-57/+37
* gallium/glx/xlib: main/ prefix on Mesa includes, remove -I$(TOP)/src/mesa/main/Brian Paul2009-08-121-5/+5
* gallium/glx/xlib: updated commentsBrian Paul2009-08-121-1/+0
* gallium/glx/xlib: rename fakeglx.c to glx_api.cBrian Paul2009-08-121-0/+2665