summaryrefslogtreecommitdiffstats
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* mesa: added Makefile.egl to GALLIUM_FILESBrian Paul2010-04-051-0/+1
|
* mesa: add missing file to GALLIUM_FILESThierry Vignaud2010-04-051-0/+1
| | | | Signed-off-by: Brian Paul <brianp@vmware.com>
* Update DEMO_FILES for demos using EGL.Chia-I Wu2010-04-011-8/+12
| | | | | | | | Reflect the recent addtion of eglut and reorganization of the EGL demos. This helps remove ~2k lines of duplicated code $ git diff --shortstat -M 57cc1db87b5cacffd3344c49062c8289b7d46e78 18 files changed, 298 insertions(+), 2178 deletions(-)
* Merge branch '7.8'Brian Paul2010-03-231-0/+9
|\ | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/state_trackers/glx/xlib/xm_api.c src/mesa/drivers/dri/intel/intel_blit.c src/mesa/drivers/dri/intel/intel_pixel_copy.c src/mesa/main/version.h
| * Add missing EGL files to the tarballs.Chia-I Wu2010-03-231-0/+9
| | | | | | | | | | Add the Makefile of Gallium EGL drivers and demos using EGL to the tarballs.
| * mesa: set version string to 7.8-rc2Ian Romanick2010-03-221-1/+1
| |
* | Merge branch '7.8' into masterPauli Nieminen2010-03-171-15/+1
|\ \ | |/ | | | | | | | | Conflicts: Makefile src/mesa/main/version.h
| * Remove nonexistant files from tarballs rule of MakefileIan Romanick2010-03-161-15/+1
| | | | | | | | | | The Makefile should eventually be fixed to stop building tarballs if one of the individual calls to tar fails.
| * mesa: set version string to 7.8-rc1Ian Romanick2010-03-161-1/+1
| |
* | include/GL: drop more deprecated headersGeorge Sapountzis2010-03-061-1/+0
| |
* | mesa: bump version to 7.9Brian Paul2010-03-051-1/+1
|/ | | | Now that the 7.8 branch has been created Mesa/master will be version 7.9
* mesa: update tarball file list, bump version stringBrian Paul2010-02-261-7/+6
|
* drop header files and demos for dropped window systemsGeorge Sapountzis2010-02-261-1/+0
|
* drop linux-solo configsGeorge Sapountzis2010-02-261-3/+0
|
* Drop classic mesa svga driverKristian Høgsberg2010-02-251-2/+0
|
* Drop glide driverKristian Høgsberg2010-02-251-3/+0
|
* Remove GGI supportKristian Høgsberg2010-02-251-11/+0
|
* Remove dos driverKristian Høgsberg2010-02-251-3/+0
|
* Remove directfb supportKristian Høgsberg2010-02-251-7/+1
|
* glapi: fix es after mvGeorge Sapountzis2010-02-241-3/+3
|
* makefiles: Don't complaint about changing configs if the same one is reselected.José Fonseca2010-02-141-4/+7
| | | | | Otherwise it creates unnecessary pain when automating builds in a build server/farm.
* mesa: remove darwin-x86ppc and dangling darwin refs in MakefileBrian Paul2010-02-111-2/+0
|
* Retire miniglx and move the actual glx code up to src/glxKristian Høgsberg2010-02-091-3/+3
|
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-311-2/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/lp_flush.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_texture.c src/gallium/drivers/llvmpipe/lp_tile_cache.c src/mesa/state_tracker/st_cb_condrender.c
| * Merge branch 'master' into opengl-es-v2Chia-I Wu2010-01-121-7/+9
| |\ | | | | | | | | | | | | Conflicts: src/mesa/main/dd.h
| * | Clean up ES_FILES.Chia-I Wu2010-01-051-2/+2
| | | | | | | | | | | | Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
| * | Add new config for OpenGL ES.Chia-I Wu2009-11-061-0/+1
| | | | | | | | | | | | Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
| * | 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 <olvaffe@gmail.com>
* | | Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-18/+20
|\ \ \ | | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/gallium/auxiliary/util/u_surface.c src/gallium/drivers/llvmpipe/Makefile src/gallium/drivers/llvmpipe/SConscript src/gallium/drivers/llvmpipe/lp_bld_arit.c src/gallium/drivers/llvmpipe/lp_bld_flow.c src/gallium/drivers/llvmpipe/lp_bld_interp.c src/gallium/drivers/llvmpipe/lp_clear.c src/gallium/drivers/llvmpipe/lp_context.c src/gallium/drivers/llvmpipe/lp_context.h src/gallium/drivers/llvmpipe/lp_draw_arrays.c src/gallium/drivers/llvmpipe/lp_jit.c src/gallium/drivers/llvmpipe/lp_jit.h src/gallium/drivers/llvmpipe/lp_prim_vbuf.c src/gallium/drivers/llvmpipe/lp_setup.c src/gallium/drivers/llvmpipe/lp_setup_point.c src/gallium/drivers/llvmpipe/lp_state.h src/gallium/drivers/llvmpipe/lp_state_blend.c src/gallium/drivers/llvmpipe/lp_state_derived.c src/gallium/drivers/llvmpipe/lp_state_fs.c src/gallium/drivers/llvmpipe/lp_state_sampler.c src/gallium/drivers/llvmpipe/lp_state_surface.c src/gallium/drivers/llvmpipe/lp_tex_cache.c src/gallium/drivers/llvmpipe/lp_tex_cache.h src/gallium/drivers/llvmpipe/lp_tex_sample.h src/gallium/drivers/llvmpipe/lp_tile_cache.c
| * | 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-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-rc1Ian 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
| | | |
| | * | mesa: assorted top-level Makefile clean-upsBrian Paul2009-10-141-11/+11
| | | |
| * | | Build mesa glsl with make.michal2009-12-101-0/+4
| | | | | | | | | | | | | | | | Still don't know how to add glsl to mesa dependencies.
* | | | llvmpipe: added linux-llvm-debug configurationBrian Paul2009-12-181-0/+1
| |/ / |/| |
* | | 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.