summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/glx
AgeCommit message (Expand)Author
2011-03-11gallium: remove flags from the flush functionMarek Olšák
2011-03-11gallium: remove the geom_flags param from is_format_supportedMarek Olšák
2011-03-11gallium: cleanup fence_signalled and fence_finishMarek Olšák
2011-03-08gallium: add timeout parameter to fence_finishMarek Olšák
2011-03-07st/glx: whitespace, 80-column fixesBrian Paul
2010-12-02gallium: support for array textures and related changesRoland Scheidegger
2010-11-18st/glx: Replace MESA_VERSION_STRING by xmesa_get_name.Chia-I Wu
2010-11-05scons: Unify state tracker SConscriptsJakob Bornecrantz
2010-11-05scons: Move dependancy checks to the main gallium scons fileJakob Bornecrantz
2010-11-01scons: Revamp how to specify targets to build.José Fonseca
2010-10-13Drop GLcontext typedef and use struct gl_context insteadKristian Høgsberg
2010-10-13Drop GLframebuffer typedef and just use struct gl_framebufferKristian Høgsberg
2010-10-13Rename GLvisual and __GLcontextModes to struct gl_configKristian Høgsberg
2010-10-13gl: Remove unused GLcontextModes fieldsKristian Høgsberg
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-10gallium: Add context profile support to st_api.Chia-I Wu
2010-09-03st/glx: added some commentsBrian Paul
2010-09-01st/glx: re-order destruction of buffers, visualsBrian 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-22glx/xlib: remove another XSyncKeith Whitwell
2010-08-22glx/xlib: no need to call XSync from XMesaFlushKeith Whitwell
2010-08-20st/glx: use PIPE_TEXTURE_RECT if appropriateLuca Barbieri
2010-05-24st/glx: check if deleting head of buffer listBrian Paul
2010-05-21st/glx: fix incorrect parameter typeBrian Paul
2010-05-21st_api: Add get param function to st_managerJakob Bornecrantz
2010-05-21Merge branch 'gallium-msaa'Roland Scheidegger
2010-05-17st/glx: adapt to interface changesRoland Scheidegger
2010-05-15st/xlib: Remove unnecessary header.Vinson Lee
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
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-31Merge branch 'gallium-new-formats'Roland Scheidegger
2010-03-30st/glx: Remove a wrong assertion in choose_pixel_format.Chia-I Wu
2010-03-30gallium: adapt all code to the renamed depth/stencil formatsRoland Scheidegger
2010-03-23st/glx: add support for multiple displaysBrian Paul
2010-03-23Change libX11 variables to not conflict with AC_PATH_XTRADan Nicholson
2010-03-22st/glx: fix depth/stencil format selection codeBrian Paul
2010-03-16Merge remote branch 'origin/gallium-st-api'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-14st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu
2010-03-13gallium: Respect user's CFLAGS for including X headersDan Nicholson
2010-03-13st/glx: Fix framebuffer validation.Chia-I Wu
2010-03-13st/glx: Correctly set buffer_mask of a visual.Chia-I Wu
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu