aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/xm_api.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-221-1/+31
* glx/xlib: remove another XSyncKeith Whitwell2010-08-221-1/+0
* glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell2010-08-221-1/+1
* st/glx: check if deleting head of buffer listBrian Paul2010-05-241-0/+4
* st/glx: fix incorrect parameter typeBrian Paul2010-05-211-1/+1
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-211-1/+9
* st/glx: adapt to interface changesRoland Scheidegger2010-05-171-1/+3
* Squashed commit of the following:Keith Whitwell2010-04-101-1/+1
* Merge branch 'gallium-new-formats'Roland Scheidegger2010-03-311-2/+2
|\
| * gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger2010-03-301-2/+2
* | st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu2010-03-301-2/+7
|/
* st/glx: add support for multiple displaysBrian Paul2010-03-231-4/+26
* st/glx: fix depth/stencil format selection codeBrian Paul2010-03-221-7/+12
* st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-141-1/+1