summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)Author
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-21Merge remote branch 'origin/gallium-st-api-dri'Chia-I Wu
2010-03-20st/dri: fix bug in make_currentGeorge Sapountzis
2010-03-20st/dri: fix bug in allocate_texturesGeorge Sapountzis
2010-03-19st/vega: fix up vega state tracker to use cso changesRoland Scheidegger
2010-03-19es: added -I$(TOP)/include pathBrian Paul
2010-03-18st/dri: Switch from st_public.h to st_api.h.Chia-I Wu
2010-03-18st/dri: Implement st_api.h callbacks.Chia-I Wu
2010-03-18st/dri: Headers and public symbols clean up.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_context.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu
2010-03-18st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu
2010-03-16st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger
2010-03-16Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-16Merge remote branch 'origin/gallium-st-api'Chia-I Wu
2010-03-16gallium: fix frontbuffer rendering with r300gDave Airlie
2010-03-15Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
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-13Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell
2010-03-13python: Temporarily disable python state tracker until transfers are done by ...José Fonseca
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
2010-03-13st/egl: Fix eglCopyBuffers.Chia-I Wu
2010-03-13st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu
2010-03-13st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu
2010-03-12st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer
2010-03-12Merge branch '7.8'Michel Dänzer
2010-03-12st/dri: Always try to set up R5G6B5 configs.Michel Dänzer
2010-03-12Grammar and spelling fixesJeff Smith
2010-03-12st/xorg: context transfersKeith Whitwell
2010-03-12Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell
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-11gallium: remove pipe_context member from pipe_transferKeith Whitwell
2010-03-11Squashed commit of gallium-context-transfers:Keith Whitwell
2010-03-11st/dri: move extension initilization to st/mesa completelyMarek Olšák