platform/upstream/glslang.git
2016-05-25 Thomas PerlCheck for linking multiple ES shaders to the same stage
2016-05-24 Thomas PerlFix test case for the "empty" linker test case
2016-05-24 Thomas PerlUse version/profile from first compilation stage
2016-05-24 Thomas PerlAdd test case: Link 2 ESSL fragment shader units
2016-05-24 John KessenichMerge pull request #306 from johnkslang/finish-spec...
2016-05-24 John KessenichVulkan: Finish semantics for what creates spec-const...
2016-05-23 John KessenichMerge pull request #305 from steve-lunarg/intrinsics
2016-05-23 LoopDawgAdd base class TParseables for intrinsic / builtin...
2016-05-23 John KessenichMerge pull request #302 from amdrexu/bugfix
2016-05-21 Rex XuSPV: Fix an issue of interpolation decoration.
2016-05-20 John KessenichKHR_vulkan_glsl: name mangle distinguish pure textures.
2016-05-20 John KessenichSPV: Don't put locations on OpTypeStruct. Related to...
2016-05-20 John KessenichMerge pull request #301 from dneto0/fix-android-build...
2016-05-20 David Netoatoi comes from stddef.h or cstddef
2016-05-20 John KessenichMerge pull request #297 from antiagainst/config-tests
2016-05-20 John KessenichMerge pull request #300 from Qining/fix-slow-down-in...
2016-05-20 qiningremove redundant 'return false'
2016-05-20 John KessenichHLSL: Add more matrix types to the grammar.
2016-05-20 John KessenichFull stack: distinguish between a scalar and a vector...
2016-05-20 qiningFix the slow down in noContraction propagation
2016-05-20 John KessenichSPV: Don't emit memory barrier for ESSL barrier(),...
2016-05-19 John KessenichMerge pull request #298 from thp/remove-unused-prototype
2016-05-19 Thomas PerlRemove declaration for ShGetPhysicalAttributeBindings
2016-05-19 Lei ZhangTest compiling shaders with given resource limits using...
2016-05-19 Lei ZhangRename DefaultResourceLimits.* to ResourceLimits.*.
2016-05-19 John KessenichMerge pull request #288 from thp/attribute-reflection
2016-05-19 Thomas PerlUpdate test cases for vertex attribute reflection
2016-05-19 Thomas PerlAdd support for querying vertex attributes in reflectio...
2016-05-19 John KessenichMerge pull request #295 from amdrexu/bugfix
2016-05-19 John KessenichMerge pull request #293 from antiagainst/link-tests
2016-05-19 Rex XuParser: Redeclaration of gl_CullDistance is disallowed...
2016-05-19 Lei ZhangRun link tests in the GTest framework.
2016-05-19 John KessenichMerge pull request #294 from scyganINTEL/scygan-fix...
2016-05-18 scyganFix missing location decoration for structures put...
2016-05-17 Lei ZhangFix several comments in GTest fixture.
2016-05-17 John KessenichNon-functional: Fix some comments English and brace...
2016-05-17 John KessenichMerge branch 'scyganINTEL-struct_member_decorations'
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-17 John KessenichMerge pull request #286 from amdrexu/bugfix
2016-05-17 Rex XuSPV: Correct an issue in createUnaryMatrixOperation().
2016-05-17 John KessenichMerge pull request #285 from baldurk/vs2010-fixes
2016-05-17 John KessenichSPV: Don't add clip/cull distance capabilities unless...
2016-05-16 John KessenichTests: Add a set of gtest-file-based HLSL tests.
2016-05-16 baldurkCompile fix - if _MSC_VER is undefined, _MSC_VER <...
2016-05-16 baldurk[VS2010] Define strtoll() and atoll() functions
2016-05-16 baldurk[VS2010] Locally define std::to_string on VS2010 as...
2016-05-16 baldurk[VS2010] Remove use of ranged-for loops
2016-05-16 baldurk[VS2010] Remove use of "= default" and "= delete"
2016-05-16 baldurk[VS2010] Change "using X = Y;" to "typedef Y X;"
2016-05-16 John KessenichMerge pull request #284 from antiagainst/gtest-hlsl
2016-05-16 John KessenichMerge pull request #253 from amdrexu/bugfix2
2016-05-16 John KessenichMerge pull request #281 from amdrexu/bugfix
2016-05-16 John KessenichMerge pull request #282 from baldurk/android-warning-fix
2016-05-16 Lei ZhangAdd support for testing file-based HLSL source code...
2016-05-14 baldurkUse DetachThreadLinux wrapper on android
2016-05-14 Rex XuParser: Add missing vector relational functions for...
2016-05-14 Rex XuSPV: Handle matrix's OpFConvert vector by vector.
2016-05-13 John KessenichHLSL: Add function call syntax and AST building.
2016-05-12 John KessenichMerge pull request #278 from greg-lunarg/greg-mr3
2016-05-12 John KessenichMerge pull request #276 from amdrexu/bugfix
2016-05-12 John KessenichMerge pull request #277 from amdrexu/bugfix3
2016-05-11 GregFfix for -Werror=non-virtual-dtor for Android system...
2016-05-11 Rex XuSPV: Add capability ImageGatherExtended if necessary.
2016-05-11 Rex XuParser: Redeclare gl_ClipDistance/gl_CullDistance shoul...
2016-05-10 John KessenichMerge pull request #274 from antiagainst/stoul-strtoul
2016-05-10 Lei ZhangUse strtoul instead of stoul for Android.
2016-05-10 John KessenichMerge pull request #273 from antiagainst/appveyor-readm...
2016-05-10 Lei ZhangAdd badge status for Appveyor build in README.
2016-05-10 John KessenichMerge pull request #272 from antiagainst/appveyor
2016-05-10 Lei ZhangUse std::string for TBD/missing functionality reporting.
2016-05-10 Lei ZhangAdd test configuration for Appveyor.
2016-05-10 John KessenichMerge pull request #222 from Qining/support-precise
2016-05-10 John KessenichMerge pull request #270 from scyganINTEL/bitfield_buildins
2016-05-10 John KessenichMerge pull request #271 from greg-lunarg/greg-mr2
2016-05-10 qiningremove double underscore
2016-05-10 qiningRebase to d3d3ce7160001846ede74978954e67f4f9fd84e4...
2016-05-09 GregFfix check for non-positive array size
2016-05-09 scyganUse proper precision qualifiers for bitfield build...
2016-05-09 qininginteger type operation should not be noContraction
2016-05-09 qiningsimplified the symbol definition collector code, add...
2016-05-09 qiningadd a test for matrix, fix a variable name
2016-05-09 qiningResolve comments
2016-05-09 qiningRemoved the redundant functionalities in the assignee...
2016-05-09 qiningFix the test of precise output function parameter
2016-05-09 qiningPrecise and noContraction propagation
2016-05-06 John KessenichComments only.
2016-05-06 scyganSPIR-V do not decorate: members of plain structs with...
2016-05-06 John KessenichREADME: Editorial update.
2016-05-05 John KessenichSPV: Non-functional: modularize createInvocationsOperat...
2016-05-05 John KessenichMerge branch 'amdrexu-feature2'
2016-05-05 John KessenichMerge branch 'feature2' of https://github.com/amdrexu...
2016-05-05 John KessenichMerge pull request #268 from AWoloszyn/update-cmake
2016-05-05 John KessenichFront-End: precise: capture noContraction on output...
2016-05-05 John KessenichMerge pull request #266 from dekimir/kfixstoll
2016-05-05 Andrew WoloszynInstall the test executable alongside glslangValidator
2016-05-05 Andrew WoloszynUpdated cmake to better organize folders and options.
2016-05-05 John KessenichMerge branch 'amdrexu-feature'
2016-05-05 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2016-05-05 Dejan MircevskiUse strtoll, as stoll is unavailable on Android.
2016-05-05 John KessenichMerge pull request #257 from antiagainst/ostrstream
next