summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | st/egl: Use xlib_sw_winsys in ximage backend.Chia-I Wu2010-03-097-451/+45
* | | | gallium: remove xlib_driver::display_surfaceKeith Whitwell2010-03-081-7/+3
* | | | gallium: introduce target directoryKeith Whitwell2010-03-082-13/+0
* | | | winsys/xlib: remove dependency on glx/x11 state trackerKeith Whitwell2010-03-084-93/+25
|/ / /
* | | wgl: Fix mingw32 build.Vinson Lee2010-03-031-2/+0
* | | mesa: Remove support for creating color-index visualsIan Romanick2010-03-031-2/+1
* | | Merge branch 'gallium-format-cleanup'José Fonseca2010-03-0219-78/+78
|\ \ \
| * | | python: Rename pipe formats.José Fonseca2010-03-012-2/+2
| * | | vega: Rename pipe formats.José Fonseca2010-03-015-13/+13
| * | | wgl: Rename pipe formats.José Fonseca2010-03-011-11/+11
| * | | xorg: Rename pipe formats.José Fonseca2010-03-014-11/+11
| * | | glx: Rename pipe formats.José Fonseca2010-03-011-7/+7
| * | | egl: Rename pipe formats.José Fonseca2010-03-014-19/+19
| * | | dri: Rename pipe formats.José Fonseca2010-03-012-14/+14
| * | | xlib: Use PIPE_FORMAT_R8G8B8A8_UNORM(_REV) as appropriate.José Fonseca2010-03-011-2/+2
| |/ /
* / / glapi.c: misc coscmetic for FreeTSDGeorge Sapountzis2010-03-011-2/+2
|/ /
* | python: Don't mention deprecated drivers=trace option.José Fonseca2010-03-011-1/+1
* | st/dri: Assert pointer is not null before dereferencing.Vinson Lee2010-02-271-2/+4
* | st/xorg: Re-enable crtc on resizeJakob Bornecrantz2010-02-271-3/+21
* | st/xorg: Fix copy-topyJakob Bornecrantz2010-02-271-1/+1
* | st/xorg: Make resize fail gracefullyJakob Bornecrantz2010-02-271-14/+55
* | st/xorg: Obey max {width|height} from kernel and GalliumJakob Bornecrantz2010-02-271-2/+23
* | st/xorg: Encapsulate all customizable stuff in a separate class.Thomas Hellstrom2010-02-272-14/+39
* | st/xorg: A bit more debugging infoJakob Bornecrantz2010-02-271-0/+6
* | st/xorg: Make default of debugging fallbacks smartJakob Bornecrantz2010-02-271-1/+1
* | st/xorg, vmware/xorg: Fix xnfcalloc arguments.Thomas Hellstrom2010-02-271-1/+1