summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* swrastg: Add SWRAST_NO_PRESENT option to not send updates to X serverJakob Bornecrantz2010-07-271-1/+9
* st/egl: Fix debug linenobled2010-07-261-1/+1
* st/xorg: fix use-after-freenobled2010-07-261-1/+1
* st/xorg: Init the Gallium3D / libkms resources in pre-init.Thomas Hellstrom2010-07-232-86/+75
* st/xorg: Kill a couple of compilation warningsThomas Hellstrom2010-07-232-2/+2
* st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-232-2/+6
* st/xorg: Add a possibility to prune modes and limit fb allocation size based ...Thomas Hellstrom2010-07-233-0/+23
* st/egl: Fixes for recent GLX cleanup.Chia-I Wu2010-07-202-19/+45
* st/dri: Remove driFrameTrackingExtension.Chia-I Wu2010-07-201-1/+0
* gallium/st/dri2: add dri2 vblank query extension supportSven Arvidsson2010-07-181-0/+1
* st/egl: Add support for !GLX_DIRECT_RENDERING.Chia-I Wu2010-07-064-41/+79
* st/egl: Remove unnecessary headers.Vinson Lee2010-07-031-3/+0
* st/egl: Manually free configs on terminate.Chia-I Wu2010-06-301-1/+13
* egl: Store screens in a dynamic array.Chia-I Wu2010-06-301-7/+10
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-3/+3
* st/vega: Match MALLOC/FREE for vg_shader.Chia-I Wu2010-06-301-1/+1
* st/vega: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-309-15/+15
* st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled2010-06-301-1/+1
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-301-1/+1
* egl: Remove st/egl probe code.Chia-I Wu2010-06-298-149/+1
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-291-74/+2
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-2918-389/+213
* st/egl: Reorganize targets.Chia-I Wu2010-06-292-7/+7
* st/egl: One driver per hardware.Chia-I Wu2010-06-299-31/+90
* st/egl: Introduce native_platform.Chia-I Wu2010-06-298-107/+137
* st_api: Remove st_context::is_visual_supported.Chia-I Wu2010-06-294-21/+34
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-2812-99/+35
|\
| * gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz2010-06-0612-98/+34
* | egl: Introduce platform displays internally.Chia-I Wu2010-06-2310-28/+23
* | egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu2010-06-171-3/+3
* | 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