summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | gallium: Respect user's CFLAGS for including X headersDan Nicholson2010-03-131-1/+2
* | 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
* | 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
* | st/wgl: add missing paramterKeith Whitwell2010-03-101-1/+1
* | gallium: plumb winsys-drawable-handle through to state trackerKeith Whitwell2010-03-107-13/+34
* | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-108-6/+36
|\ \
| * \ Merge branch 'gallium-vertexelementcso'Roland Scheidegger2010-03-098-6/+36
| |\ \
| | * | vega: adapt to new vertex element csoRoland Scheidegger2010-03-011-4/+4
| | * | vega: adapt to new vertex element csoRoland Scheidegger2010-03-015-1/+18
| | * | xorg: adapt to new vertex element csoRoland Scheidegger2010-03-012-0/+14