summaryrefslogtreecommitdiff
path: root/src/gallium/targets
AgeCommit message (Expand)AuthorFilesLines
2010-08-26graw: Remove graw-null.José Fonseca3-158/+0
2010-08-26graw: Dynamically load graw libraries.José Fonseca2-50/+0
2010-08-26scons: Fix old script compatability logic.José Fonseca1-10/+5
2010-08-25r300g: rename radeong_dri.so to r300_dri.soDave Airlie3-4/+4
2010-08-24make: Use C++ compiler to link stdc++ library.Brian Paul1-1/+2
2010-08-24targets/egl: Check against drm_driver_descriptor::name.Chia-I Wu3-16/+15
2010-08-24targets/egl: add pipe_r600Benjamin Franzke2-0/+40
2010-08-24targets/egl: rename pipe_radeon to pipe_r300Benjamin Franzke2-8/+8
2010-08-22libgl-xlib: Include missing header in xlib.c.Vinson Lee1-0/+1
2010-08-20targets/egl-gdi: Implement guess_gl_api.Chia-I Wu1-2/+37
2010-08-17targets/egl: Link with DRI_LIB_DEPS.Chia-I Wu1-3/+3
2010-08-16Merge branch 'glsl2'Ian Romanick3-8/+7
2010-08-17r600g: drop libdrm_radeon linkDave Airlie1-1/+1
2010-08-14scons: Fix r600g build.Vinson Lee1-1/+1
2010-08-14scons: Link talloc.José Fonseca1-0/+1
2010-08-13Merge branch 'master' into glsl2Ian Romanick1-0/+1
2010-08-13scons: Build the new glsl2 code.José Fonseca1-0/+1
2010-08-12gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz1-8/+5
2010-08-06targets/egl: Fix build by including missing headers.Vinson Lee2-0/+2
2010-08-06Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse1-2/+2
2010-08-05r600g: don't use dynamic state allocation for statesJerome Glisse1-2/+2
2010-08-05targets/egl: fix buildJoakim Sindholt1-0/+1
2010-07-26i965g: Enable llvm in dri driver if builtJakob Bornecrantz1-3/+8
2010-07-26i915g: Fix llvm buildnobled1-1/+1
2010-07-23gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers1-1/+1
2010-07-23xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom2-4/+36
2010-07-23st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom1-3/+13
2010-07-22i915g: Allow wrapping with software pipesJakob Bornecrantz2-3/+11
2010-07-16st/egl: Fix build on FreeBSD.Chia-I Wu1-1/+1
2010-07-13i965g: Fix scons build of dri driverJakob Bornecrantz1-1/+0
2010-07-13targets: Link xorg drivers with LLVM if builtJakob Bornecrantz1-0/+8
2010-07-13targets: Clean up xorg make files a bitJakob Bornecrantz6-29/+31
2010-07-13libgl-xlib: add depend to make clean listBrian Paul1-1/+1
2010-07-01mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo1-3/+0
2010-06-30st/egl: Add egl-gdi target.Chia-I Wu3-17/+165
2010-06-29egl: Check for drm winsys not just the driver nameJakob Bornecrantz1-5/+5
2010-06-29i915g: Fix copy pastoJakob Bornecrantz1-4/+4
2010-06-29egl: Fix gallium build when EGL is not installed on systemJakob Bornecrantz1-1/+2
2010-06-29i915g: Add missing egl pipe fileJakob Bornecrantz1-0/+28
2010-06-29st/egl: Build a single EGL driver.Chia-I Wu8-63/+205
2010-06-29st/egl: Move module loading code to targets.Chia-I Wu8-35/+343
2010-06-29st/egl: Reorganize targets.Chia-I Wu21-340/+225
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-56/+34
2010-06-29st/egl: Make api_OpenGL support OpenGL ES.Chia-I Wu5-8/+31
2010-06-28i915g: Add Galahad to targetsJakob Bornecrantz4-4/+8
2010-06-28r300g: Galahad for scons as wellJakob Bornecrantz1-1/+2
2010-06-28r300g: Add target defines for GalahadJakob Bornecrantz3-3/+3
2010-06-28Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz52-93/+534
2010-06-24swrastg: Use target-helpersJakob Bornecrantz3-54/+13
2010-06-24gallium: Use debugging helper in all drm targetsJakob Bornecrantz37-16/+167