summaryrefslogtreecommitdiffstats
path: root/configs/default
Commit message (Expand)AuthorAgeFilesLines
* Merge commit 'origin/gallium-0.1' into gallium-0.2Pekka Paalanen2008-11-121-1/+1
|\
| * Nouveau: build, link and use nv20.Pekka Paalanen2008-11-081-1/+1
* | Merge remote branch 'upstream/gallium-0.2' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+1
|\ \
| * | mesa: build gallium directories before core mesaKeith Whitwell2008-09-121-1/+1
* | | Merge remote branch 'nouveau/gallium-0.1' into nouveau-gallium-0.2Ben Skeggs2008-09-121-1/+1
|\ \ \ | |/ / |/| / | |/
| * Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-121-0/+4
| |\
| * \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-09-111-2/+1
| |\ \
| * \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-231-0/+2
| |\ \ \
| * \ \ \ Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-07-141-1/+1
| |\ \ \ \
| * | | | | nv04.Stephane Marchesin2008-07-081-1/+1
| * | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-06-231-2/+3
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'upstream-gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-04-231-1/+1
| |\ \ \ \ \ \
| * | | | | | | nv10.Stephane Marchesin2008-03-151-1/+1
| * | | | | | | Merge remote branch 'upstream/gallium-0.1' into nouveau-gallium-0.1Ben Skeggs2008-03-131-1/+1
| |\ \ \ \ \ \ \
| * | | | | | | | nouveau: fix buildBen Skeggs2008-02-221-1/+1
* | | | | | | | | Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-0/+4
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | define new APP_CC configuration variable for building apps/demos/testsBrian Paul2008-09-111-0/+4
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane2008-09-111-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | change MESA_MINOR to 3Brian Paul2008-08-261-1/+1
* | | | | | | | | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-111-8/+20
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| / / / / / / / | |/ / / / / / /
| * | | | | | | consolidate intel directories.Alan Hourihane2008-08-171-1/+0
| * | | | | | | choose sane default for dri driver locationAlan Hourihane2008-08-171-1/+1
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | EGL: Only build EGL dri based drivers under linux-dri based configsJakob Bornecrantz2008-07-131-0/+2
| | |_|_|_|/ | |/| | | |
| * | | | | gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on utilJakob Bornecrantz2008-07-101-1/+1
| * | | | | gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependenciesBrian Paul2008-07-101-1/+1
| | |_|_|/ | |/| | |
| * | | | gallium: Only build intel_drm for linux-dri targetsJakob Bornecrantz2008-06-061-1/+1
| * | | | i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz2008-06-061-0/+1
| * | | | egl: build libEGL and softpipe_egl.so by defaultBrian Paul2008-06-051-2/+2
| | |_|/ | |/| |
| * | | gallium: reorder libs so that translate can see rtasmKeith Whitwell2008-04-181-1/+1
| * | | gallium: add translate directoryKeith Whitwell2008-04-151-1/+1
| | |/ | |/|
| * | gallium: new surface/context tracker (sct) moduleBrian2008-03-101-1/+1
| |/
| * Simplify makefile boilerplate code.José Fonseca2008-02-191-1/+1
| * Bring rtasm from mesa to gallium.José Fonseca2008-02-191-1/+1
| * Code reorganization: split gallium and mesa makefiles.José Fonseca2008-02-181-2/+10
| * Code reorganization: update build.José Fonseca2008-02-151-1/+1
| * Use HOST_CC for programs that will run on the build hostIan Romanick2008-01-231-0/+1
| * Use EXTRA_LIB_PATH with *_LIB_DEPSIan Romanick2008-01-231-6/+6
| * glut doesn't need -lXtBrian2007-12-021-1/+1
| * Cleanup some code.Zack Rusin2007-10-241-2/+1
| * Introduce linux-llvm target. Remove the llvm code from the default build for ...Zack Rusin2007-10-241-22/+3
| * Implement the conversion and do the initial execution pass.Zack Rusin2007-10-241-1/+2
| * Initial stab at LLVM integration.Zack Rusin2007-10-241-1/+20
* | Fixed 'make install' for darwinJeremy Huddleston2008-08-121-0/+6
* | mesa: revert building glslcompiler by defaultBrian Paul2008-07-211-1/+1
* | autoconf: Support Motif widgets in GLw with --enable-motifDan Nicholson2008-07-181-0/+1
* | mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul2008-07-171-1/+1
* | Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-0/+1
* | Call minstall with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-1/+1
* | Set $(SHELL) for all configsDan Nicholson2008-07-121-0/+1
* | Set library and header installation directories from configurationDan Nicholson2008-07-061-1/+3