aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* libgl-xlib: Include missing header in xlib.c.Vinson Lee2010-08-221-0/+1
* targets/egl-gdi: Implement guess_gl_api.Chia-I Wu2010-08-201-2/+37
* targets/egl: Link with DRI_LIB_DEPS.Chia-I Wu2010-08-171-3/+3
* Merge branch 'glsl2'Ian Romanick2010-08-163-8/+7
|\
| * scons: Link talloc.José Fonseca2010-08-141-0/+1
| * Merge branch 'master' into glsl2Ian Romanick2010-08-131-0/+1
| |\
| * | scons: Build the new glsl2 code.José Fonseca2010-08-131-0/+1
| * | gallium: Link DRI drivers with g++ and test with CXXJakob Bornecrantz2010-08-121-8/+5
* | | r600g: drop libdrm_radeon linkDave Airlie2010-08-171-1/+1
* | | scons: Fix r600g build.Vinson Lee2010-08-141-1/+1
* | | targets/egl: Fix build by including missing headers.Vinson Lee2010-08-062-0/+2
| |/ |/|
* | Revert "r600g: don't use dynamic state allocation for states"Jerome Glisse2010-08-061-2/+2
* | r600g: don't use dynamic state allocation for statesJerome Glisse2010-08-051-2/+2
* | targets/egl: fix buildJoakim Sindholt2010-08-051-0/+1
|/
* i965g: Enable llvm in dri driver if builtJakob Bornecrantz2010-07-261-3/+8
* i915g: Fix llvm buildnobled2010-07-261-1/+1
* gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers2010-07-231-1/+1
* xorg/vmwgfx: Implement early mode pruning based on max fb size.Thomas Hellstrom2010-07-232-4/+36
* st/xorg vmwgfx/xorg: Add a pre-init customizer callbackThomas Hellstrom2010-07-231-3/+13
* i915g: Allow wrapping with software pipesJakob Bornecrantz2010-07-222-3/+11
* st/egl: Fix build on FreeBSD.Chia-I Wu2010-07-161-1/+1
* i965g: Fix scons build of dri driverJakob Bornecrantz2010-07-131-1/+0
* targets: Link xorg drivers with LLVM if builtJakob Bornecrantz2010-07-131-0/+8
* targets: Clean up xorg make files a bitJakob Bornecrantz2010-07-136-29/+31
* libgl-xlib: add depend to make clean listBrian Paul2010-07-131-1/+1
* mesa: Purge macros NEED_EVENTS and NEED_REPLIESFernando Carrijo2010-07-011-3/+0
* st/egl: Add egl-gdi target.Chia-I Wu2010-06-303-17/+165
* egl: Check for drm winsys not just the driver nameJakob Bornecrantz2010-06-291-5/+5
* i915g: Fix copy pastoJakob Bornecrantz2010-06-291-4/+4
* egl: Fix gallium build when EGL is not installed on systemJakob Bornecrantz2010-06-291-1/+2
* i915g: Add missing egl pipe fileJakob Bornecrantz2010-06-291-0/+28
* st/egl: Build a single EGL driver.Chia-I Wu2010-06-298-63/+205
* st/egl: Move module loading code to targets.Chia-I Wu2010-06-298-35/+343
* st/egl: Reorganize targets.Chia-I Wu2010-06-2921-340/+225
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-56/+34
* st/egl: Make api_OpenGL support OpenGL ES.Chia-I Wu2010-06-295-8/+31
* i915g: Add Galahad to targetsJakob Bornecrantz2010-06-284-4/+8
* r300g: Galahad for scons as wellJakob Bornecrantz2010-06-281-1/+2
* r300g: Add target defines for GalahadJakob Bornecrantz2010-06-283-3/+3
* Merge branch 'gallium-drm-driver-drescriptor'Jakob Bornecrantz2010-06-2852-93/+534
|\
| * swrastg: Use target-helpersJakob Bornecrantz2010-06-243-54/+13
| * gallium: Use debugging helper in all drm targetsJakob Bornecrantz2010-06-2437-16/+167
| * gallium: Fix scons buildJakob Bornecrantz2010-06-241-0/+1
| * gallium: Remove drm_api and all references to itJakob Bornecrantz2010-06-241-1/+0
| * r600g: Move bootstrap code to targetJakob Bornecrantz2010-06-241-2/+21
| * nouveau: Move bootstrap code to targetsJakob Bornecrantz2010-06-233-6/+45
| * i965g: Move bootstrap code to targetsJakob Bornecrantz2010-06-237-10/+85
| * swrastg: Fix glue fileJakob Bornecrantz2010-06-141-3/+3
| * r300g: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-6/+45
| * i915g: Move bootstrap code to targetsJakob Bornecrantz2010-06-063-6/+45