summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers/glx/xlib/xm_st.c
Commit message (Expand)AuthorAgeFilesLines
* gallium: add flags parameter to pipe_screen::context_createMarek Olšák2015-08-261-1/+1
* gallium: replace INLINE with inlineIlia Mirkin2015-07-211-1/+1
* swrast* (gallium, classic): add MESA_copy_sub_buffer support (v3)Dave Airlie2013-12-131-1/+1
* st/dri: do not create a new context for msaa copyMaarten Lankhorst2013-09-111-1/+2
* st/glx/xlib: assorted whitespace, comment fixesBrian Paul2013-05-241-8/+17
* st/xlib: add HUD support for xlib/GLXBrian Paul2013-04-041-0/+12
* gallium: pass the current context to the flush_front state tracker functionMarek Olšák2012-12-071-1/+2
* Remove useless checks for NULL before freeingMatt Turner2012-09-051-4/+2
* mesa: s/FREE/free/Brian Paul2012-09-011-4/+4
* st/glx: Implement texture_from_pixmap without DRI.Stéphane Marchesin2011-10-251-8/+30
* st/glx: Fix compilation errorThomas Hellstrom2011-06-291-0/+2
* gallium: support for array textures and related changesRoland Scheidegger2010-12-021-21/+13
* st/xlib: add some commentsBrian Paul2010-10-121-0/+8
* st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu2010-09-161-0/+4
* st/glx: added some commentsBrian Paul2010-09-031-0/+8
* st/glx: Include main/core.h.Chia-I Wu2010-08-241-3/+2
* glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell2010-08-221-2/+10
* st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri2010-08-201-1/+6
* st/glx: adapt to interface changesRoland Scheidegger2010-05-171-10/+8
* st/xlib: Try to propagate failure to create framebuffer.José Fonseca2010-04-231-3/+10
* st/glx: variable 'i' is an enumBrian Paul2010-04-211-1/+1
* Squashed commit of the following:Keith Whitwell2010-04-101-19/+19
* Fix copyright headers.Chia-I Wu2010-04-101-5/+6
* st/glx: Fix glXCopySubBufferMESA.Chia-I Wu2010-03-141-1/+1
* st/glx: Sync the back buffer to the front buffer.Chia-I Wu2010-03-141-4/+22
* st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu2010-03-141-4/+49
* st/glx: Fix framebuffer validation.Chia-I Wu2010-03-131-24/+29
* st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-131-11/+0
* st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu2010-03-131-0/+6
* st/glx: Fix an infinite recursion in flush_front.Chia-I Wu2010-03-121-1/+1
* st/glx: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-121-0/+269