aboutsummaryrefslogtreecommitdiff
path: root/glslang
AgeCommit message (Expand)Author
2016-11-27Fix non-Windows build error.John Kessenich
2016-11-27HLSL: Support the constructor idiom "(struct type)0".John Kessenich
2016-11-27HLSL: Support {...} initializer lists that are too short.John Kessenich
2016-11-27Fix crash by returning early from finalCheck() if there is no tree to process.John Kessenich
2016-11-27Non-functional: Change a bunch of 0 to nullptr.John Kessenich
2016-11-27Non-functional: Fix typos.John Kessenich
2016-11-26Warn on HLSL not finding entry point. Issue #588.John Kessenich
2016-11-26Non-functional: Rename some entry-point variables to entryPoint, not main.John Kessenich
2016-11-26Always correctly terminate main. Issue #588, PR #600.John Kessenich
2016-11-23Merge pull request #601 from BearishSun/masterJohn Kessenich
2016-11-23Merge pull request #599 from steve-lunarg/gsJohn Kessenich
2016-11-22Adding a way to retrieve vertex attribute TType using TProgram reflection API...BearishSun
2016-11-21WIP: HLSL: Add GS supportsteve-lunarg
2016-11-16HLSL: use HLSL parser to parse HLSL intrinsic prototypes, enable int/bool matssteve-lunarg
2016-11-14Test results: Fix incorrect test result caused by parallel development. Issue...John Kessenich
2016-11-14Merge pull request #576 from steve-lunarg/uav-registersJohn Kessenich
2016-11-13HLSL: allow promotion from 1-vector types to scalars, e.g, float<-float1steve-lunarg
2016-11-05Whole stack: Fix stale types in the AST linker object nodes, fixing #557.John Kessenich
2016-11-01Add UAV (image) binding offset and HLSL register supportsteve-lunarg
2016-11-01Fix build warnings in remapper, re-indent for glslang standardsteve-lunarg
2016-10-28New uniform mapping handlingt.jung
2016-10-26Merge pull request #568 from steve-lunarg/logicalop-fixJohn Kessenich
2016-10-26Merge pull request #567 from steve-lunarg/compare-fixJohn Kessenich
2016-10-26Merge pull request #561 from jeremy-lunarg/unusedJohn Kessenich
2016-10-26HLSL: allow component-wise operations for logical || and &&.steve-lunarg
2016-10-26HLSL: Enable component-wise vector comparisons from operatorssteve-lunarg
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-19Move promote methods to TIntermediate classsteve-lunarg
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-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-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-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