summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers
AgeCommit message (Expand)AuthorFilesLines
2010-07-03st/egl: Remove unnecessary headers.Vinson Lee1-3/+0
2010-06-30st/egl: Manually free configs on terminate.Chia-I Wu1-1/+13
2010-06-30egl: Store screens in a dynamic array.Chia-I Wu1-7/+10
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu1-3/+3
2010-06-30st/vega: Match MALLOC/FREE for vg_shader.Chia-I Wu1-1/+1
2010-06-30st/vega: s/free/FREE for matching MALLOC/CALLOCnobled9-15/+15
2010-06-30st/xorg: s/free/FREE for matching MALLOC/CALLOCnobled1-1/+1
2010-06-30st/egl: Add egl-gdi target.Chia-I Wu1-1/+1
2010-06-29egl: Remove st/egl probe code.Chia-I Wu8-149/+1
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu1-74/+2
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu18-389/+213
2010-06-29st/egl: Reorganize targets.Chia-I Wu2-7/+7
2010-06-29st/egl: One driver per hardware.Chia-I Wu9-31/+90
2010-06-29st/egl: Introduce native_platform.Chia-I Wu8-107/+137
2010-06-29st_api: Remove st_context::is_visual_supported.Chia-I Wu4-21/+34
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz12-99/+35
2010-06-23egl: Introduce platform displays internally.Chia-I Wu10-28/+23
2010-06-17egl: s/EGL_DISPLAY/EGL_PLATFORM/.Chia-I Wu1-3/+3
2010-06-11st/egl: Add fbdev backend.Chia-I Wu2-3/+484
2010-06-10st/egl: Remove unnecessary header.Vinson Lee1-1/+0
2010-06-09st/xorg: Add a customizable option to disable 3D.Thomas Hellstrom2-3/+17
2010-06-06gallium: Convert state trackers to drm driver interfaceJakob Bornecrantz12-98/+34
2010-06-04st/egl: Fix compiler warnings.Chia-I Wu1-0/+1
2010-06-04st/egl: Move sw screen creation to native helper.Chia-I Wu5-93/+52
2010-06-03Merge branch 'gallium-newclear'Roland Scheidegger1-8/+35
2010-06-03gallium: rename clearRT / clearDS to clear_render_target / clear_depth_stencilRoland Scheidegger1-13/+13
2010-06-03gallium: add interpolation parameter to simple shader functionsBrian Paul1-1/+2
2010-05-31st/xorg, vmware: Make throttling configurable.Thomas Hellstrom4-20/+72
2010-05-31st/xorg: Fix Xv cliprect scaling.Thomas Hellstrom3-9/+9
2010-05-31st/xorg Avoid advertizing rotation / reflection support.Thomas Hellstrom1-3/+6
2010-05-31st/egl: Use stamps only to avoid unnecessary geometry update.Chia-I Wu2-20/+16
2010-05-31gallium: fix TFP on galliumDave Airlie1-0/+2
2010-05-31st/egl: Update KMS backend to use resource_surface.Chia-I Wu2-50/+28
2010-05-31st/egl: Update GDI backend to use resource_surface.Chia-I Wu1-146/+51
2010-05-31st/egl: Update ximage backend to use resource_surface.Chia-I Wu1-186/+52
2010-05-31st/egl: Add helper functions for use by backends.Chia-I Wu3-0/+306
2010-05-31st/vega: Use SConscript for Windows build.Chia-I Wu4-9/+61
2010-05-31st/egl: Use OS-specific module suffices.Chia-I Wu1-6/+17
2010-05-31st/egl: Add GDI backend.Chia-I Wu3-1/+556
2010-05-30st/python: Expose region_copy/fill_region instead of deprecated surface_copy/...José Fonseca1-52/+20
2010-05-30st/vega: Use FREE.Chia-I Wu1-1/+1
2010-05-30st/egl: Hook eglCreatePbufferFromClientBuffer.Chia-I Wu3-20/+141
2010-05-30st/egl: Fix eglCopyBuffers.Chia-I Wu1-2/+1
2010-05-30st/egl: Initialize KMS backend from an fd.Chia-I Wu1-6/+31
2010-05-29st/python: adapt to clear interface changesRoland Scheidegger1-13/+26
2010-05-27egl/mks: remove extra param from function callBrian Paul1-1/+1
2010-05-27egl_g3d: add missing param to egl_g3d_st_manager_get_egl_image()Brian Paul1-0/+1
2010-05-26st/xorg: Remove unnecessary headers.Vinson Lee2-2/+0
2010-05-26st/dri: Remove dri.c from SCons build.Vinson Lee1-1/+0
2010-05-25drm_api: Remove type argument from create screen callbackJakob Bornecrantz3-3/+3