platform/upstream/glslang.git
2016-09-14 Rex XuSPV: Support simultaneous l-value swizzle and dynamic...
2016-09-12 John KessenichHLSL: Register all entry-point in/out as part of the...
2016-09-11 John KessenichSPV: Fix issue #506: generalize struct deep copy to...
2016-09-10 John KessenichHLSL: Flatten vertex input and fragment output structures.
2016-09-09 John KessenichMerge pull request #505 from steve-lunarg/rowmajor...
2016-09-09 steve-lunargWIP: HLSL: Treat HLSL rows as GLSL columns.
2016-09-09 John KessenichHLSL: Report an error if SPIR-V for Vulkan wasn't selected.
2016-09-09 John KessenichMerge branch 'amdrexu-bugfix2'
2016-09-09 John KessenichMerge branch 'bugfix2' of https://github.com/amdrexu...
2016-09-09 John KessenichMerge pull request #503 from amdrexu/feature3
2016-09-09 Rex XuSPV: Use OpBitcast to implement 4 pack/unpack built...
2016-09-09 Rex XuPreprocessor: UINT_MAX is translated to constant incorr...
2016-09-05 John KessenichHLSL: Support register(..., spaceN) for setting the...
2016-09-05 John KessenichHLSL: Accept layout(...) also as a post-decl. Issue...
2016-09-05 John KessenichHLSL Non-Functional: Move to more robust capturing...
2016-09-05 John KessenichHLSL: Track binding numbers to struct instances; fixes...
2016-09-05 John KessenichMerge pull request #498 from amdrexu/bugfix
2016-09-05 Rex XuParser: Add 64-bit type conversion for specialization...
2016-09-03 John KessenichHLSL: Handle swizzles on vectors of size 1. Addresses...
2016-09-03 John KessenichHLSL: Fix issue #442, smear and truncate shape conversi...
2016-09-03 John KessenichHLSL: Handle "fake" entry points, by undoing their...
2016-09-03 John KessenichHLSL: Handle greater/less depth modes. Fixes issue...
2016-09-03 John KessenichHLSL: Error if funcion with return type doesn't return...
2016-09-03 John KessenichHLSL: Correct line numbers for function definitions.
2016-09-02 John KessenichSPV: Flatten structs for copy when they are GLSL type...
2016-09-02 John KessenichMerge pull request #495 from steve-lunarg/remapper...
2016-09-02 steve-lunargRemapper: move remapper tests into the glslangtests...
2016-09-01 John KessenichSPV: Tighten up number of struct-types declared based...
2016-08-31 John KessenichFront-ends: Remove now defunct afterEOF and related...
2016-08-30 John KessenichHLSL: Start location numbering with the entry-point...
2016-08-29 John KessenichHLSL: Remove recent change to put locations on SV_TARGET*.
2016-08-29 John KessenichHLSL: Create test results for the previous commits.
2016-08-29 John KessenichMerge branch 'dankbaker-HLSL_Semantic_Mapping'
2016-08-29 John KessenichMerge branch 'HLSL_Semantic_Mapping' of https://github...
2016-08-29 John KessenichMerge pull request #490 from KhronosGroup/hlsl-output...
2016-08-29 Dan BakerHLSL: Setting SV_DEPTHGREATEREQUAL and SV_DEPTHLESSEQUA...
2016-08-29 John KessenichMerge branch 'hlsl-output-return' of github.com:Khronos...
2016-08-29 John KessenichHLSL: Emulate write-to-output on return-from-entry...
2016-08-28 John KessenichHLSL: Emulate write-to-output on return-from-entry...
2016-08-26 John KessenichNon-functional: Add some missing const, related to... upstream/0.1
2016-08-26 John KessenichMerge pull request #488 from antiagainst/c4996-warning
2016-08-26 Lei ZhangDisable C4996 (secure CRT) recommendation on Windows...
2016-08-26 John KessenichMerge pull request #473 from steve-lunarg/remapper...
2016-08-26 John KessenichHLSL: Include shape-changing conversions in overloaded...
2016-08-25 Dan BakerHLSL: Format updates and some minor adjustments to...
2016-08-25 John KessenichHLSL: Allow arbitrary baseType -> baseType conversion...
2016-08-25 steve-lunargWIP: SPV Remapper: add remapper test framework
2016-08-25 Dan BakerFirst stab at system value interpretation
2016-08-25 John KessenichMerge pull request #483 from steve-lunarg/precise-fix-2
2016-08-25 steve-lunargHLSL: add precise keyword
2016-08-25 John KessenichHLSL: Switch to generic selector, but using GLSL #versi...
2016-08-24 John KessenichMerge branch 'overloaded-400' of github.com:KhronosGrou...
2016-08-24 John KessenichFront-end: Warn for likely missed change in default...
2016-08-24 John KessenichVulkan: Have desktop shaders respect precision qualifiers.
2016-08-24 John KessenichFront-End: Non-ES trigger for processing precision...
2016-08-23 John KessenichNon-functional: Fix commit 98f164ec488f85af5a44b701477a...
2016-08-23 John KessenichMerge pull request #461 from dankbaker/Error_Message_Fi...
2016-08-23 John KessenichMerge pull request #476 from steve-lunarg/string-literals
2016-08-23 John KessenichMerge pull request #477 from amdrexu/bugfix
2016-08-23 Rex XuSPV: Some group invocation operations should be applied...
2016-08-22 steve-lunargHLSL: Add EHTokStringConstant, so that string attribute...
2016-08-21 John KessenichFront-end: Add a function selector under implicit type...
2016-08-21 dankbakerHLSL and standalone, modifying Standalone to send filen...
2016-08-19 John KessenichFront-end/Non-functional: Add some const/auto, useful...
2016-08-17 John KessenichHLSL: Partially address issue #463: accept GLSL layout...
2016-08-17 John KessenichMerge pull request #471 from steve-lunarg/remapper...
2016-08-17 steve-lunargWIP: SPIRV remapper: allow 64 bit literals in OperandVa...
2016-08-15 John KessenichMerge pull request #467 from dankbaker/HLSL_Changing_de...
2016-08-15 Dan BakerUpdating tests, sadly every single HLSL test needs...
2016-08-15 Dan BakerHLSL: Changing SPIRV source language to unkown
2016-08-15 John KessenichMerge pull request #466 from baldurk/minor-msvc-warning-fix
2016-08-15 baldurkfix x64 warning about conversion size_t -> int
2016-08-12 John KessenichMerge pull request #458 from dneto0/revert-remap-64bit...
2016-08-12 David NetoRevert "Merge pull request #456 from steve-lunarg/remap...
2016-08-12 John KessenichMerge pull request #456 from steve-lunarg/remapper...
2016-08-12 steve-lunargSPIRV: allow 64 bit literals in OperandVariableLiteralI...
2016-08-11 John KessenichMerge pull request #450 from dankbaker/standalone_change
2016-08-11 Dan BakerStandalong: Changing -T to -S since it's a stage now...
2016-08-11 Dan BakerStandalone: Changing some comments and user strings
2016-08-11 Dan BakerChanging target to stage
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
2016-08-11 John KessenichMerge branch 'cpp-headers'
2016-08-11 John KessenichMerge pull request #451 from steve-lunarg/stagemask-all
2016-08-11 steve-lunargHLSL: Put intrinsics in symbol table for all stages
2016-08-10 John KessenichInfrastructure: Make shared symbol-table cache complete...
2016-08-09 John KessenichMerge pull request #448 from steve-lunarg/promotions
2016-08-09 steve-lunargHLSL: add implicit promotions for assignments and funct...
2016-08-09 dankbakerAllowing explicit specification of shader compiltion...
2016-08-08 John KessenichFront-end: Fix issue #443: dvec3 uses only 2 components...
2016-08-08 John KessenichTests: Test base case for fixing issue #443.
2016-08-08 John KessenichHLSL: Smear scalars to match vectors for relational...
2016-08-05 John KessenichWhitespace: Nonfunctional: fix inconsistent white space...
2016-08-05 John KessenichMerge pull request #436 from dankbaker/master
2016-08-05 John KessenichTests: Add some location-decoration tests, to aid PR...
2016-08-05 John KessenichBuild: C++ headers: Replace PR #366 with a more directe...
2016-08-05 Dan BakerMerge branch 'master' of https://github.com/dankbaker...
2016-08-05 dankbakerMerge pull request #2 from KhronosGroup/master
2016-08-05 Dan BakerCommenting out attempt to parse DX9 samplers, since...
2016-08-05 John KessenichPP: Add missing atoms that effect -E mode.
2016-08-03 John KessenichMerge pull request #429 from steve-lunarg/samplers.sm5
next