HLSL: Fix #1432: Globally initialize local static variables.
[platform/upstream/glslang.git] / hlsl / hlslParseHelper.cpp
2018-07-11 John KessenichHLSL: Fix #1432: Globally initialize local static varia...
2018-07-03 John KessenichHLSL: Fix #1423: implement CalculateLevelOfDetailUnclam...
2018-05-25 John KessenichMerge pull request #1386 from zeux/master
2018-05-19 John KessenichMerge pull request #1384 from LoopDawg/self-cast
2018-05-17 LoopDawgHLSL: allow self-type cast (as no-op passthrough)
2018-05-17 John KessenichMerge pull request #1381 from LoopDawg/coverage_array
2018-05-17 John KessenichMerge pull request #1383 from amdrexu/bugfix
2018-05-16 LoopDawgHLSL: require coverage mask to be arrayed output.
2018-05-16 John KessenichMerge pull request #1379 from LoopDawg/groupid-fix
2018-05-16 LoopDawgHLSL: various SPIR-V compute shader IDs must be a 3...
2018-05-16 John KessenichMerge pull request #1378 from LoopDawg/append-decl...
2018-05-15 LoopDawgHLSL: Allow stream output Append() method after entry...
2018-04-17 John KessenichMerge branch 'glsl-ext' of https://github.com/nicebyte...
2018-04-14 John KessenichHLSL/SPV: Declare DepthReplacing for shaders declaring...
2018-04-13 John KessenichMerge pull request #1348 from greg-lunarg/kg16
2018-04-13 John KessenichMerge pull request #1351 from danginsburg/issue_1350
2018-04-12 danginsburgFix issue #1350 - set the node type to match the atomic...
2018-04-12 John KessenichMerge pull request #1326 from mattparks/patch1
2018-04-11 John KessenichNon-functional: Fix tabs.
2018-04-10 John KessenichMerge pull request #1343 from KhronosGroup/uint-counter...
2018-04-10 John KessenichHLSL: Fix #1332: consistently use uint for counter...
2018-04-05 John KessenichMerge branch 'nonuniform-dynindex'
2018-04-05 John KessenichGLSL/SPV: Implement SPV_EXT_descriptor_indexing and...
2018-03-30 John KessenichMerge pull request #1320 from greg-lunarg/addopt21
2018-03-29 GregFOnly print legalization warning if optimizer disabled
2018-03-29 John KessenichMerge pull request #1319 from KhronosGroup/array-ration...
2018-03-29 John KessenichNon-functional. Rationalizations enabling future genera...
2018-03-27 John KessenichMerge pull request #1313 from greg-lunarg/kg15
2018-03-26 John KessenichMerge pull request #1312 from KhronosGroup/fix-mixed...
2018-03-26 greg-lunargMerge branch 'master' into kg15
2018-03-26 John KessenichTypes: Fix #1290: Rationalize and correct "mixed" style...
2018-03-17 John KessenichMerge pull request #1282 from KhronosGroup/hlslFunction...
2018-03-17 John KessenichImplement SPV_GOOGLE_hlsl_functionality1.
2018-03-16 John KessenichMerge pull request #1291 from ben-clayton/add-nv-nopersp
2018-03-16 John KessenichMerge pull request #1299 from KhronosGroup/fix-conversions
2018-03-16 John KessenichMerge pull request #1289 from Igalia/igalia/dmat-scalar...
2018-03-14 John KessenichMerge pull request #1294 from dgkoch/dgkoch_build_fixes4
2018-03-13 Daniel KochFix build several build errors
2018-03-12 John KessenichMerge pull request #1286 from greg-lunarg/kg14
2018-03-12 John KessenichMerge pull request #1288 from amdrexu/bugfix
2018-03-12 Rex XuHLSL: Correct some mistakes for min16 types
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 pull request #1277 from KhronosGroup/Vulkan_1_1
2018-03-06 John KessenichSPV: Implement Vulkan 1.1 features and extensions.
2018-03-06 John KessenichRevert "Merge pull request #1274 from greg-lunarg/legal2"
2018-03-06 John KessenichMerge pull request #1274 from greg-lunarg/legal2
2018-03-06 GregFLegalization: Omit legalization warning when spirv...
2018-03-06 John KessenichMerge pull request #1263 from greg-lunarg/kg12
2018-03-03 Branimir KaradžićFixed GCC+Clang errors and warnings on Linux and OSX.
2018-02-27 John KessenichIO mapper: Fix #1261: Supply location mapper with size...
2018-02-27 John KessenichHLSL: Fix #1257: layout float1, int1, etc., as scalars.
2018-02-12 John KessenichWarning for #pragma once. GLSL and HLSL. Addresses...
2018-02-06 John KessenichMerge pull request #1238 from zeux/pp-string-buffer
2018-02-02 John KessenichMerge pull request #1232 from KhronosGroup/control...
2018-02-01 John KessenichGLSL: Implement GL_EXT_control_flow_attributes.
2018-02-01 John KessenichHLSL: Refactor attribute implementation.
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-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: 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 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-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-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-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
next