summaryrefslogtreecommitdiff
path: root/configs
AgeCommit message (Expand)AuthorFilesLines
2007-12-11Redo the fragment program examples to match vp'sZack Rusin1-2/+2
2007-12-10remove -Wall, add -DGALLIUM_CELLBrian1-1/+1
2007-12-05Add dependency checking for Cell driver sources.Brian1-0/+3
2007-12-02added -fPICBrian1-1/+1
2007-12-02don't build libglwBrian1-0/+4
2007-12-02Initial Cell driver infrastructure.Brian1-0/+37
2007-12-02glut doesn't need -lXtBrian1-1/+1
2007-10-25Expand pkg-config flags before invoking the compiler.José Fonseca3-11/+11
2007-10-25LLVM requires linking with the C++ compiler.Michel Dänzer1-0/+1
2007-10-24Cleanup some code.Zack Rusin2-10/+9
2007-10-24Introduce linux-llvm target. Remove the llvm code from the default build for ...Zack Rusin2-22/+34
2007-10-24Implement the conversion and do the initial execution pass.Zack Rusin1-1/+2
2007-10-24Initial stab at LLVM integration.Zack Rusin1-1/+20
2007-09-28Update x86's static and profile configs.José Fonseca5-3/+25
2007-09-19Update linux-profile config.José Fonseca2-25/+5
2007-08-20remove the -DMESA flagsBrian2-3/+2
2007-08-16Remove many dependencies on mesa headers.Brian2-2/+3
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell1-1/+1
2007-07-31Build the "pipe" version of the i915tex driver.Keith Whitwell1-1/+1
2007-07-27Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal1-0/+42
2007-07-21Fix a number of MINGW32 issuesZhang1-0/+42
2007-07-06Merge branch 'master' of git+ssh://michal@git.freedesktop.org/git/mesa/mesa i...michal2-3/+4
2007-06-22Use -pthread instead of -lpthread on FreeBSD.Eric Anholt1-2/+2
2007-06-20Only build i915texKeith Whitwell1-2/+1
2007-06-05miniglx: update defines in linux-solo configDave Airlie1-1/+2
2007-05-14master/trunk is now for Mesa 7.1 devel: bump versionsBrian1-1/+1
2007-05-05nouveau: disable nouveau build by defaultDave Airlie1-1/+1
2007-05-04Makefile clean-ups for miniglx.Brian1-3/+10
2007-04-27Version bumps for 7.0Brian1-3/+3
2007-04-20Make xcb backend compile.Jeremy Kolb1-2/+3
2007-04-08add glsl to PROGRAM_DIRSBrian1-1/+1
2007-03-28bump version to 6.5.3 to match version.hBrian1-1/+1
2007-02-26Overhaul of error handling.Brian1-1/+1
2007-01-17New debug config for linux-driKeith Whitwell1-0/+16
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt2-2/+4
2006-12-06Make git ignore files only generated at build time.Michel Dänzer1-0/+1
2006-12-02Add i915tex and i965.Gary Wong1-1/+1
2006-11-30the following improvements to linux-fbdev:Sean D'Epagnier1-7/+3
2006-11-18need to specify Xlibs with APP_LIB_DEPSBrian Paul1-0/+5
2006-11-01merge the (rest of) texmem branchKeith Whitwell1-1/+1
2006-10-19remove some debug/test changesBrian Paul1-2/+1
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul3-7/+3
2006-10-11Fix bug #4681.Ian Romanick3-2/+5
2006-10-09Updates for XCB. Bug 8560.Brian Paul1-2/+2
2006-09-26Update linux-dr-xcb config file to use LIBDRM_CFLAGSJeremy Kolb1-0/+1
2006-09-21bump version to 6.5.2Brian Paul1-1/+1
2006-09-19added LIBDRM_CFLAGS (Javier Villavicencio)Brian Paul1-0/+1
2006-09-19fix CFLAGS (bug 8344)Brian Paul1-3/+3
2006-09-06comment out EXTRA_LIB_PATH, ?= causes problems on HP-UXBrian Paul1-1/+1
2006-09-06Fixes from Christopher Bell:Brian Paul11-22/+22