summaryrefslogtreecommitdiff
path: root/configs/default
AgeCommit message (Expand)Author
2008-09-12mesa: build gallium directories before core mesaKeith Whitwell
2008-09-11Merge commit 'origin/gallium-0.1' into gallium-0.2Keith Whitwell
2008-09-11define new APP_CC configuration variable for building apps/demos/testsBrian Paul
2008-09-11Merge branch 'master' of git+ssh://git.freedesktop.org/git/mesa/mesa into gal...Alan Hourihane
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-26change MESA_MINOR to 3Brian Paul
2008-08-17consolidate intel directories.Alan Hourihane
2008-08-17choose sane default for dri driver locationAlan Hourihane
2008-08-12Fixed 'make install' for darwinJeremy Huddleston
2008-07-21mesa: revert building glslcompiler by defaultBrian Paul
2008-07-18autoconf: Support Motif widgets in GLw with --enable-motifDan Nicholson
2008-07-17mesa: build the stand-alone glslcompiler by default, update the docsBrian Paul
2008-07-13EGL: Only build EGL dri based drivers under linux-dri based configsJakob Bornecrantz
2008-07-12Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-12Call minstall with $(SHELL) so the user controls the interpreterDan Nicholson
2008-07-12Set $(SHELL) for all configsDan Nicholson
2008-07-10gallium: Re-order the GALLIUM_AUXILIARY_DIRS to satisfy dependencies on utilJakob Bornecrantz
2008-07-10gallium: re-order the GALLIUM_AUXILIARY_DIRS to satisfy .a interdependenciesBrian Paul
2008-07-06Set library and header installation directories from configurationDan Nicholson
2008-06-06gallium: Only build intel_drm for linux-dri targetsJakob Bornecrantz
2008-06-06i915: Moved pipe_buffer and i915_winsys functions to a common folderJakob Bornecrantz
2008-06-05egl: build libEGL and softpipe_egl.so by defaultBrian Paul
2008-05-23drop GLcoreGeorge Sapountzis
2008-05-09Default DRI driver directory to match X.Org xserverDan Nicholson
2008-05-05autoconf: Scrape the version from configs/defaultDan Nicholson
2008-05-05glcore: Set all external variables in configurationGeorge Sapountzis
2008-04-18gallium: reorder libs so that translate can see rtasmKeith Whitwell
2008-04-15gallium: add translate directoryKeith Whitwell
2008-03-10gallium: new surface/context tracker (sct) moduleBrian
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-19Bring rtasm from mesa to gallium.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2008-02-12glapi: Use variable for indent and flagsDan Nicholson
2008-01-23Use HOST_CC for programs that will run on the build hostIan Romanick
2008-01-23Use EXTRA_LIB_PATH with *_LIB_DEPSIan Romanick
2007-12-03glut doesn't need -lXtBrian
2007-12-02glut doesn't need -lXtBrian
2007-10-29simplify APP_LIB_DEPS (patch 2/3)Dan Nicholson
2007-10-24Cleanup some code.Zack Rusin
2007-10-24Introduce linux-llvm target. Remove the llvm code from the default build for ...Zack Rusin
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin
2007-10-24Initial stab at LLVM integration.Zack Rusin
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian
2007-04-27Version bumps for 7.0Brian
2007-04-08add glsl to PROGRAM_DIRSBrian
2007-03-28bump version to 6.5.3 to match version.hBrian
2006-10-19remove some debug/test changesBrian Paul
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul