| Commit message (Expand) | Author | Age | Files | Lines |
* | mesa: check that flex/bison are installed | Brian Paul | 2011-05-18 | 1 | -2/+2 |
* | autoconf: don't use CFLAGS for cpp files | Tobias Droste | 2011-03-16 | 1 | -1/+1 |
* | mesa: Fix build breakage caused by c73e6ce | Ian Romanick | 2011-03-01 | 1 | -0/+6 |
* | mesa: Optionally build a dricore support library (v3) | Christopher James Halse Rogers | 2011-02-11 | 1 | -8/+44 |
* | Remove talloc from the make and automake build systems. | Kenneth Graunke | 2011-01-31 | 1 | -1/+1 |
* | Export TLS support in gl.pc. | Tom Fogal | 2011-01-10 | 1 | -0/+1 |
* | mesa: Remove GLES overlay. | Chia-I Wu | 2011-01-10 | 1 | -75/+2 |
* | mesa: Add talloc includes for gles | Thomas Hellstrom | 2010-11-09 | 1 | -2/+2 |
* | mesa: Make sure we have the talloc cflags when using the talloc headers | Thomas Hellstrom | 2010-10-19 | 1 | -1/+1 |
* | mesa: Fix depend.es[12] generation when LLVM is enabled. | Chia-I Wu | 2010-09-12 | 1 | -29/+26 |
* | mesa: fix es1/2 build hopefully | Dave Airlie | 2010-08-17 | 1 | -0/+8 |
* | Merge remote branch 'origin/master' into glsl2 | Eric Anholt | 2010-07-26 | 1 | -0/+7 |
|\ |
|
| * | gallium: Fix build with llvm installed in non-standard location | Christopher James Halse Rogers | 2010-07-23 | 1 | -0/+7 |
| * | mesa: move shader/slang/* sources to main/slang/* | Brian Paul | 2010-06-10 | 1 | -2/+2 |
* | | glsl2: Start integrating ir_to_mesa.cpp into shader_api.h | Eric Anholt | 2010-06-25 | 1 | -0/+2 |
* | | glsl2: Replace the GLSL compiler with the glsl2 project. | Eric Anholt | 2010-06-24 | 1 | -9/+10 |
|/ |
|
* | Update OpenGL ES headers. | Chia-I Wu | 2010-05-31 | 1 | -2/+2 |
* | mesa/es: Merge back to core mesa. | Chia-I Wu | 2010-05-12 | 1 | -14/+90 |
* | mesa: Optimize get.c by using a table-driven approach | Kristian Høgsberg | 2010-05-11 | 1 | -6/+0 |
* | mapi: Add install rules for OpenGL ES. | Chia-I Wu | 2010-05-08 | 1 | -46/+0 |
* | glapi: Move to src/mapi/. | Chia-I Wu | 2010-05-07 | 1 | -15/+4 |
* | Generate es glapi files when es1 or es2 is enabled | Kristian Høgsberg | 2010-05-03 | 1 | -1/+7 |
* | Hook in install rules for es1 and es2 | Kristian Høgsberg | 2010-05-02 | 1 | -0/+6 |
* | Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2 | Kristian Høgsberg | 2010-05-02 | 1 | -6/+22 |
* | gles: Build libGLESv1_CM.so and libGLESv2.so from glapi files | Kristian Høgsberg | 2010-04-28 | 1 | -0/+24 |
* | configure.ac: Add options to enable GLES1/2 API support | Kristian Høgsberg | 2010-04-28 | 1 | -0/+1 |
* | mesa: Move get_es*.c to main/ | Kristian Høgsberg | 2010-04-27 | 1 | -0/+5 |
* | mesa: Move api_exec_es*.c into mesa/main | Kristian Høgsberg | 2010-04-27 | 1 | -0/+6 |
* | mesa: remove libmesagallium.a on make clean | Marcin Slusarz | 2010-02-27 | 1 | -1/+1 |
* | mesa: silence mklib output for libglapi.c as for other targets | Brian Paul | 2010-02-18 | 1 | -1/+1 |
* | Merge branch 'mesa_7_7_branch' | Brian Paul | 2010-01-08 | 1 | -1/+1 |
|\ |
|
| * | mesa: Ensure libmesagallium.a is finished building before descending | Dan Nicholson | 2010-01-08 | 1 | -1/+1 |
* | | Merge branch 'master' into glsl-pp-rework-2 | Michal Krol | 2009-12-12 | 1 | -5/+1 |
|\| |
|
| * | glapi: Always build libglapi.a. | Chia-I Wu | 2009-10-23 | 1 | -5/+1 |
* | | mesa: added new libglslpp.a and libglslcl.a to libGL build | Brian Paul | 2009-12-10 | 1 | -5/+4 |
* | | Build mesa glsl with make. | michal | 2009-12-10 | 1 | -4/+11 |
|/ |
|
* | Use separate $(MINSTALL) for installing libraries | Dan Nicholson | 2009-06-01 | 1 | -2/+2 |
* | Use variable library name in pkg-config output. | Tom Fogal | 2009-04-29 | 1 | -1/+2 |
* | mesa: use @ to silence some Makefile output | Brian Paul | 2009-03-07 | 1 | -1/+1 |
* | mesa: build/use libmesagallium.a for gallium builds | Brian Paul | 2009-02-09 | 1 | -1/+2 |
* | mesa: added new linux-gallium and linux-gallium-debug configs | Brian Paul | 2009-02-09 | 1 | -0/+4 |
* | mesa: remove redudant lines for libglapi.a | Brian Paul | 2009-01-02 | 1 | -5/+1 |
* | mesa: remove redundant Makefile lines | Brian Paul | 2008-12-16 | 1 | -3/+1 |
* | Merge commit 'origin/master' into gallium-0.2 | Alan Hourihane | 2008-12-15 | 1 | -4/+21 |
|\ |
|
| * | Add OSMesa pkg-config file | Dan Nicholson | 2008-12-14 | 1 | -3/+17 |
| * | Add more package metadata to the pkg-config files | Dan Nicholson | 2008-12-14 | 1 | -1/+4 |
* | | mesa: use sources.mak -- need to figure out how to support non-gallium builds... | Keith Whitwell | 2008-09-11 | 1 | -1/+1 |
* | | Merge branch 'gallium-0.1' into gallium-0.2 | Keith Whitwell | 2008-09-11 | 1 | -1/+10 |
|\ \
| |/
|/| |
|
| * | mesa: Rename sources to sources.mak. | José Fonseca | 2008-08-12 | 1 | -1/+1 |
| * | Don't make libmesa.a or libglapi.a depend on asm_subdirs | Brian Paul | 2008-06-23 | 1 | -2/+2 |