summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/glx_api.c
AgeCommit message (Expand)AuthorFilesLines
2017-04-07st/glx: Add awareness for multisample pixel formats to st/glx-xlib.Bruce Cherniak1-10/+15
2017-02-13st/xlib: remove always true ifdef GLX_EXTENSION guardsEmil Velikov1-6/+0
2016-03-04st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis1-0/+1
2015-05-26xlib: fix X_GLXCreateContextAtrribs/Attribs typoBrian Paul1-10/+17
2015-04-01configure: nuke --with-max-{width,height}Emil Velikov1-1/+1
2015-03-11st/glx: use strdup() instead of _mesa_strdup()Brian Paul1-1/+2
2015-03-05st/xlib: include stdio.hBrian Paul1-0/+1
2015-02-23mesa: Use assert() instead of ASSERT wrapper.Matt Turner1-1/+1
2014-12-08Don't cast the return value of malloc/reallocMatt Turner1-7/+5
2014-11-14st/xlib: Generate errors as specified.José Fonseca1-16/+109
2014-11-12st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca1-1/+4
2014-09-24mesa: Drop _mesa_getenv() wrapper.Matt Turner1-10/+10
2014-09-24mesa: Use realloc() instead of _mesa_realloc() and remove the latter.Matt Turner1-2/+1
2014-04-24st/xlib: Do minimal version checking in glXCreateContextAttribsARB.José Fonseca1-19/+1
2013-06-05mesa: remove outdated version lines in commentsRico Schüller1-1/+0
2013-05-24st/glx: add null ctx check in glXDestroyContext()Brian Paul1-10/+12
2013-05-21st/glx/xlib: check for null ctx pointer in glXIsDirect()Brian Paul1-3/+1
2013-04-23mesa: Restore 78-column wrapping of license text in C-style comments.Kenneth Graunke1-3/+4
2013-04-23mesa: Add "OR COPYRIGHT HOLDERS" to license text disclaiming liability.Kenneth Graunke1-1/+1
2013-04-23mesa: Change "BRIAN PAUL" to "THE AUTHORS" in license text.Kenneth Graunke1-1/+1
2013-01-04st/glx: allow GLX_DONT_CARE for glXChooseFBConfig() attribute valuesBrian Paul1-0/+14
2012-12-03st/glx: accept GLX_SAMPLE_BUFFERS/SAMPLES_ARB == 0Brian Paul1-4/+6
2012-09-05Remove Xcalloc/Xmalloc/Xfree callsMatt Turner1-1/+1
2012-02-24st/glx: remove STENCIL_BITS, DEFAULT_SOFTWARE_DEPTH_BITSBrian Paul1-3/+3
2012-02-24st/glx: remove MAX_WIDTH/HEIGHT usageBrian Paul1-3/+6
2012-02-18st/glx: Remove unused variables.Vinson Lee1-6/+3
2012-01-11st/glx/xlib: call register_with_display() in glXChooseFBConfig()Brian Paul1-0/+3
2011-12-30st/glx/xlib: check for null attrib_list in glXCreateContextAttribsARB()Brian Paul1-1/+1
2011-10-09st/glx/xlib: Advertise GLX_ARB_create_context(_profile)José Fonseca1-0/+2
2011-10-05st/glx: remove the duplicated Drawable member.Stéphane Marchesin1-5/+5
2011-07-11glx: add a few missing glXChooseFBConfig() attributesBrian Paul1-3/+6
2011-05-19st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul1-1/+2
2011-05-19st/glx: implement glXCreateContextAttribsARB()Brian Paul1-0/+95
2011-05-19st/glx: pass version, context flags, etc to create_context()Brian Paul1-4/+9
2011-05-19st/glx: refactor create-context functionsBrian Paul1-61/+40
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul1-35/+50
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu1-5/+2
2010-09-01st/glx: re-order destruction of buffers, visualsBrian Paul1-1/+1
2010-08-24st/glx: Include main/core.h.Chia-I Wu1-5/+1
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu1-0/+4
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu1-4/+1
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell1-1/+1
2010-02-23st/glx: improved depth/stencil format selection codeBrian Paul1-3/+2
2010-02-19Replace the _mesa_*printf() wrappers with the plain libc versionsKristian Høgsberg1-4/+4
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-9/+9
2010-02-19Remove _mesa_memcpy in favor of plain memcpy.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_atoi in favor of plain atoi.Kenneth Graunke1-2/+2
2010-02-19Remove _mesa_strcmp in favor of plain strcmp.Kenneth Graunke1-6/+6
2010-02-19Remove _mesa_strncpy in favor of plain strncpy.Kenneth Graunke1-1/+1
2010-01-11st/xlib: Mark GLX functions as public.Chia-I Wu1-76/+76