aboutsummaryrefslogtreecommitdiff
path: root/glslc
AgeCommit message (Expand)Author
2016-11-28Update tests for more strict glslangDavid Neto
2016-11-18Add -flimit to glslc to support shader resource limits.David Neto
2016-11-16Add -fentry-point to glslcDavid Neto
2016-11-16Update READMEs.Lei Zhang
2016-10-24glslc: expose HLSL compilation support from GlslangDavid Neto
2016-09-26Address comments about glslc doc.Lei Zhang
2016-09-23Add glslc support for -O.Lei Zhang
2016-09-23Enable output diff in expect.ValidFileContents.Lei Zhang
2016-09-20Update glslang error messages about entry pointsDavid Neto
2016-08-10Invoke python via PYTHON_EXE discovered by cmakeDavid Neto
2016-08-05Fix SHADERC_SKIP_TESTS configuration to actually skip all tests.Lei Zhang
2016-07-15Fix test failures due to glslang behaviour change.Lei Zhang
2016-07-15Address pep8 warnings about in option_dash_E.py.Lei Zhang
2016-06-20Fix tests for catching up with the master of glslang.Lei Zhang
2016-05-18-mfmt=bin/c/num to select binary output formatqining
2016-04-22Update glslc manual about assembling support.Lei Zhang
2016-04-21Add support for assembly files in glslc.Lei Zhang
2016-04-13Support Glslang with its new HLSL parser libraryDavid Neto
2016-04-12Test Vulkan-specific shadersDavid Neto
2016-04-11Enable dependency info dumping tests for abspathqining
2016-04-11Remove revision from SPV_ENV_*.Dejan Mircevski
2016-04-07Add -I to the glslc synopsis.Dejan Mircevski
2016-04-07Improve the #include behaviour description.Dejan Mircevski
2016-04-04libspirv.h in SPIRV-Tools removed macros for version and revision.Lei Zhang
2016-03-31Enabled relative includes in glslc.Andrew Woloszyn
2016-03-29Update the interface to handle the new Glslang includer.Andrew Woloszyn
2016-03-07Imporve compatibility with Python3.Lei Zhang
2016-02-25Fix various issues reported by cppcheck.Lei Zhang
2016-02-24Install glslc when installing other binaries.Andrew Woloszyn
2016-02-24Use raw string literal to store help messages.Lei Zhang
2016-02-24Fixed CMake to use PYTHON_EXECUTABLE everywhere.Andrew Woloszyn
2016-02-23Add one-line overview to glslc help textDavid Neto
2016-02-22Use statically typed compilation results in C++ APIDavid Neto
2016-02-19Minor enhancements involving finder and includer.Lei Zhang
2016-02-19Implement glslc --version.Dejan Mircevski
2016-02-18Rearrange libshaderc header files.David Neto
2016-02-17Remove caching of macro names and values in glslcqining
2016-02-17Rename spv module to compilation resultqining
2016-02-17Fix the document for option -M.qining
2016-02-16Fixed uninitialized memory that caused windows build failures.Andrew Woloszyn
2016-02-15Change assembly output file extension from .s to .spvasmqining
2016-02-11Add dumping dependency info option (-M, -MD, etc) for glslc, like rules requi...qining
2016-02-08Drop -working-directory command line option and simplify the process toqining
2016-02-03Glslang rejects SPIR-V compilation on old shadersDavid Neto
2016-02-03add another checking class for glslc which only expect a specified substring ...qining
2016-02-01Add --target-env option to glslcqining
2016-02-01Remove dead includesDavid Neto
2016-01-27port glslc from libhshaderc_util to libshadercqining
2016-01-26Qualify CMake function names with "shaderc" to avoid conflictions.Lei Zhang
2016-01-22Disassemble SPIR-V binary using SPIRV-Tools.Lei Zhang