Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-05 | mesa: set version string to 7.8.1 | Ian Romanick | 1 | -1/+1 | |
2010-03-28 | mesa: set version string to 7.8 | Ian Romanick | 1 | -1/+1 | |
Also set the correct release date. | |||||
2010-03-23 | Add missing EGL files to the tarballs. | Chia-I Wu | 1 | -0/+9 | |
Add the Makefile of Gallium EGL drivers and demos using EGL to the tarballs. | |||||
2010-03-22 | mesa: set version string to 7.8-rc2 | Ian Romanick | 1 | -1/+1 | |
2010-03-16 | Remove nonexistant files from tarballs rule of Makefile | Ian Romanick | 1 | -15/+1 | |
The Makefile should eventually be fixed to stop building tarballs if one of the individual calls to tar fails. | |||||
2010-03-16 | mesa: set version string to 7.8-rc1 | Ian Romanick | 1 | -1/+1 | |
2010-02-26 | mesa: update tarball file list, bump version string | Brian Paul | 1 | -7/+6 | |
2010-02-26 | drop header files and demos for dropped window systems | George Sapountzis | 1 | -1/+0 | |
2010-02-26 | drop linux-solo configs | George Sapountzis | 1 | -3/+0 | |
2010-02-25 | Drop classic mesa svga driver | Kristian Høgsberg | 1 | -2/+0 | |
2010-02-25 | Drop glide driver | Kristian Høgsberg | 1 | -3/+0 | |
2010-02-25 | Remove GGI support | Kristian Høgsberg | 1 | -11/+0 | |
2010-02-25 | Remove dos driver | Kristian Høgsberg | 1 | -3/+0 | |
2010-02-25 | Remove directfb support | Kristian Høgsberg | 1 | -7/+1 | |
2010-02-24 | glapi: fix es after mv | George Sapountzis | 1 | -3/+3 | |
2010-02-14 | makefiles: Don't complaint about changing configs if the same one is reselected. | José Fonseca | 1 | -4/+7 | |
Otherwise it creates unnecessary pain when automating builds in a build server/farm. | |||||
2010-02-11 | mesa: remove darwin-x86ppc and dangling darwin refs in Makefile | Brian Paul | 1 | -2/+0 | |
2010-02-09 | Retire miniglx and move the actual glx code up to src/glx | Kristian Høgsberg | 1 | -3/+3 | |
2010-01-31 | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 1 | -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 | |||||
2010-01-12 | Merge branch 'master' into opengl-es-v2 | Chia-I Wu | 1 | -7/+9 | |
Conflicts: src/mesa/main/dd.h | |||||
2010-01-08 | Merge remote branch 'origin/master' into lp-binning | José Fonseca | 1 | -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 | |||||
2010-01-07 | makefile: added src/glsl/Makefile.template to tarball list | Brian Paul | 1 | -0/+1 | |
2010-01-05 | Clean up ES_FILES. | Chia-I Wu | 1 | -2/+2 | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-12-22 | Merge branch 'i965g-restart' | Keith Whitwell | 1 | -0/+1 | |
Conflicts: configure.ac | |||||
2009-12-21 | Merge branch 'mesa_7_7_branch' | Brian Paul | 1 | -1/+1 | |
Conflicts: src/mesa/main/version.h src/mesa/state_tracker/st_atom_shader.c | |||||
2009-12-21 | Merge commit 'origin/master' into i965g-restart | Keith Whitwell | 1 | -5/+2 | |
Conflicts: SConstruct configs/default configs/linux-dri | |||||
2009-12-18 | llvmpipe: added linux-llvm-debug configuration | Brian Paul | 1 | -0/+1 | |
2009-12-12 | Remove grammar module -- no dependencies left. | Michal Krol | 1 | -1/+0 | |
2009-12-12 | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol | 1 | -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 | |||||
2009-12-10 | Build mesa glsl with make. | michal | 1 | -0/+4 | |
Still don't know how to add glsl to mesa dependencies. | |||||
2009-12-07 | mesa: set version string to 7.7-rc1 | Ian Romanick | 1 | -1/+1 | |
Also modify the Makefile to use the correct version for the tarballs. | |||||
2009-11-30 | Merge branch 'mesa_7_6_branch' into mesa_7_7_branch | Ian Romanick | 1 | -5/+2 | |
Conflicts: progs/util/shaderutil.c src/mesa/drivers/dri/r600/r600_context.c src/mesa/main/version.h | |||||
2009-11-19 | mesa: omit VC6, VC7 project files from tarballs | Brian Paul | 1 | -5/+2 | |
Only VC8 project file is known to work. | |||||
2009-11-06 | Add new config for OpenGL ES. | Chia-I Wu | 1 | -0/+1 | |
Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||||
2009-11-05 | mesa/es: Add OpenGL ES overlay. | Chia-I Wu | 1 | -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> | |||||
2009-11-04 | i965g: add standalone xlib debug winsys | Keith Whitwell | 1 | -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. | |||||
2009-10-14 | mesa: assorted top-level Makefile clean-ups | Brian Paul | 1 | -11/+11 | |
2009-10-01 | mesa: add progs/objviewer to tarball list | Brian Paul | 1 | -0/+6 | |
2009-09-29 | mesa: bump version to 7.6.1 | Brian Paul | 1 | -1/+1 | |
2009-09-28 | Prep for 7.6 release | Ian Romanick | 1 | -1/+1 | |
2009-09-10 | Merge branch 'mesa_7_6_branch' | Brian Paul | 1 | -0/+1 | |
2009-09-09 | mesa: include new u_format.csv file in tarballs | Brian Paul | 1 | -0/+1 | |
2009-09-08 | mesa: bump version to 7.7 | Brian Paul | 1 | -1/+1 | |
2009-08-24 | mesa: add new program parser sources to tarball | Brian Paul | 1 | -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. | |||||
2009-08-14 | mesa: make sure r300/compiler/ sources are included in tarball | Thierry Vignaud | 1 | -0/+2 | |
2009-08-13 | mesa: added *.shtest files to demo tarball | Brian Paul | 1 | -0/+1 | |
2009-07-28 | Merge branch 'mesa_7_5_branch' | Brian Paul | 1 | -0/+10 | |
Conflicts: Makefile configs/default docs/relnotes.html src/mesa/main/version.h | |||||
2009-07-23 | mesa: include glew headers in MesaDemos tarballs | Brian Paul | 1 | -0/+3 | |
2009-07-22 | mesa: bump version to 7.5.1 | Brian Paul | 1 | -1/+1 | |
2009-07-22 | mesa: include GLEW sources in MesaDemos tarball | Brian Paul | 1 | -0/+7 | |