summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-7/+9
|\ | | | | | | | | Conflicts: src/mesa/main/dd.h
| * makefile: added src/glsl/Makefile.template to tarball listBrian Paul2010-01-071-0/+1
| |
| * Merge branch 'i965g-restart'Keith Whitwell2009-12-221-0/+1
| |\ | | | | | | | | | | | | Conflicts: configure.ac
| | * Merge commit 'origin/master' into i965g-restartKeith Whitwell2009-12-211-5/+2
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: SConstruct configs/default configs/linux-dri
| | * | i965g: add standalone xlib debug winsysKeith Whitwell2009-11-041-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Create a dummy winsys that just debug-prints on calls into the winsys functions. Will use this to get to the point where we are generating sane-looking debug dumps and diassembly. Also fix various warnings generated with the new compiler flags set in this config.
| * | | Merge branch 'mesa_7_7_branch'Brian Paul2009-12-211-1/+1
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c
| | * | | mesa: set version string to 7.7-rc3mesa_7_7_rc3Ian Romanick2009-12-161-1/+1
| | | | |
| * | | | Remove grammar module -- no dependencies left.Michal Krol2009-12-121-1/+0
| | | | |
| * | | | Merge branch 'master' into glsl-pp-rework-2Michal Krol2009-12-121-17/+20
| |\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: progs/perf/drawoverhead.c progs/perf/teximage.c progs/perf/vbo.c progs/perf/vertexrate.c src/mesa/shader/slang/library/slang_common_builtin_gc.h
| | * | | mesa: set version string to 7.7-rc1mesa_7_7_rc2Ian Romanick2009-12-071-1/+1
| | | |/ | | |/| | | | | | | | | Also modify the Makefile to use the correct version for the tarballs.
| | * | Merge branch 'mesa_7_6_branch' into mesa_7_7_branchIan Romanick2009-11-301-5/+2
| | |\ \ | | | |/ | | |/| | | | | | | | | | | | | | | | | Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h
| | | * mesa: omit VC6, VC7 project files from tarballsBrian Paul2009-11-191-5/+2
| | | | | | | | | | | | | | | | Only VC8 project file is known to work.
| | | * mesa: bump version to 7.6.1Brian Paul2009-09-291-1/+1
| | | |
| | | * Prep for 7.6 releaseIan Romanick2009-09-281-1/+1
| | | |
| * | | Build mesa glsl with make.michal2009-12-101-0/+4
| | | | | | | | | | | | | | | | Still don't know how to add glsl to mesa dependencies.
* | | | Clean up ES_FILES.Chia-I Wu2010-01-051-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Chia-I Wu <[email protected]>
* | | | Add new config for OpenGL ES.Chia-I Wu2009-11-061-0/+1
| | | | | | | | | | | | | | | | Signed-off-by: Chia-I Wu <[email protected]>
* | | | mesa/es: Add OpenGL ES overlay.Chia-I Wu2009-11-051-2/+18
| |/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is primitive support for OpenGL ES. It uses a subset of mesa sources to build libesXgallium.a and libesXapi.a, where X is 1 for OpenGL ES 1.x, 2 for OpenGL ES 2.x. The static libraries serve the same purpose as libmesagallium.a and libglapi.a do for OpenGL. This is based on the work of opengl-es branch. Signed-off-by: Chia-I Wu <[email protected]>
* | | mesa: assorted top-level Makefile clean-upsBrian Paul2009-10-141-11/+11
| | |
* | | mesa: add progs/objviewer to tarball listBrian Paul2009-10-011-0/+6
|/ /
* | Merge branch 'mesa_7_6_branch'Brian Paul2009-09-101-0/+1
|\|
| * mesa: include new u_format.csv file in tarballsBrian Paul2009-09-091-0/+1
| |
* | mesa: bump version to 7.7Brian Paul2009-09-081-1/+1
|/
* mesa: add new program parser sources to tarballBrian Paul2009-08-241-1/+2
| | | | | The end user doesn't need the .y or .l or Makefile but include them anyway in case someone wants to patch or debug things.
* mesa: make sure r300/compiler/ sources are included in tarballThierry Vignaud2009-08-141-0/+2
|
* mesa: added *.shtest files to demo tarballBrian Paul2009-08-131-0/+1
|
* Merge branch 'mesa_7_5_branch'Brian Paul2009-07-281-0/+10
|\ | | | | | | | | | | | | | | | | Conflicts: Makefile configs/default docs/relnotes.html src/mesa/main/version.h
| * mesa: include glew headers in MesaDemos tarballsBrian Paul2009-07-231-0/+3
| |
| * mesa: bump version to 7.5.1Brian Paul2009-07-221-1/+1
| |
| * mesa: include GLEW sources in MesaDemos tarballBrian Paul2009-07-221-0/+7
| |
| * mesa: set version to 7.5Brian Paul2009-07-171-1/+1
| |
| * mesa: bump version to 7.5-rc4Brian Paul2009-06-261-1/+1
| |
| * mesa: bump version to 7.5-rc3mesa_7_5_rc3Brian Paul2009-06-051-1/+1
| |
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-181-0/+1
|\| | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| * mesa: added linux-osmesa-static configBrian Paul2009-05-181-0/+1
| | | | | | | | Contributed by Nicolas Noble. See SF bug #2792536
| * mesa: bump version to 7.5-rc2mesa_7_5_rc2Brian Paul2009-05-151-1/+1
| |
* | Merge branch 'mesa_7_5_branch'Brian Paul2009-05-111-7/+1
|\| | | | | | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| * mesa: added more gallium Makefiles to tarball listBrian Paul2009-05-091-0/+1
| |
| * mesa: omit files that were removed from gitmesa_7_5_rc1Brian Paul2009-05-081-7/+0
| |
| * mesa: set version to 7.5-rc1Brian Paul2009-05-081-1/+1
| |
* | mesa: bump version to 7.6 (devel)Brian Paul2009-05-011-1/+1
|/
* mesa: add distclean target to top-level MakefileBrian Paul2009-04-161-1/+4
|
* mesa: add wglext.h to tarball listBrian Paul2009-03-051-0/+1
|
* mesa: added GLES 1/2 headers to tarball file listBrian Paul2009-02-241-0/+2
|
* mesa: add EGL headers to tarball listBrian Paul2009-02-241-0/+1
|
* mesa: add gallium and egl files to tarball listBrian Paul2009-02-241-1/+32
|
* mesa: remove removed VMS files from MakefileBrian Paul2009-02-241-11/+0
| | | | I'll help Jouk restore these someday if he's still maintaining VMS support...
* mesa: s/sources/sources.mak/ in MakefileBrian Paul2009-02-241-1/+1
|
* Revert "mesa: added new linux-gallium and linux-gallium-debug configs"Jakob Bornecrantz2009-02-101-2/+0
| | | | | | | This reverts commit abbe96cb6e7581a52652030e40442b943a482840. It only reverts parts of the commit the other parts where related to libmesagallium changes.
* mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul2009-02-091-0/+2
| | | | | | | Also, remove gallium-related things from configs/default. They're in linux-gallium now. So the default builds are the same as they have been for Mesa/master.