summaryrefslogtreecommitdiffstats
path: root/src/gallium/targets
Commit message (Expand)AuthorAgeFilesLines
* gallium: Add egl-apis target.Chia-I Wu2010-05-085-0/+97
* glapi: Move to src/mapi/.Chia-I Wu2010-05-074-2/+5
* scons: Disable graw-null on msvc until linkage works.José Fonseca2010-05-061-1/+3
* graw-null: Try to fix MSVC linkage problems.José Fonseca2010-05-061-1/+4
* graw-null: New target to ensure we always have a graw implementation available.José Fonseca2010-05-063-1/+140
* graw-xlib: Remove duplicate graw.h file.José Fonseca2010-05-062-37/+1
* graw-xlib: Revert the output dir lib change.José Fonseca2010-05-051-1/+3
* tests/raw: Get it building with scons.José Fonseca2010-05-051-3/+3
* swrastg: Use traceJakob Bornecrantz2010-05-012-2/+4
* st_api: Remove st_moduleJakob Bornecrantz2010-04-261-8/+8
* llvmpipe: add initial autoconf support.Dave Airlie2010-04-241-1/+14
* targets: Use a valid winsys include path in Makefile.driJakob Bornecrantz2010-04-201-1/+1
* Merge branch '7.8'Dan Nicholson2010-04-191-1/+2
* st/drisw: Stop pretending to be drm_apiJakob Bornecrantz2010-04-161-41/+3
* swrastg: Fix defines to be able to load more then one sw driverJakob Bornecrantz2010-04-141-6/+6
* Fix build with --enable-32-bit.Török Edwin2010-04-111-1/+1
* scons: Always build softpipe and llvmpipe (when llvm available).José Fonseca2010-04-114-24/+8
* scons: Make LLVM a black-white dependency.José Fonseca2010-04-114-19/+11
* Squashed commit of the following:Keith Whitwell2010-04-102-2/+2
* scons: Link expat in dri builds.Vinson Lee2010-04-051-0/+4
* libgl-xlib: Fix missing X11 symbols.José Fonseca2010-03-311-0/+2
* swrastg: Silence unused value warning.Vinson Lee2010-03-291-6/+6
* st/dri/sw: add drisw_api similarly to dri1_apiGeorge Sapountzis2010-03-292-10/+15
* gallium: new raw gallium interface to support standalone testsKeith Whitwell2010-03-284-0/+279
* drisw: probably better hack for stride and some commentsGeorge Sapountzis2010-03-281-2/+2
* st/egl: Fix missing symbols.Chia-I Wu2010-03-277-9/+13
* gallium: Fix Windows SCons build.Vinson Lee2010-03-261-0/+1
* swrastg: allow for any of the software rasterizers.George Sapountzis2010-03-262-36/+98
* swrastg: Use llvmpipe if built but only on sconsJakob Bornecrantz2010-03-263-9/+34
* swrastg: Build with sconsJakob Bornecrantz2010-03-262-0/+49
* gallium: Fix DRI driver build warnings under sconsJakob Bornecrantz2010-03-2610-87/+117
* i915g: Rename winsys prefix to i915_ from intel_Jakob Bornecrantz2010-03-265-5/+5
* st/dri: Reshuffle files and make it obvious which files are sharedJakob Bornecrantz2010-03-266-6/+6
* swrastg_dri: add winsys and targetGeorge Sapountzis2010-03-252-0/+123
* r300g/radeong: fix scons buildJoakim Sindholt2010-03-251-6/+2
* gallium: Fix libgl-xlib path to sw xlib winsysJakob Bornecrantz2010-03-251-1/+1
* gallium: Add warnings incase pipe drivers are not built in targetsJakob Bornecrantz2010-03-245-0/+20
* gallium: Make scons build dri/xorg drivers againJakob Bornecrantz2010-03-242-59/+84
* gallium: Reorg winsys directoriesJakob Bornecrantz2010-03-2418-19/+20
* gallium: Move xorg drivers to targetsJakob Bornecrantz2010-03-2416-0/+2752
* gallium: Move egl drivers to targetsJakob Bornecrantz2010-03-2413-0/+179
* gallium: Move dri drivers to targetsJakob Bornecrantz2010-03-2410-0/+329
* Revert "gallium: add soft screen helper"George Sapountzis2010-03-213-4/+32
* Revert "fix scons build"George Sapountzis2010-03-211-1/+0
* fix scons buildGeorge Sapountzis2010-03-211-0/+1
* gallium: add soft screen helperGeorge Sapountzis2010-03-213-32/+4
* libgl-xlib: Use a simple GALLIUM_DRIVER env var to select the pipe driver.José Fonseca2010-03-161-2/+16
* Merge remote branch 'origin/gallium-st-api'Chia-I Wu2010-03-161-1/+8
|\
| * st/glx: Make xmesa_create_st_api a callback of xm_driver.Chia-I Wu2010-03-131-1/+2
| * winsys/xlib, st/es: Advertise st_api.h support.Chia-I Wu2010-03-121-0/+6