summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * | gallium: remove redundant nr_components field from pipe_vertex_elementRoland Scheidegger2010-02-171-1/+0
* | | | st/egl: Fix build errors in ximage backend after merge.Chia-I Wu2010-03-103-6/+10
* | | | egl/x11: use swrast-xlib helperKeith Whitwell2010-03-091-3/+2
* | | | gallium: create helper for swrast+xlib combinationKeith Whitwell2010-03-092-5/+7
* | | | targets/libgl-xlib: add code to inject trace and identity layersKeith Whitwell2010-03-091-7/+1
* | | | ws/xlib: manage the GC internallyKeith Whitwell2010-03-092-24/+0
* | | | Merge commit 'origin/master' into gallium-sw-api-2Keith Whitwell2010-03-0920-102/+505
|\| | |
| * | | Squashed commit of gallium-no-texture-blanketKeith Whitwell2010-03-091-1/+8
| * | | st/egl: Fix KMS build error after winsys handle change.Chia-I Wu2010-03-091-5/+9
| * | | vega: remove redundant DEFINES from .c.o ruleBrian Paul2010-03-081-1/+1
| * | | Merge branch '7.8'Brian Paul2010-03-081-3/+0
| |\ \ \ | | | |/ | | |/|
| | * | st/vega: Fix OpenVG demo segfaults.Chia-I Wu2010-03-081-3/+0
| * | | Merge commit 'origin/gallium-winsys-handle-rebased'Keith Whitwell2010-03-088-31/+44
| |\ \ \ | | |/ / | |/| |
| | * | gallium: Reorg texture usage flagsJakob Bornecrantz2010-03-015-9/+9
| | * | gallium: Expose a opaque winsys handle and functions on pipe_screenJakob Bornecrantz2010-03-015-22/+35
| * | | st/egl: Add support for EGL_KHR_image_base and EGL_KHR_image_pixmap.Chia-I Wu2010-03-054-3/+202
| * | | st/egl: Add get_param to native display interface.Chia-I Wu2010-03-054-0/+72
| * | | st/egl: Move modeset interface to native_modeset.h.Chia-I Wu2010-03-052-55/+89
| * | | st/egl: Add event support to the native display interface.Chia-I Wu2010-03-058-14/+106