Implement atomic ops, bit conversions, fix fwidth stage mask, fix saturate dest modifier.
[platform/upstream/glslang.git] / hlsl / hlslParseHelper.cpp
2016-06-14 LoopDawgImplement atomic ops, bit conversions, fix fwidth stage...
2016-06-13 John KessenichMerge pull request #337 from steve-lunarg/intrinsics
2016-06-13 John KessenichHLSL: Flesh out misc. declaration grammar: semantics...
2016-06-13 John KessenichHLSL: Implement basic "struct" grammar.
2016-06-10 LoopDawgAdd decompositions for some HLSL intrinsics.
2016-06-10 John KessenichMerge pull request #335 from jekstrand/sampler-params
2016-06-09 John KessenichHLSL: Implement proper nesting of symbol-table scopes...
2016-06-06 Dejan MircevskiMerge branch 'master' of github.com:KhronosGroup/glslan...
2016-05-25 John KessenichMerge pull request #230 from dekimir/incresconst
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 John KessenichFull stack: distinguish between a scalar and a vector...
2016-05-17 John KessenichMerge branch 'struct_member_decorations' of https:...
2016-05-16 John KessenichMerge pull request #253 from amdrexu/bugfix2
2016-05-13 John KessenichHLSL: Add function call syntax and AST building.
2016-05-04 John KessenichParser: Precise: Recognize 'precise', tag types, and...
2016-04-07 John KessenichMemory: Don't use pool memory to store the entry point...
2016-04-04 John KessenichMerge pull request #220 from Qining/fix-built-in-spec...
2016-04-04 John KessenichMerge branch 'master' into hlsl-frontend
2016-03-13 John KessenichHLSL: Hook up constructor expressions through the AST.
2016-03-13 John KessenichHLSL: Plumb in HLSL parse context and keywords, and...