summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/glslcompiler
AgeCommit message (Expand)AuthorFilesLines
2010-08-20Remove remnants of the old glsl compiler.Eric Anholt2-479/+0
2010-07-09glslcompiler: Fix GCC warn_unused_result warning.Vinson Lee1-1/+5
2010-07-09glslcompiler: Fix memory leaks on error paths.Vinson Lee1-0/+2
2010-07-09glslcompiler: Remove unnecessary headers.Vinson Lee1-2/+0
2010-07-08glslcompiler: Fix build.Vinson Lee1-2/+2
2010-06-28mesa: initial support for ARB_geometry_shader4Zack Rusin1-3/+19
2010-06-10mesa: rename src/mesa/shader/ to src/mesa/program/Brian Paul1-2/+2
2010-05-07glapi: Move to src/mapi/.Chia-I Wu1-1/+2
2010-03-23glslcompiler: added option to do linking of vert/frag shadersBrian Paul1-12/+37
2010-03-22glslcompiler: fix build againBrian Paul1-7/+2
2010-03-22glslcompiler: fix build breakageBrian Paul1-0/+1
2010-03-22glslcompiler: fix build breakageBrian Paul1-1/+2
2010-03-03mesa: Remove support for creating color-index visualsIan Romanick1-2/+2
2010-02-19Replace _mesa_malloc, _mesa_calloc and _mesa_free with plain libc versionsKristian Høgsberg1-2/+2
2010-02-01glslcompiler: add glapi_nop.o to OBJECTSBrian Paul1-0/+1
2009-11-04glslcompiler: Fix Mac OS build.Vinson Lee1-1/+1
2009-03-19glslcompiler: added new options to override debug/optimization pragmasBrian Paul1-7/+36
2009-02-17glsl: added --params option to stand-alone GLSL compilerBrian Paul1-0/+8
2009-02-02mesa: fix stand-alone glslcompilerBrian Paul1-1/+1
2009-01-19mesa: fix build of stand-alone glslcompiler driverBrian Paul1-1/+1
2008-10-28mesa: fix stand-alone glslcompiler buildBrian Paul1-6/+2
2008-09-18mesa: prefix more #includes with "main/"Brian Paul1-5/+5
2008-05-07Never fail `make clean'Dan Nicholson1-1/+1
2007-02-22updated for vboBrian1-3/+8
2007-02-20remove accidental check-inBrian1-0/+0
2007-02-17stand-alone GLSL compilerBrian3-0/+397