aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-11-30Merge remote-tracking branch 'aosp/upstream-master' into update-shadercHEADmastermainDavid Neto
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-23Merge pull request #596 from steve-lunarg/hlsl-intrinsic-parsingJohn Kessenich
2016-11-22Merge pull request #597 from steve-lunarg/sample-keyword-fixJohn 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: allow "sample" as a valid identifier.steve-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-14Merge pull request #592 from ChrisGautier/barrier-wgJohn Kessenich
2016-11-14GLSL: The execution scope for barriers should be Workgroup.chrgau01@arm.com
2016-11-13Merge pull request #583 from null77/fix-unref-warningJohn Kessenich
2016-11-13Merge pull request #589 from steve-lunarg/vec1-promotion-fixJohn Kessenich
2016-11-13HLSL: allow promotion from 1-vector types to scalars, e.g, float<-float1steve-lunarg
2016-11-11Merge pull request #584 from steve-lunarg/attribute-expressionsJohn Kessenich
2016-11-11HLSL: Allow expressions in attributessteve-lunarg
2016-11-09Fix unrefenced variable warning with AMD_EXTENSIONS disabled.Jamie Madill
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-01Merge pull request #575 from steve-lunarg/iomap-warning-fixJohn Kessenich
2016-11-01Fix build warnings in remapper, re-indent for glslang standardsteve-lunarg
2016-11-01Merge pull request #572 from steve-lunarg/numthreadsJohn Kessenich
2016-11-01Merge pull request #562 from TiemoJung/io_map_control_publishJohn Kessenich
2016-11-01Merge pull request #570 from steve-lunarg/mintypesJohn Kessenich
2016-11-01Merge pull request #574 from dneto0/android-has-no-std-stoiJohn Kessenich
2016-10-31Use std::atoi instead of std::stoiDavid Neto
2016-10-31HLSL: Add min*{float,int,uint} typessteve-lunarg
2016-10-31HLSL: implement numthreads for compute shaderssteve-lunarg
2016-10-28Merge pull request #571 from baldurk/explicit-lambda-returnsJohn Kessenich
2016-10-28Add explicit lambda return types, for compilers without C++14 supportbaldurk
2016-10-28New uniform mapping handlingt.jung
2016-10-26Merge pull request #560 from jeremy-lunarg/pragmasJohn Kessenich
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-25Merge pull request #565 from mre4ce/masterJohn Kessenich
2016-10-21WIP: avoid strtoksteve-lunarg