HLSL: Add better diagnostic when using in/out qualifiers in global scope (#2258)
[platform/upstream/glslang.git] / hlsl / hlslParseables.cpp
2018-12-08 John KessenichMerge branch 'ClemensRognerSD-dx9-sampler'
2018-12-08 John KessenichManually merge ClemensRognerSD-dx9-sampler and resolve...
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-06 otakutoRemove execute permissions
2018-07-23 John KessenichMerge pull request #1451 from KhronosGroup/shadow-force...
2018-07-23 John KessenichHLSL: Fix #1445: distance() works on scalars.
2018-03-07 John KessenichMerge pull request #1269 from bkaradzic/master
2018-03-07 John KessenichMerge branch 'feature' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge branch 'bugfix' of https://github.com/amdrexu...
2018-03-07 John KessenichMerge branch 'sheredom-fixup_sm_60_wording'
2018-03-07 John KessenichMerge branch 'fixup_sm_60_wording' of https://github...
2018-03-07 Neil HenningWaveReadLaneFirst is the correct wording (was using...
2018-03-07 John KessenichMerge pull request #1277 from KhronosGroup/Vulkan_1_1
2018-03-06 John KessenichSPV: Implement Vulkan 1.1 features and extensions.
2018-01-11 John KessenichHLSL: Fix #1208: accept both int and uint in asuint...
2017-12-16 John KessenichSPV: HLSL: Move to correct HLSL barrier semantics,...
2017-10-18 John KessenichMerge pull request #1102 from KhronosGroup/partially...
2017-10-16 John KessenichFix #1103: clip() works on int/uint.
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-03 John KessenichMerge pull request #915 from LoopDawg/subvec4-intrinsic
2017-06-03 John KessenichMerge pull request #905 from KhronosGroup/flatten-opaqu...
2017-06-02 John KessenichSPV: When passing structs of opaque types, flatten...
2017-05-10 John KessenichMerge pull request #874 from xlpiao/DescriptorSet-and...
2017-05-02 John KessenichMerge pull request #873 from steve-lunarg/gathercmp
2017-05-02 steve-lunargHLSL: Implement missing GatherCmp
2017-04-19 John KessenichMerge pull request #835 from steve-lunarg/sb-counters
2017-04-14 steve-lunargWIP: HLSL: add Append/ConsumeBuffer support
2017-04-14 steve-lunargWIP: HLSL: structuredbuffer counter functionality
2017-03-31 John KessenichMerge pull request #774 from steve-lunarg/tess-ctrlpt-pcf
2017-03-31 John KessenichMerge pull request #797 from steve-lunarg/scalar-length
2017-03-24 steve-lunargHLSL: allow length() on scalars
2017-03-20 John KessenichMerge pull request #782 from steve-lunarg/builtin-metho...
2017-03-20 steve-lunargHLSL: use prefix for builtin functions names to avoid...
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-02-22 John KessenichMerge pull request #725 from steve-lunarg/structurebuffer
2017-02-21 steve-lunargHLSL: implement 4 (of 6) structuredbuffer types
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2017-01-05 John KessenichMerge pull request #650 from steve-lunarg/lvalue-swizzl...
2017-01-04 John KessenichMerge pull request #648 from steve-lunarg/type-identifiers
2017-01-04 John KessenichMerge pull request #632 from steve-lunarg/structure...
2017-01-03 John KessenichMerge pull request #659 from steve-lunarg/d3dcolortoubyte4
2017-01-03 John KessenichMerge pull request #647 from steve-lunarg/default-fn...
2017-01-03 steve-lunargAdd EOpD3DCOLORtoUBYTE4 decomposition
2016-12-29 steve-lunargHLSL default function parameters
2016-12-20 chaocMerge remote-tracking branch 'refs/remotes/KhronosGroup...
2016-12-05 John KessenichMerge pull request #613 from Corillian/hlslpreprocess
2016-12-03 John KessenichMerge branch 'steve-lunarg-intrinsic-promotion'
2016-12-03 John KessenichMerge branch 'intrinsic-promotion' of https://github...
2016-11-23 steve-lunargHLSL: add intrinsic function implicit promotions
2016-11-23 John KessenichMerge pull request #601 from BearishSun/master
2016-11-23 John KessenichMerge pull request #599 from steve-lunarg/gs
2016-11-23 John KessenichMerge pull request #596 from steve-lunarg/hlsl-intrinsi...
2016-11-22 steve-lunargWIP: HLSL: Add GS support
2016-11-16 steve-lunargHLSL: use HLSL parser to parse HLSL intrinsic prototype...
2016-10-27 John KessenichMerge pull request #560 from jeremy-lunarg/pragmas
2016-10-27 John KessenichMerge pull request #561 from jeremy-lunarg/unused
2016-10-21 Johannes van WaverenMerge remote-tracking branch 'upstream/master'
2016-10-21 John KessenichMerge pull request #559 from steve-lunarg/samplecmp-fix
2016-10-21 John KessenichMerge pull request #558 from steve-lunarg/image-atomics
2016-10-21 John KessenichMerge pull request #555 from steve-lunarg/promotion...
2016-10-18 steve-lunargHLSL: Fix unary and binary operator type conversion...
2016-10-16 John KessenichMerge pull request #548 from baldurk/vs2010-compile...
2016-10-16 John KessenichMerge pull request #551 from steve-lunarg/rwbuffers-fmt
2016-10-16 John KessenichMerge pull request #539 from schwa423/linux_global_lock
2016-10-15 steve-lunargHLSL: phase 3b: Texture methods remember and return...
2016-10-13 John KessenichMerge pull request #538 from steve-lunarg/iomap-binding...
2016-10-06 John KessenichMerge pull request #540 from steve-lunarg/rwbuffers
2016-10-06 steve-lunargHLSL: phase 1: add RWTexture and RWBuffer
2016-09-09 John KessenichMerge pull request #505 from steve-lunarg/rowmajor...
2016-09-09 steve-lunargWIP: HLSL: Treat HLSL rows as GLSL columns.
2016-08-11 John KessenichMerge pull request #450 from dankbaker/standalone_change
2016-08-11 John KessenichMerge pull request #427 from wesleygriffin/master
2016-08-11 John KessenichMerge branch 'cpp-headers'
2016-08-11 John KessenichMerge pull request #451 from steve-lunarg/stagemask-all
2016-08-11 steve-lunargHLSL: Put intrinsics in symbol table for all stages
2016-08-05 Dan BakerMerge branch 'master' of https://github.com/dankbaker...
2016-08-05 dankbakerMerge pull request #2 from KhronosGroup/master
2016-08-03 John KessenichMerge pull request #429 from steve-lunarg/samplers.sm5
2016-08-03 steve-lunargHLSL: Add GatherRed/Green/Blue/Alpha methods, inc 4...
2016-07-28 John KessenichMerge pull request #417 from steve-lunarg/buffers
2016-07-28 John KessenichMerge pull request #419 from steve-lunarg/lerp-fix
2016-07-28 steve-lunargHLSL: add missing vec,vec,scalar form of lerp(), +...
2016-07-27 steve-lunargHLSL: add Buffer support for Load method
2016-07-27 John KessenichMerge pull request #416 from steve-lunarg/samplers...
2016-07-27 steve-lunargHLSL: Add CalculateLevelOfDetail, and unimplemented...
2016-07-27 John KessenichMerge pull request #413 from steve-lunarg/samplers...
2016-07-27 steve-lunargHLSL: add 2DMS texture formats, and matching Load ...
2016-07-26 John KessenichMerge pull request #405 from steve-lunarg/samplers
2016-07-22 LoopDawgHLSL: Add gather, improve proto generator machine for...
2016-07-21 John KessenichMerge pull request #402 from steve-lunarg/samplers
2016-07-21 LoopDawgHLSL: Add SampleLevel method
2016-07-21 John KessenichMerge pull request #393 from steve-lunarg/warning-enable
2016-07-21 John KessenichMerge pull request #401 from steve-lunarg/samplers
2016-07-21 John KessenichMerge pull request #398 from amdrexu/feature
2016-07-21 LoopDawgAdd g++/clang warnings to match some enabled by /W4...
next