summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
2010-03-13st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu
2010-03-12st/glx: Add xm_st.c to SConscript.Chia-I Wu
2010-03-12st/glx: Return a better format in choose_depth_stencil_format.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
2010-03-12st/egl: Use st_api.h instead of st_public.h.Chia-I Wu
2010-03-12winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu
2010-03-12st/mesa: Implement st_api.h.Chia-I Wu
2010-03-12st/vega: Implement st_api.h.Chia-I Wu
2010-03-11st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák
2010-03-11Merge remote branch 'origin/7.8'Michel Dänzer
2010-03-11st/xorg: Include cursorstr.hJakob Bornecrantz
2010-03-10Merge branch '7.8'Michel Dänzer
2010-03-10st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer
2010-03-10gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu
2010-03-10python: Remove broken link hack.José Fonseca
2010-03-10python: More build fixes.José Fonseca
2010-03-10target-helpers: remove swrast_xlib.c helperKeith Whitwell
2010-03-10python: Handle the possibility that no driver is selected.José Fonseca
2010-03-10gallium: remove trace module injection from various state trackersKeith Whitwell
2010-03-10python: Fix up state tracker for sw api.José Fonseca
2010-03-10st/wgl: add missing paramterKeith Whitwell
2010-03-10gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell
2010-03-10Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-10st/egl: Fix build errors in ximage backend after merge.Chia-I Wu
2010-03-09egl/x11: use swrast-xlib helperKeith Whitwell
2010-03-09gallium: create helper for swrast+xlib combinationKeith Whitwell
2010-03-09targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell
2010-03-09Merge branch 'gallium-vertexelementcso'Roland Scheidegger
2010-03-09ws/xlib: manage the GC internallyKeith Whitwell
2010-03-09Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell
2010-03-09Squashed commit of gallium-no-texture-blanketKeith Whitwell
2010-03-09st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu
2010-03-09st/egl: Fix KMS build error after winsys handle change.Chia-I Wu
2010-03-08vega: remove redundant DEFINES from .c.o ruleBrian Paul
2010-03-08gallium: remove xlib_driver::display_surfaceKeith Whitwell
2010-03-08gallium: introduce target directoryKeith Whitwell
2010-03-08Merge branch '7.8'Brian Paul
2010-03-08winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell
2010-03-08Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell
2010-03-08st/vega: Fix OpenVG demo segfaults.Chia-I Wu
2010-03-05st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu
2010-03-05st/egl: Add get_param to native display interface.Chia-I Wu
2010-03-05st/egl: Move modeset interface to native_modeset.h.Chia-I Wu
2010-03-05st/egl: Add event support to the native display interface.Chia-I Wu
2010-03-03wgl: Fix mingw32 build.Vinson Lee
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick