summaryrefslogtreecommitdiff
path: root/src/mesa/Makefile
AgeCommit message (Expand)AuthorFilesLines
2011-08-13glapi: generate ES dispatch headers from core mesaChia-I Wu1-0/+20
2011-07-28Add dependency generation for Mesa and GLSL dricore objects.Eric Anholt1-2/+3
2011-05-18mesa: check that flex/bison are installedBrian Paul1-2/+2
2011-03-16autoconf: don't use CFLAGS for cpp filesTobias Droste1-1/+1
2011-03-01mesa: Fix build breakage caused by c73e6ceIan Romanick1-0/+6
2011-02-11mesa: Optionally build a dricore support library (v3)Christopher James Halse Rogers1-8/+44
2011-01-31Remove talloc from the make and automake build systems.Kenneth Graunke1-1/+1
2011-01-10Export TLS support in gl.pc.Tom Fogal1-0/+1
2011-01-10mesa: Remove GLES overlay.Chia-I Wu1-75/+2
2010-11-09mesa: Add talloc includes for glesThomas Hellstrom1-2/+2
2010-10-19mesa: Make sure we have the talloc cflags when using the talloc headersThomas Hellstrom1-1/+1
2010-09-12mesa: Fix depend.es[12] generation when LLVM is enabled.Chia-I Wu1-29/+26
2010-08-17mesa: fix es1/2 build hopefullyDave Airlie1-0/+8
2010-07-26Merge remote branch 'origin/master' into glsl2Eric Anholt1-0/+7
2010-07-23gallium: Fix build with llvm installed in non-standard locationChristopher James Halse Rogers1-0/+7
2010-06-25glsl2: Start integrating ir_to_mesa.cpp into shader_api.hEric Anholt1-0/+2
2010-06-24glsl2: Replace the GLSL compiler with the glsl2 project.Eric Anholt1-9/+10
2010-06-10mesa: move shader/slang/* sources to main/slang/*Brian Paul1-2/+2
2010-05-31Update OpenGL ES headers.Chia-I Wu1-2/+2
2010-05-12mesa/es: Merge back to core mesa.Chia-I Wu1-14/+90
2010-05-11mesa: Optimize get.c by using a table-driven approachKristian Høgsberg1-6/+0
2010-05-08mapi: Add install rules for OpenGL ES.Chia-I Wu1-46/+0
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-15/+4
2010-05-03Generate es glapi files when es1 or es2 is enabledKristian Høgsberg1-1/+7
2010-05-02Hook in install rules for es1 and es2Kristian Høgsberg1-0/+6
2010-05-02Add glesv2.pc and glesv1_cm.pc pkg-config files for ES 1 and 2Kristian Høgsberg1-6/+22
2010-04-28gles: Build libGLESv1_CM.so and libGLESv2.so from glapi filesKristian Høgsberg1-0/+24
2010-04-28configure.ac: Add options to enable GLES1/2 API supportKristian Høgsberg1-0/+1
2010-04-27mesa: Move get_es*.c to main/Kristian Høgsberg1-0/+5
2010-04-27mesa: Move api_exec_es*.c into mesa/mainKristian Høgsberg1-0/+6
2010-02-27mesa: remove libmesagallium.a on make cleanMarcin Slusarz1-1/+1
2010-02-18mesa: silence mklib output for libglapi.c as for other targetsBrian Paul1-1/+1
2010-01-08Merge branch 'mesa_7_7_branch'Brian Paul1-1/+1
2010-01-08mesa: Ensure libmesagallium.a is finished building before descendingDan Nicholson1-1/+1
2009-12-12Merge branch 'master' into glsl-pp-rework-2Michal Krol1-5/+1
2009-12-10mesa: added new libglslpp.a and libglslcl.a to libGL buildBrian Paul1-5/+4
2009-12-10Build mesa glsl with make.michal1-4/+11
2009-10-23glapi: Always build libglapi.a.Chia-I Wu1-5/+1
2009-06-01Use separate $(MINSTALL) for installing librariesDan Nicholson1-2/+2
2009-04-29Use variable library name in pkg-config output.Tom Fogal1-1/+2
2009-03-07mesa: use @ to silence some Makefile outputBrian Paul1-1/+1
2009-02-09mesa: build/use libmesagallium.a for gallium buildsBrian Paul1-1/+2
2009-02-09mesa: added new linux-gallium and linux-gallium-debug configsBrian Paul1-0/+4
2009-01-02mesa: remove redudant lines for libglapi.aBrian Paul1-5/+1
2008-12-16mesa: remove redundant Makefile linesBrian Paul1-3/+1
2008-12-15Merge commit 'origin/master' into gallium-0.2Alan Hourihane1-4/+21
2008-12-14Add OSMesa pkg-config fileDan Nicholson1-3/+17
2008-12-14Add more package metadata to the pkg-config filesDan Nicholson1-1/+4
2008-09-11mesa: use sources.mak -- need to figure out how to support non-gallium builds...Keith Whitwell1-1/+1
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell1-1/+10