Update known-good spirv-tools.
[platform/upstream/glslang.git] / hlsl /
2018-01-11 John KessenichHLSL: Fix #1208: accept both int and uint in asuint...
2018-01-10 John KessenichHLSL: Protect against 'continue' outside of loops.
2018-01-10 John KessenichHLSL: Fix #1214: check for nesting in loop/switch of...
2018-01-10 John KessenichHLSL: Fix #1215: propagate error on seeing a type name...
2018-01-08 John KessenichNon-functional: Fix HLSL error message, and code format...
2018-01-02 John KessenichBuild: Tickle bots to try again... seems like a process...
2018-01-02 John KessenichHLSL: Fix #1203: Declare anonymous members for cbuffer...
2017-12-30 John KessenichHLSL: Fix 1201: Accept 'layout' as an identifier.
2017-12-24 John KessenichHLSL: Attributes: Add [[vk::constant_id()]] and [[vk...
2017-12-21 John KessenichMerge pull request #1190 from jfmarquis/hlsl-store...
2017-12-21 Jean-François MarquisHLSL: Fix possibly incorrect type conversion in StoreN...
2017-12-16 John KessenichSPV: HLSL: Move to correct HLSL barrier semantics,...
2017-12-15 John KessenichHLSL: Make attributes for built-in override semantics.
2017-12-14 John KessenichMerge pull request #1183 from LoopDawg/builtin-output...
2017-12-14 John KessenichMerge pull request #1186 from zeux/master
2017-12-14 Arseny KapoulkineHLSL: Implement support for RT/Viewport output from VS
2017-12-12 LoopDawgHLSL: for split output structs, propagate indirection...
2017-12-12 John KessenichMerge pull request #1174 from LoopDawg/y-flip
2017-12-09 John KessenichHLSL: Give error on unsupported buffer initializer.
2017-12-09 John KessenichHLSL: Remove unintended/untested functionality PrimitiveID.
2017-12-09 John KessenichMerge pull request #1178 from LoopDawg/primitiveid...
2017-12-09 John KessenichMerge pull request #1175 from KhronosGroup/no-flatten...
2017-12-08 LoopDawgHLSL: Allow primitive id on hull shader inputs
2017-12-08 John KessenichHLSL: Stop flattening non-IO structs containing opaques.
2017-12-07 LoopDawgHLSL: add optional position.Y inversion
2017-12-06 John KessenichHLSL: Fix #606: make layout() override register.
2017-12-06 John KessenichHLSL: Fix #1154: Support PointSize, as an attribute.
2017-12-02 John KessenichMerge pull request #1171 from greg-lunarg/kg5
2017-12-01 John KessenichMerge pull request #1170 from LoopDawg/matsize-warnings
2017-11-30 LoopDawgHLSL: minor: add warning for mat() matrix size truncation
2017-11-29 John KessenichAdd initialization in case it is causing the Apple...
2017-11-29 John KessenichMerge pull request #1166 from tafuri/#1165-invalid_Store
2017-11-28 John KessenichMerge pull request #1169 from LoopDawg/cbuffer-identifier
2017-11-28 John KessenichMerge pull request #1167 from LoopDawg/matmul-truncate-mxm
2017-11-28 LoopDawgHLSL: allow keyword-identifiers as cbuffer/struct names.
2017-11-27 LoopDawgHLSL: add implicit mat*mat truncations
2017-11-27 Sebastian TafuriRespect the array type in Store operation
2017-11-25 John KessenichMerge pull request #1161 from LoopDawg/matmul-truncate
2017-11-22 LoopDawgHLSL: matrix and vector truncations for m*v, v*m, m*m
2017-11-15 John KessenichMerge pull request #1156 from LoopDawg/snorm-uav
2017-11-15 John KessenichMerge pull request #1157 from LoopDawg/gs-hs-mix
2017-11-15 LoopDawgHLSL: ignore geometry attributes on non-GS stages.
2017-11-15 John KessenichMerge pull request #1147 from KhronosGroup/memory1
2017-11-14 LoopDawgHLSL: Accept unorm and snorm on types
2017-11-13 John KessenichMerge pull request #1143 from LoopDawg/texturebuffer
2017-11-09 LoopDawgHLSL: implement TextureBuffer<type>
2017-10-28 John KessenichNon-functional: copyright update, to help with non...
2017-10-20 John KessenichMerge pull request #1115 from LoopDawg/stdarray-binding-set
2017-10-20 LoopDawgNonfunctional: minor: use std::array for per-set shifts...
2017-10-20 John KessenichMerge pull request #1111 from LoopDawg/per-set-binding...
2017-10-19 John KessenichHLSL: Fix #1106. Support shader setting of binding...
2017-10-19 John KessenichMerge pull request #1113 from xorgy/preprocessor-int...
2017-10-18 John KessenichMerge pull request #1102 from KhronosGroup/partially...
2017-10-16 John KessenichHLSL: More clip fix: It is more involved than previous...
2017-10-16 John KessenichFix #1103: clip() works on int/uint.
2017-10-12 John KessenichHLSL: Partially flatten hierarchies, instead of all...
2017-10-11 John KessenichMerge pull request #1098 from LoopDawg/attribute-gets
2017-10-10 John KessenichMerge pull request #1097 from SWIFTingAround/master
2017-10-10 John KessenichMerge pull request #1094 from LoopDawg/split-shadow-tx
2017-10-10 John KessenichMerge pull request #1080 from hedejing/master
2017-10-10 LoopDawgHLSL: add helper access methods to TAttributeMap
2017-10-07 LoopDawgHLSL: nonfunctional: rename setId -> switchId, add...
2017-10-07 John KessenichHLSL: Validate implicit initializer assignment to opaqu...
2017-10-07 John KessenichMerge pull request #1090 from tafuri/#1084-fix-segfault
2017-10-06 Sebastian TafuriFixed formatting
2017-10-06 John KessenichMerge pull request #1089 from LoopDawg/split-shadow-tx
2017-10-06 Sebastian TafuriOnly track variables in the global scope
2017-10-06 LoopDawgHLSL: split textures used for both shadow and non-shado...
2017-10-04 John KessenichMerge pull request #1085 from KhronosGroup/flatten...
2017-10-04 John KessenichHLSL: Fix #954: Track/access subsets of flattened multi...
2017-10-04 John KessenichMerge pull request #1081 from xxxbxxx/for-upstream-1
2017-10-03 UnknownHLSL: Fix crash when flattening both side of assignemen...
2017-10-02 John KessenichMerge pull request #1075 from LoopDawg/subpass-input
2017-10-02 LoopDawgHLSL: add subpass input types and methods
2017-09-30 John KessenichBuild: Fix a couple build issues.
2017-09-30 John KessenichHLSL: Additional attribute support: [[]], namespace...
2017-09-29 John KessenichMerge pull request #1078 from greg-lunarg/addopt14
2017-09-29 John KessenichHLSL: Remove workarounds for assigning to opaques.
2017-09-29 John KessenichMerge pull request #1076 from LoopDawg/shadow-tx-types
2017-09-28 LoopDawgHLSL: force textures to shadow modes from combined...
2017-09-16 John KessenichMerge pull request #1044 from dsrbecky/image_external_essl3
2017-09-15 xavierHLSL: fix array[1] of vec4 constant declaration.
2017-09-15 John KessenichTest: Make another test legal HLSL, and rationalize...
2017-09-15 John KessenichHLSL: Add bounds checking, shared with GLSL. Partially...
2017-09-15 John KessenichMerge pull request #1051 from LoopDawg/bug-1049
2017-09-14 LoopDawgHLSL: handle split InputPatch templat type in patch...
2017-09-14 LoopDawgHLSL: allow mixed user & builtin members in hull shader...
2017-09-12 John KessenichMerge pull request #1056 from KhronosGroup/glsl-entrypo...
2017-09-12 John KessenichGLSL: Promote HLSL entry-point renaming code to be...
2017-09-12 John KessenichMerge pull request #1050 from amdrexu/feature
2017-09-12 John KessenichMerge pull request #1053 from mchock-nv/mchock-nv-fix...
2017-09-11 mchock-nvDelete unused 'this' capture
2017-08-31 John KessenichMerge pull request #1037 from LoopDawg/clip-cull-geom
2017-08-31 LoopDawgHLSL: add geometry stage support for clip/cull distance
2017-08-29 John KessenichMerge pull request #1031 from xxxbxxx/for-upstream-2
2017-08-29 John KessenichBuild: Fix #1036: size_t warning.
2017-08-28 John KessenichMerge pull request #1035 from LoopDawg/clip-cull-type-fix
2017-08-28 LoopDawgHLSL: fix type on clip/cull index result
2017-08-25 John KessenichMerge pull request #1034 from KhronosGroup/module-processes
2017-08-24 John KessenichMerge pull request #1028 from LoopDawg/clip-cull-input
next