aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/egl: Add fbdev backend.Chia-I Wu2010-06-112-3/+484
* st/egl: Remove unnecessary header.Vinson Lee2010-06-101-1/+0
* st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom2010-06-092-3/+17
* st/egl: Fix compiler warnings.Chia-I Wu2010-06-041-0/+1
* st/egl: Move sw screen creation to native helper.Chia-I Wu2010-06-045-93/+52
* Merge branch 'gallium-newclear'Roland Scheidegger2010-06-031-8/+35
|\
| * gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger2010-06-031-13/+13
| * st/python: adapt to clear interface changesRoland Scheidegger2010-05-291-13/+26
* | gallium: add interpolation parameter to simple shader functionsBrian Paul2010-06-031-1/+2
* | st/xorg, vmware: Make throttling configurable.Thomas Hellstrom2010-05-314-20/+72
* | st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom2010-05-313-9/+9
* | st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom2010-05-311-3/+6
* | st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2010-05-312-20/+16
* | gallium: fix TFP on galliumDave Airlie2010-05-311-0/+2
* | st/egl: Update KMS backend to use resource_surface.Chia-I Wu2010-05-312-50/+28
* | st/egl: Update GDI backend to use resource_surface.Chia-I Wu2010-05-311-146/+51
* | st/egl: Update ximage backend to use resource_surface.Chia-I Wu2010-05-311-186/+52
* | st/egl: Add helper functions for use by backends.Chia-I Wu2010-05-313-0/+306
* | st/vega: Use SConscript for Windows build.Chia-I Wu2010-05-314-9/+61
* | st/egl: Use OS-specific module suffices.Chia-I Wu2010-05-311-6/+17
* | st/egl: Add GDI backend.Chia-I Wu2010-05-313-1/+556
* | st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca2010-05-301-52/+20
* | st/vega: Use FREE.Chia-I Wu2010-05-301-1/+1
* | st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu2010-05-303-20/+141
* | st/egl: Fix eglCopyBuffers.Chia-I Wu2010-05-301-2/+1
* | st/egl: Initialize KMS backend from an fd.Chia-I Wu2010-05-301-6/+31
* | egl/mks: remove extra param from function callBrian Paul2010-05-271-1/+1
* | egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul2010-05-271-0/+1
* | st/xorg: Remove unnecessary headers.Vinson Lee2010-05-262-2/+0
* | st/dri: Remove dri.c from SCons build.Vinson Lee2010-05-261-1/+0
|/
* drm_api: Remove type argument from create screen callbackJakob Bornecrantz2010-05-253-3/+3
* st/dri: Remove DRI1 supportJakob Bornecrantz2010-05-254-596/+6
* st/glx: check if deleting head of buffer listBrian Paul2010-05-241-0/+4
* st_api: Give get_egl_image arguments directly to the functionJakob Borncrantz2010-05-212-10/+13
* st/glx: fix incorrect parameter typeBrian Paul2010-05-211-1/+1
* gallium: Fix invalidate framebuffer with old libGL librariesJakob Bornecrantz2010-05-214-2/+13
* st_api: Add get param function to st_managerJakob Bornecrantz2010-05-214-1/+32
* Merge branch 'gallium-msaa'Roland Scheidegger2010-05-2120-217/+216
|\
| * st/egl: adapt to interface changesRoland Scheidegger2010-05-174-27/+21
| * st/dri: adapt to interface changesRoland Scheidegger2010-05-173-32/+61
| * st/glx: adapt to interface changesRoland Scheidegger2010-05-172-11/+11
| * st/wgl: adapt to interface changesRoland Scheidegger2010-05-171-3/+3
| * st/vega: adapt to interface changesRoland Scheidegger2010-05-174-57/+37
| * st/xorg: adapt to interface changesRoland Scheidegger2010-05-174-76/+54
| * st/python: adapt to interface changesRoland Scheidegger2010-05-172-11/+29
* | gallium: remnants of old ccw stateKeith Whitwell2010-05-211-2/+1
* | Merge branch 'gallium-front-ccw'Keith Whitwell2010-05-211-4/+4
|\ \
| * | gallium: more work on ccw flag removalKeith Whitwell2010-05-141-4/+4
* | | st/xorg: Try hard to not touch hardware after dropping the masterJakob Bornecrantz2010-04-292-12/+27
* | | st/xorg: Remove save and restore hw stateJakob Bornecrantz2010-04-292-37/+0