summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx/xlib/xm_st.c
AgeCommit message (Expand)Author
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-10-12st/xlib: add some commentsBrian Paul
2010-09-16st/xlib: Notify the context when the front/back buffers are swapped.Chia-I Wu
2010-09-03st/glx: added some commentsBrian Paul
2010-08-24st/glx: Include main/core.h.Chia-I Wu
2010-08-22glx/xlib: configurable strict/non-strict buffer size invalidateKeith Whitwell
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-05-17st/glx: adapt to interface changesRoland Scheidegger
2010-04-23st/xlib: Try to propagate failure to create framebuffer.José Fonseca
2010-04-21st/glx: variable 'i' is an enumBrian Paul
2010-04-10Squashed commit of the following:Keith Whitwell
2010-04-10Fix copyright headers.Chia-I Wu
2010-03-14st/glx: Fix glXCopySubBufferMESA.Chia-I Wu
2010-03-14st/glx: Sync the back buffer to the front buffer.Chia-I Wu
2010-03-14st/glx: Add support for GLX_MESA_copy_sub_buffer.Chia-I Wu
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu
2010-03-12st/glx: Fix an infinite recursion in flush_front.Chia-I Wu
2010-03-12st/glx: Use st_api.h instead of st_public.h.Chia-I Wu