aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-10-21WIP: apply unused variableJeremy Hayes
2016-10-21updateJohannes van Waveren
2016-10-21Merge remote-tracking branch 'upstream/master'Johannes van Waveren
2016-10-21fixed MSVC 2015 compile warningsJohannes van Waveren
2016-10-20Merge pull request #559 from steve-lunarg/samplecmp-fixJohn Kessenich
2016-10-20Merge pull request #558 from steve-lunarg/image-atomicsJohn Kessenich
2016-10-20Merge pull request #555 from steve-lunarg/promotion-fixesJohn Kessenich
2016-10-20Merge pull request #556 from dneto0/guard-amd-enumsJohn Kessenich
2016-10-20HLSL: fix defect in EOpMethodSampleCmp* texture decompositionsteve-lunarg
2016-10-19Move promote methods to TIntermediate classsteve-lunarg
2016-10-19HLSL: phase 4 of rwtexture support: add image atomicssteve-lunarg
2016-10-19Merge remote-tracking branch 'aosp/upstream-master' into update-shadercndk-r14-beta1David Neto
2016-10-19Add missing guard to code that uses AMD extensionsDavid Neto
2016-10-18HLSL: Fix unary and binary operator type conversion issuessteve-lunarg
2016-10-16HLSL: Turn on tests for groupshared.John Kessenich
2016-10-16HLSL: Support SV_Coverage and SV_DispatchThreadId; catch SV_GroupIndex.John Kessenich
2016-10-16Build: Fix unsigned/signed warning.John Kessenich
2016-10-15Merge pull request #548 from baldurk/vs2010-compile-fixesJohn Kessenich
2016-10-15Merge pull request #551 from steve-lunarg/rwbuffers-fmtJohn Kessenich
2016-10-15Merge pull request #539 from schwa423/linux_global_lockJohn Kessenich
2016-10-15Merge pull request #550 from amdrexu/bugfixJohn Kessenich
2016-10-15Merge pull request #549 from steve-lunarg/multidim-arrayJohn Kessenich
2016-10-15Use a recursive mutex.Josh Gargus
2016-10-14HLSL: phase 3c: add option to use Unknown storage formatsteve-lunarg
2016-10-14HLSL: phase 3b: Texture methods remember and return vector size.steve-lunarg
2016-10-14HLSL: phase 3a: Add sub-vec4 rwtexture formats (qualifier.layoutFormat)steve-lunarg
2016-10-14SPV: Add missing extension declarations for certain AMD extensions.Rex Xu
2016-10-13Merge pull request #542 from steve-lunarg/rwbuffersJohn Kessenich
2016-10-13Merge pull request #538 from steve-lunarg/iomap-binding-range-errJohn Kessenich
2016-10-13HLSL: allow multi-dimensional arrayssteve-lunarg
2016-10-13Update HexFloat tests to use non-enum class enum valuesbaldurk
2016-10-13Change negatable_left_shift and negatable_right_shift to inline funcsbaldurk
2016-10-13Change {} constructor brackets to ()baldurk
2016-10-13Change "using x = y;" to "typedef y x;" statementsbaldurk
2016-10-13Explicitly implement default constructorsbaldurk
2016-10-13Add std::isnan and std::isinf wrappers for VS2010 that doesn't have thembaldurk
2016-10-13Change enum class to plain enumbaldurk
2016-10-13Change constructor to use ()s instead of {}sbaldurk
2016-10-13Add #include <cstdint> for std::uint32_t usagebaldurk
2016-10-13Add strtoull wrapper for VS2010, pointing to MS implementationbaldurk
2016-10-13Give all complex lambdas an explicit return typebaldurk
2016-10-12HLSL: phase 2e: introduce lower level addBinaryNode/UnaryNode fnssteve-lunarg
2016-10-12HLSL: phase 2d: minor cleanup, & allow operator[] on non-rw texturessteve-lunarg
2016-10-12HLSL: phase 2c: use lValueErrorCheck in HLSL FEsteve-lunarg
2016-10-12HLSL: phase 2b: add l-value operator[] for RWTexture/RWBuffersteve-lunarg
2016-10-12HLSL: phase 2a: add r-value operator[] for RWTexture/RWBuffersteve-lunarg
2016-10-12Merge remote-tracking branch 'aosp/upstream-master' into refresh-shadercDavid Neto
2016-10-12Merge pull request #546 from yavn/OpImageQueryLod-with-SampledImageJohn Kessenich
2016-10-12SPV: Use SampledImage with OpImageQueryLodMaciej Jesionowski
2016-10-11Merge pull request #543 from slime73/compilerwarningsJohn Kessenich