summaryrefslogtreecommitdiffstats
path: root/src/gallium/state_trackers
Commit message (Expand)AuthorAgeFilesLines
* st/dri: fix crash when dri2_drawable_get_buffers failsMarek Olšák2010-08-041-1/+2
* egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu2010-07-312-4/+10
* st/dri: Remove unnecessary headers.Vinson Lee2010-07-312-2/+0
* st/dri: move backend hooks to appropriate objectGeorge Sapountzis2010-07-307-29/+78
* st/dri: drop dri1_helperGeorge Sapountzis2010-07-3013-229/+23
* st/dri: mv driDriverAPI to backendsGeorge Sapountzis2010-07-306-130/+49
* st/python: Adapt to interface change.Chia-I Wu2010-07-291-21/+18
* gallium: Use unified pipe_context::draw_vbo.Chia-I Wu2010-07-291-2/+1
* Untangle gallium/egl/glx source sharing mess and make it compile againKristian Høgsberg2010-07-283-114/+58
* 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