summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glslcompiler/Makefile
AgeCommit message (Collapse)Author
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt
2010-05-07glapi: Move to src/mapi/.Chia-I Wu
Move glapi to src/mapi/{glapi,es1api,es2api}.
2010-03-22glslcompiler: fix build againBrian Paul
Simply use the libglapi.a archive instead of individual .o files. Fixes the non-debug build.
2010-03-22glslcompiler: fix build breakageBrian Paul
2010-03-22glslcompiler: fix build breakageBrian Paul
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee
Signed-off-by: Brian Paul <brianp@vmware.com>
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul
2008-05-07Never fail `make clean'Dan Nicholson
Mostly some pedantic changes such that `make clean' always ignores errors. Also changed the top clean target to do the `touch configs/current' dance instead of realclean.
2007-02-17stand-alone GLSL compilerBrian