InitProcess() should fail if InitThread() does.
[platform/upstream/glslang.git] / SPIRV /
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-20 John KessenichMerge pull request #10 from baldurk/osinclude-common...
2015-11-16 baldurkRemove include_directories from CMakeLists, to enforce...
2015-11-16 baldurkRemove unnecessary include path relative to root
2015-11-16 John KessenichSPIR-V: Move from Version .99 Rev 31 to Version 1.0...
2015-10-26 John KessenichMerge pull request #85 from mgadams/gcc_build_fixes
2015-10-26 Mark AdamsVarious build fixes when using newer GCC versions with...
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-10-13 John KessenichAdd comment that was missed in previous commit.
2015-10-13 John KessenichSPV constants and constOffsets completion: isConstant...
2015-10-13 John KessenichMerge pull request #81 from amdrexu/myfix
2015-10-11 Rex XuGenerate correct image operand mask for Offset and...
2015-09-22 John KessenichSPV: Fix missing 'Member' operand to OpArrayLength.
2015-09-21 John KessenichSPV 31: Remove obsolete and unused ../SPIRV/GLSL450Lib.h.
2015-09-21 John KessenichMerge pull request #75 from google/fix-vs2013-debug
2015-09-21 John KessenichSPV: Remove old Rev. 30 header spirv.h (glslang has...
2015-09-18 Andrew WoloszynFixed subtle issue that causes tests to fail in VS2013...
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 legacy texturing: Smear result of Op*Dref* up to...
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-17 John KessenichMerge pull request #57 from google/glslang-android
2015-08-17 Andrew WoloszynFixes for compiling glslang on Android.
2015-08-11 John KessenichMerge pull request #54 from mknejp/master
2015-08-11 John KessenichMerge pull request #55 from srk-lunarg/v31_type_fixes
2015-08-11 SteveAdd missing OpTypeSampledImage to prevent unknown type...
2015-08-11 Miro KnejpSPIR-V: Return undefined values from implicit returns...
2015-08-10 John KessenichArray of array: Implement the core functionality: types...
2015-08-07 John KessenichAdd new SPIR-V 31 files.
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-08-05 John KessenichMerge pull request #46 from google/include-directive
2015-08-03 John KessenichRevisioning: Include GLSL.std.450 version. Also, the...
2015-07-23 John KessenichAST -> SPV: Add basic atomic_uint and atomic*() built...
2015-07-22 John KessenichPortability: Remove unneeded "= default" to work with...
2015-07-22 John KessenichMerge pull request #31 from google/explicit-extension...
2015-07-22 John KessenichMerge pull request #33 from google/spv-builder-loop...
2015-07-22 David Netospv::Builder::Loop constructor inits all members.
2015-07-21 John KessenichSPV: Make previous commit compile with MSVC 2012.
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 KessenichMerge pull request #18 from srk-lunarg/v30_static_analy...
2015-07-15 SteveComment out some dead assignments per suggestion from...
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-11 John KessenichMerge pull request #5 from floooh/fix-clang-warnings
2015-07-11 Andre WeissflogFix most clang warnings
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-07-03 John KessenichMerge pull request #2 from nwnk/glext-compatibility
2015-07-03 John KessenichMerge pull request #3 from fkaa/include-fix
2015-07-02 Felix KaamanFix include directive depending on root folder name
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-06-09 John KessenichSPV compressor: Fixes a possible asserts. Attribution...
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-22 John Kessenichglsl -> SPV: fix OpVectorInsertDynamic result type...
2015-05-20 John KessenichCorrect some English spellings of SPIR-V.
2015-05-20 John KessenichSPV compression: Final check-in enabling this on MSVC...
next