Add an option to set the base uniform location
[platform/upstream/glslang.git] / glslang /
2018-10-02 Neil RobertsAdd an option to set the base uniform location
2018-10-02 Neil RobertsAdd a command-line option to override uniform locations
2018-09-28 John KessenichMerge pull request #1507 from sparmarNV/fix-SPV_NV_mesh...
2018-09-27 Sahil ParmarBased on feedback rename checkShaderStageForNVExtension...
2018-09-26 Sahil ParmarCall checkShaderStageForNVExtensions() from function...
2018-09-26 John KessenichMerge pull request #1510 from Kangz/complete_lib
2018-09-26 Sahil Parmarchanges based on feedback
2018-09-26 John KessenichInterfaces: Remove NV_EXTENSIONS from two more headers.
2018-09-26 John KessenichMerge pull request #1508 from jeffbolznv/remove_ifdefs_...
2018-09-26 Jeff BolzRemove NV_EXTENSION ifdefs from ShaderLang.h
2018-09-26 John KessenichInterface: remove NV_EXTENSIONS from the resources...
2018-09-25 John KessenichMerge pull request #1506 from alelenv/master
2018-09-25 John KessenichMerge pull request #1505 from dj2/gn_build
2018-09-25 Sahil ParmarAdd ES 320 support and additional error checks for...
2018-09-25 Ashwin LeleFix missing case label for miss stage.
2018-09-24 Dan SinclairAdd BUILD.gn configuration.
2018-09-20 John KessenichSPIRV-Tools: Move to more recent (higher quality) version.
2018-09-20 John KessenichBump revision.
2018-09-19 John KessenichBump minor version.
2018-09-19 John KessenichMerge pull request #1499 from chaoc/nvidia_turing
2018-09-19 Chao ChenAdd-support-for-SPV_NV_shading_rate
2018-09-19 Chao ChenAdd-support-for-SPV_NVX_raytracing
2018-09-19 Chao ChenAdd-support-for-SPV_NV_mesh_shader
2018-09-19 Chao Chen0003-Add-support-for-SPV_NV_shader_image_footprint
2018-09-19 Chao ChenAdd-support-for-SPV_NV_compute_shader_derivatives
2018-09-19 Chao ChenAdd-support-for-SPV_NV_fragment_shader_barycentric
2018-09-13 John KessenichBump revision.
2018-09-13 John KessenichMerge pull request #1492 from NorbertGarnysAMD/shader_a...
2018-09-13 Norbert GarnysAdd GL_EXT_shader_atomic_int64
2018-09-11 John KessenichBump revision.
2018-09-10 John KessenichPrinting preprocessed shaders (not a supported path...
2018-09-07 John KessenichBump version and revision.
2018-09-07 John KessenichMerge branch 'jeffbolznv-memory_scope_semantics'
2018-09-07 Jeff BolzGL_KHR_memory_scope_semantics
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-31 John KessenichMerge pull request #1485 from karl-lunarg/karl-lunarg...
2018-08-30 John Kessenichbump revision
2018-08-30 John KessenichMerge pull request #1482 from KhronosGroup/validate
2018-08-30 John KessenichGLSL: Remove use of __ in the implementation of keyword...
2018-08-30 John KessenichGLSL: Remove use of __ in the implementation of keyword...
2018-08-23 John KessenichSPV: Isolate SPIRV-tools glue to its own file.
2018-08-22 John KessenichNon-functional: Rationalize some existing use of SPIRV...
2018-08-13 John KessenichBump version patch level.
2018-08-09 John KessenichBump revision.
2018-08-09 John KessenichMerge pull request #1466 from Kangz/warning_fixes
2018-08-09 Corentin WallezFix -Wignored-qualifier and -Wunused-variable warnings
2018-08-06 otakutoRemove execute permissions
2018-08-06 John KessenichMerge pull request #1460 from KhronosGroup/postprocess
2018-08-01 John KessenichMerge pull request #1459 from dgkoch/dgkoch_build_fixes4
2018-07-27 Daniel KochFix build warnings/errors:
2018-07-27 John KessenichMerge pull request #1457 from KhronosGroup/parse-floats
2018-07-27 John KessenichPP: Address #1456: Strip float suffixes before using...
2018-07-26 John KessenichPP: floating-point parsing: more stable handling of...
2018-07-25 John KessenichBump revision.
2018-07-25 John KessenichMerge pull request #1455 from TiemoJung/nullpointer_cra...
2018-07-25 John KessenichGLSL: No more restrictions on (non)shadow sampler const...
2018-07-25 t.jungFixes a crash when in/out varying variable had no seman...
2018-07-23 John KessenichMerge pull request #1451 from KhronosGroup/shadow-force...
2018-07-23 John KessenichGLSL: Construct shadow texture from non-shadow sampler.
2018-07-23 John KessenichGLSL/SPV: If a texture is used with a shadow sampler...
2018-07-20 John KessenichMerge branch 'master' of https://github.com/zeux/glslan...
2018-07-20 John KessenichMerge pull request #1450 from KhronosGroup/link-merge-all
2018-07-20 John KessenichLink: Merge all the settings in TIntermediate.
2018-07-19 John KessenichMerge pull request #1436 from karl-lunarg/karl-ccache
2018-07-19 John KessenichMerge pull request #1446 from KhronosGroup/spv-link
2018-07-19 John KessenichMerge pull request #1437 from mattparks/patch-2
2018-07-19 John KessenichLink/SPV: Correct symbol IDs on merging ASTs to a singl...
2018-07-12 John KessenichMerge pull request #1442 from dneto0/use-forked-android...
2018-07-12 John KessenichErrors and Build: Fix build warnings, which also improv...
2018-07-11 John KessenichMerge pull request #1438 from Think-Silicon/getUniformS...
2018-07-11 John KessenichHLSL: Fix #1432: Globally initialize local static varia...
2018-07-10 dmpakasReflection exposes the Shader Stages where a Uniform...
2018-07-03 John KessenichMerge pull request #1431 from KhronosGroup/implement...
2018-07-03 John KessenichImplement GL_EXT_shader_16bit_storage and GL_EXT_shader...
2018-07-03 John KessenichBump revision.
2018-07-03 John KessenichMerge pull request #1416 from aejsmith/samplerless...
2018-07-02 John KessenichMerge branch 'HaydnTrigg-patch-1'
2018-07-02 John KessenichMerge branch 'patch-1' of https://github.com/HaydnTrigg...
2018-07-02 John KessenichBump revision.
2018-07-02 John KessenichPP: Rationalize return values of MacroExpand.
2018-07-02 John KessenichPP/HLSL: Fix #1424: support comma in nested curly brace...
2018-07-01 Alex SmithAdd support for GL_EXT_samplerless_texture_functions
2018-06-29 Haydn TriggConstant.cpp Floating point divide by zero
2018-06-21 John KessenichMerge pull request #1411 from KhronosGroup/fix-literal...
2018-06-21 John KessenichBuild: Make literal casting have fewer warnings and...
2018-06-19 John KessenichBump revision.
2018-06-19 John KessenichRevert "GLSL: Fix #1279: refract does not have a double...
2018-06-15 John KessenichMerge pull request #1405 from Igalia/nroberts/amb-arrays
2018-06-14 Neil RobertsTake into account arrays of opaque types when reserving...
2018-06-12 John KessenichGLSL: Fix #1358: Support "struct name", where name...
2018-06-05 John KessenichSPV: Fix #1399 emit ImageGatherExtended when using...
2018-06-04 John KessenichFix #1395: GLSL volatile maps to SPIR-V Volatile and...
2018-06-04 John KessenichChange the major revision number for next commit.
2018-06-04 John KessenichBump revision.
2018-06-03 John KessenichMerge pull request #1397 from LoopDawg/warning-fix-4
2018-06-02 LoopDawgFix several signed/unsigned comparison compile warnings.
2018-06-01 John KessenichMerge pull request #1394 from greg-lunarg/kg20
2018-05-28 John KessenichFix #1391: Remove use of nonportable strnlen().
2018-05-28 John KessenichMerge pull request #876 from ligfx/cmaketargetincludedi...
2018-05-27 Michael MalteseCMake: use target_include_directories to expose includes
next