SPV GLSL.std.450: Add needed smear operations for min, max, clamp, mix, step, and...
[platform/upstream/glslang.git] / SPIRV / GlslangToSpv.cpp
2015-12-13 John KessenichSPV GLSL.std.450: Add needed smear operations for min...
2015-12-13 John KessenichSPV texturing: Use comp. 2 as the 3rd comp. for Dref...
2015-12-12 John KessenichSPV: Implement all matrix operators {+,-,*,/} for ...
2015-12-09 John KessenichSPV: Protect getStorageClass() with a test that the...
2015-12-09 John KessenichSPV: Implement OpImage functionality (emit before query).
2015-12-08 John KessenichMerge pull request #113 from amdrexu/feature
2015-12-08 Rex XuSPV: Implement GLSL interpolation built-in functions.
2015-12-07 John KessenichMerge pull request #111 from dneto0/issue-110-frexp-fix
2015-12-07 David NetoAvoid read past end of operands vector for EOpFrexp
2015-12-07 John KessenichSPV: Fix extra operands when using the "struct" form...
2015-12-07 John KessenichSPV: Distinguish between std140 and std430 layouts...
2015-12-07 John KessenichMerge pull request #100 from mawww/scanner-optim
2015-11-23 John KessenichMerge pull request #98 from amdrexu/myfix
2015-11-22 Rex XuSPV: Fix an issue related with using CubeArrayShadow...
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2015-10-15 John KessenichSPV: Implement short circuiting of && and || when emitt...
2015-10-14 John KessenichGL_ARB_shader_draw_parameters: From @amdrexu, implemen...
2015-10-13 John KessenichSPV: Add modes for spacing, depth, depth replacing...
2015-09-22 John KessenichSPV: Fix missing 'Member' operand to OpArrayLength.
2015-09-16 John KessenichSPV: Generate the LocalSize Execution Mode for compute...
2015-09-16 John KessenichSPV: Minor corrections to previous big merge for images...
2015-09-16 John KessenichMerge pull request #71 from amdrexu/mywork
2015-09-16 Rex XuAdd new test case for image functions and fix issues...
2015-09-16 Rex XuMerge master branch from upstream
2015-09-16 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-16 Rex XuFix issues from review comments and those relevant...
2015-09-15 John KessenichSPV OpAtomicCompareSwap: Generate correct operand order...
2015-09-15 John KessenichSPV return from main: Simplify a legacy design such...
2015-09-14 Rex XuMerge master branch from upstream
2015-09-14 Rex XuMerge remote-tracking branch 'upstream/master'
2015-09-13 John KessenichSPV: Reduce spurious type generation by removing interm...
2015-09-13 John KessenichSPV arrays: Add support for runtime-sized array types...
2015-09-11 John KessenichSPV: Correct generation of transparent offsets for...
2015-09-10 Rex XuMerge pull request #1 from KhronosGroup/master
2015-09-09 John KessenichSPV: Only decorate array and matrix strides for transpa...
2015-09-09 John KessenichMerge pull request #69 from jekstrand/texel-fetch
2015-09-09 John KessenichMerge pull request #68 from jekstrand/stride-decorations
2015-09-09 Rex XuSPIRV: Add the support of missing image functions #72
2015-09-06 Rex XuSPIRV: Token layout of OpAtomicXXX instructions is...
2015-09-05 Jason EkstrandSPIRV: Add support for texelFetch
2015-09-05 Jason EkstrandSPIRV: Decorate matrices and arrays with their strides
2015-08-19 John KessenichFix misspelled EOpFrexp and EOpLdexp.
2015-08-19 John KessenichBackward incompatible: Turn on PureOperatorBuiltins...
2015-08-10 John KessenichArray of array: Implement the core functionality: types...
2015-08-07 John KessenichMove to revision 31 of SPIR-V.
2015-08-07 John KessenichMerge pull request #53 from google/get-string-name...
2015-08-07 John KessenichFixes to 8f1684b7bb881813365efd013b05bc0900a52a0c,...
2015-08-07 John KessenichMerge pull request #52 from baldurk/gcc-warn-fixes
2015-08-05 baldurkCompile fixes for gcc -Wall
2015-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-21 John KessenichMerge pull request #22 from google/structured-do-while
2015-07-19 John KessenichPerformance: Simple upgrade/cleanup of stl c++11 contai...
2015-07-17 David NetoGenerate correctly structured do-while loops.
2015-07-15 John KessenichInclude specification revision as part of the version...
2015-07-15 John KessenichMerge pull request #16 from google/pp-directive
2015-07-14 John KessenichMerge pull request #15 from google/preprocessing-error
2015-07-14 John KessenichMerge pull request #14 from google/extensionturnedon
2015-07-14 John KessenichMerge pull request #11 from baldurk/size-t-int-warning...
2015-07-13 John KessenichFix incorrect used of snprintf()
2015-07-13 John KessenichUpdated command-line options, adding -o for saving...
2015-07-12 baldurkon x64, size_t is 64-bit and int is 32-bit, so needs...
2015-07-11 John KessenichMerge pull request #4 from baldurk/relative-include...
2015-07-08 baldurkinclude by relative path, so root doesn't need to be...
2015-07-07 John KessenichFront-end: move to rational internal array-of-array...
2015-07-04 John Kessenichglslang -> SPIR-V: smear scalars for integer (scalar...
2015-06-26 John KessenichFinal round for line endings.
2015-06-13 John Kessenichglslang -> SPV: swap arguments as needed for OpVectorTi...
2015-06-12 John Kessenichglslang -> SPV: fix degenerate switch topologies (bug...
2015-06-10 John Kessenichglslang portability: Fixed a slew of OSX compilation...
2015-06-10 John Kessenichglslang portability: Resolve OSX errors, some other...
2015-05-22 John Kessenichglslang -> SPV: Improvements in swizzles on access...
2015-05-22 John Kessenichglslang -> SPV: add decorations for built-ins that...
2015-05-22 John Kessenichglslang -> SPV: translate the source profile to the...
2015-05-18 John Kessenichglslang -> SPV: Use the new TBuiltInVariable instead...
2015-05-18 John Kessenichglslang: Fix a few more warnings, and see it using...
2015-05-15 John Kessenichglslang -> SPV: improved support for do-while/continue...
2015-05-15 John Kessenichglslang: Fix over 100 warnings from MSVC warning level 4.
2015-04-27 John KessenichSPV: Emit layout(index=) as Index decoration.
2015-04-01 John Kessenichglslang -> SPIR-V: some built-in decoration code was...
2015-03-30 John Kessenichglslang AST -> SPIR-V: Move to new auto-generated offic...
2015-03-24 John Kessenichglslang -> SPIR-V: Correct code generated for EmitStrea...
2015-03-03 John KessenichglslangValidator: Add straightforward SPIR-V support...