summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: Move DRI1 bits in dri_drawable.c to dri1.c.Chia-I Wu2010-03-185-319/+336
* st/dri: Move DRI1 bits in dri_screen.c to dri1.c.Chia-I Wu2010-03-189-82/+173
* st/xorg: fix up xorg state tracker to use cso changesRoland Scheidegger2010-03-166-23/+78
* Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1626-789/+1512
|\
| * Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-1626-788/+1511
| |\
| | * 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-144-6/+53
| | * st/glx: Add xmesa_display to hold per-display variables.Chia-I Wu2010-03-142-58/+73
| | * st/glx: Fix framebuffer validation.Chia-I Wu2010-03-131-24/+29
| | * st/glx: Correctly set buffer_mask of a visual.Chia-I Wu2010-03-131-3/+3
| | * st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-134-19/+9
| | * st/egl: Fix eglCopyBuffers.Chia-I Wu2010-03-132-13/+22
| | * st/glx: Fix leaks in xmesa_st_framebuffer.Chia-I Wu2010-03-131-0/+6
| | * st/glx: Add xm_st.c to SConscript.Chia-I Wu2010-03-121-0/+1
| | * st/glx: Return a better format in choose_depth_stencil_format.Chia-I Wu2010-03-121-13/+9
| | * 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-126-165/+470
| | * st/egl: Use st_api.h instead of st_public.h.Chia-I Wu2010-03-126-576/+474
| | * winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu2010-03-123-2/+13
| | * st/mesa: Implement st_api.h.Chia-I Wu2010-03-122-2/+1
| | * st/vega: Implement st_api.h.Chia-I Wu2010-03-127-4/+427
| * | gallium: fix frontbuffer rendering with r300gDave Airlie2010-03-161-1/+1
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-151-1/+2
|\ \ \ | |/ /
| * | gallium: Respect user's CFLAGS for including X headersDan Nicholson2010-03-131-1/+2
* | | Merge commit 'origin/master' into gallium-sampler-viewKeith Whitwell2010-03-1317-257/+162
|\ \ \ | |/ /
| * | python: Temporarily disable python state tracker until transfers are done by ...José Fonseca2010-03-131-1/+2
| * | st/egl: Cache the pipe surface used in flush_frontbuffer.Chia-I Wu2010-03-131-7/+15
| * | st/xorg: Remove flushes no longer necessary thanks to context transfers.Michel Dänzer2010-03-122-21/+0
| * | Merge branch '7.8'Michel Dänzer2010-03-122-50/+53
| |\ \
| | * | st/dri: Always try to set up R5G6B5 configs.Michel Dänzer2010-03-121-49/+52
| | * | Grammar and spelling fixesJeff Smith2010-03-121-1/+1
| * | | st/xorg: context transfersKeith Whitwell2010-03-123-42/+42
| * | | Merge commit 'origin/gallium-context-transfers-2'Keith Whitwell2010-03-125-28/+25
| |\ \ \ | | |_|/ | |/| |
| | * | gallium: remove pipe_context member from pipe_transferKeith Whitwell2010-03-114-8/+8
| | * | Squashed commit of gallium-context-transfers:Keith Whitwell2010-03-115-25/+22
| * | | st/mesa: don't enable extensions which aren't actually supportedRoland Scheidegger2010-03-111-1/+1
| * | | st/dri: move extension initilization to st/mesa completelyMarek Olšák2010-03-111-99/+3
| * | | Merge remote branch 'origin/7.8'Michel Dänzer2010-03-111-0/+1
| |\ \ \ | | |/ / | |/| / | | |/
| | * st/xorg: Include cursorstr.hJakob Bornecrantz2010-03-111-0/+1
| * | Merge branch '7.8'Michel Dänzer2010-03-103-0/+20
| |\ \ | | |/
| | * st/xorg: Work around cursor reference counting bugs in older X servers.Michel Dänzer2010-03-103-0/+20
| * | gallium: Do not mix winsys-drawable-handle and context-private.Chia-I Wu2010-03-101-9/+1
* | | Merge branch 'master' into gallium-sampler-viewMichal Krol2010-03-1062-1511/+1706
|\ \ \ | |/ /
| * | python: Remove broken link hack.José Fonseca2010-03-102-5/+1
| * | python: More build fixes.José Fonseca2010-03-102-1/+7
| * | target-helpers: remove swrast_xlib.c helperKeith Whitwell2010-03-101-1/+59
| * | python: Handle the possibility that no driver is selected.José Fonseca2010-03-101-0/+2
| * | gallium: remove trace module injection from various state trackersKeith Whitwell2010-03-105-44/+3
| * | python: Fix up state tracker for sw api.José Fonseca2010-03-107-225/+84