Age | Commit message (Expand) | Author |
2010-08-17 | mesa: fix es1/2 build hopefully | Dave Airlie |
2010-07-26 | Merge remote branch 'origin/master' into glsl2 | Eric Anholt |
2010-07-23 | gallium: Fix build with llvm installed in non-standard location | Christopher James Halse Rogers |
2010-06-25 | glsl2: Start integrating ir_to_mesa.cpp into shader_api.h | Eric Anholt |
2010-06-24 | glsl2: Replace the GLSL compiler with the glsl2 project. | Eric Anholt |
2010-06-10 | mesa: move shader/slang/* sources to main/slang/* | Brian Paul |
2010-05-31 | Update OpenGL ES headers. | Chia-I Wu |
2010-05-12 | mesa/es: Merge back to core mesa. | Chia-I Wu |
2010-05-11 | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg |
2010-05-08 | mapi: Add install rules for OpenGL ES. | Chia-I Wu |
2010-05-07 | glapi: Move to src/mapi/. | Chia-I Wu |
2010-05-03 | Generate es glapi files when es1 or es2 is enabled | Kristian Høgsberg |
2010-05-02 | Hook in install rules for es1 and es2 | Kristian Høgsberg |
2010-05-02 | Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 | Kristian Høgsberg |
2010-04-28 | gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files | Kristian Høgsberg |
2010-04-28 | configure.ac: Add options to enable GLES1/2 API support | Kristian Høgsberg |
2010-04-27 | mesa: Move get_es*.c to main/ | Kristian Høgsberg |
2010-04-27 | mesa: Move api_exec_es*.c into mesa/main | Kristian Høgsberg |
2010-02-27 | mesa: remove libmesagallium.a on make clean | Marcin Slusarz |
2010-02-18 | mesa: silence mklib output for libglapi.c as for other targets | Brian Paul |
2010-01-08 | Merge branch 'mesa_7_7_branch' | Brian Paul |
2010-01-08 | mesa: Ensure libmesagallium.a is finished building before descending | Dan Nicholson |
2009-12-12 | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol |
2009-12-10 | mesa: added new libglslpp.a and libglslcl.a to libGL build | Brian Paul |
2009-12-10 | Build mesa glsl with make. | michal |
2009-10-23 | glapi: Always build libglapi.a. | Chia-I Wu |
2009-06-01 | Use separate $(MINSTALL) for installing libraries | Dan Nicholson |
2009-04-29 | Use variable library name in pkg-config output. | Tom Fogal |
2009-03-07 | mesa: use @ to silence some Makefile output | Brian Paul |
2009-02-09 | mesa: build/use libmesagallium.a for gallium builds | Brian Paul |
2009-02-09 | mesa: added new linux-gallium and linux-gallium-debug configs | Brian Paul |
2009-01-02 | mesa: remove redudant lines for libglapi.a | Brian Paul |
2008-12-16 | mesa: remove redundant Makefile lines | Brian Paul |
2008-12-15 | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane |
2008-12-14 | Add OSMesa pkg-config file | Dan Nicholson |
2008-12-14 | Add more package metadata to the pkg-config files | Dan Nicholson |
2008-09-11 | mesa: use sources.mak -- need to figure out how to support non-gallium builds... | Keith Whitwell |
2008-09-11 | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell |
2008-08-12 | Fixed 'make install' for darwin | Jeremy Huddleston |
2008-08-12 | mesa: Rename sources to sources.mak. | José Fonseca |
2008-07-12 | Call mklib with $(SHELL) so the user controls the interpreter | Dan Nicholson |
2008-07-11 | Remove generated pkg-config files on `make clean' | Dan Nicholson |
2008-07-06 | Set library and header installation directories from configuration | Dan Nicholson |
2008-06-23 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Brian Paul |
2008-06-23 | Ensure all objects are built when installing DRI | Dan Nicholson |
2008-06-22 | Ensure all objects are built when installing DRI | Dan Nicholson |
2008-06-22 | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Dan Nicholson |
2008-06-15 | No more drivers/xorg | Dan Nicholson |
2008-06-13 | mesa: Fix libglapi.a build for dri | Jakob Bornecrantz |
2008-06-13 | gallium: another attempt at fixing libglapi.a compilation for DRI builds | Brian Paul |