summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add a pipe_context parameter to fence_finishMarek Olšák2016-08-101-1/+1
* st/xlib: Don't destroy screen on XCloseDisplay()George Kyriazis2016-03-041-3/+7
* st/xlib: Hang off screen destructor off main XCloseDisplay() callback.George Kyriazis2016-03-041-35/+23
* st/xlib: Support unlimited number of display connectionsGeorge Kyriazis2016-03-041-19/+103
* Fix a few typosZoë Blade2015-04-271-1/+1
* st/xlib: include stdio.hBrian Paul2015-03-051-0/+1
* mesa: Use assert() instead of ASSERT wrapper.Matt Turner2015-02-231-2/+2
* Don't cast the return value of malloc/reallocMatt Turner2014-12-081-1/+1
* st/glx: Implement GLX_EXT_create_context_es2_profile.José Fonseca2014-11-121-36/+50
* mesa: Drop _mesa_getenv() wrapper.Matt Turner2014-09-241-2/+2
* st/xlib: Honour request of 3.1 contexts through core profile where available.José Fonseca2014-04-241-2/+15
* gallium: Fix llvmpipe on big-endian machinesAdam Jackson2013-06-241-6/+6
* st/xlib: Fix XImage stride calculationRichard Sandiford2013-06-171-4/+4
* st/xlib Fix XIMage bytes-per-pixel calculationRichard Sandiford2013-06-171-3/+2
* st/xlib: Flush the front buffer before doing CopySubBufferStéphane Marchesin2013-06-071-0/+4
* st/xlib: Fix upside down coordinates for CopySubBufferStéphane Marchesin2013-06-071-1/+1
* mesa: remove outdated version lines in commentsRico Schüller2013-06-051-1/+0
* 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/xlib: add HUD support for xlib/GLXBrian Paul2013-04-041-0/+15
* st/xlib: initialize the drawable size in create_xmesa_buffer()Brian Paul2013-02-191-2/+1
* gallium: unify transfer functionsMarek Olšák2012-10-111-16/+7
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* mesa: s/FREE/free/Brian Paul2012-09-011-3/+3
* mesa: s/MALLOC/malloc/Brian Paul2012-09-011-2/+2
* egl,glx,wgl: Fixes stapi->createContext usageAlexandre Demers2011-12-241-2/+3
* st-api: Clean-up OpenGL profile handlingIan Romanick2011-12-231-5/+17
* st/glx: fix mixed declarations and code, remove unused varBrian Paul2011-10-261-7/+7
* st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin2011-10-251-1/+95
* gallium: rename ZS stencil type to UINT (v2)Dave Airlie2011-10-111-2/+2
* st/glx: remove the duplicated Drawable member.Stéphane Marchesin2011-10-051-1/+1
* st/glx: Set the drawable attribute on xmesa_buffer creation.Stephen White2011-10-041-1/+1
* st/glx: Fix endless loop in drawable validationThomas Hellstrom2011-07-041-1/+8
* st/glx: Fix compilation errorThomas Hellstrom2011-06-291-4/+2
* st/glx: define/set new ST_CONTEXT_FLAG_bitsBrian Paul2011-05-191-0/+12
* st/glx: pass major, minor, context flags, etc to XMesaCreateContext()Brian Paul2011-05-191-1/+3
* gallium: remove flags from the flush functionMarek Olšák2011-03-111-6/+2
* gallium: remove the geom_flags param from is_format_supportedMarek Olšák2011-03-111-3/+1
* gallium: cleanup fence_signalled and fence_finishMarek Olšák2011-03-111-1/+1
* gallium: add timeout parameter to fence_finishMarek Olšák2011-03-081-1/+2
* st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu2010-11-181-0/+10
* Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg2010-10-131-1/+1
* Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg2010-10-131-1/+1
* Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg2010-10-131-1/+1
* gl: Remove unused GLcontextModes fieldsKristian Høgsberg2010-10-131-7/+6
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-161-4/+14
* gallium: Add context profile support to st_api.Chia-I Wu2010-09-101-1/+6
* st/glx: Include main/core.h.Chia-I Wu2010-08-241-10/+33