Commit Graph

  • 908813c25d Merge pull request #1089 from LoopDawg/split-shadow-tx John Kessenich 2017-10-07 00:33:20 +03:00
  • 0a82611174 Only track variables in the global scope Sebastian Tafuri 2017-10-06 22:45:00 +02:00
  • 73c57bbe50 HLSL: split textures used for both shadow and non-shadow modes LoopDawg 2017-10-05 16:25:52 -06:00
  • 263986eb6e Readme: Update with additional Windows build information for SPIRV-tools build. John Kessenich 2017-10-06 00:24:41 -06:00
  • 2c9c2af640 Merge pull request #1085 from KhronosGroup/flatten-assign-subset John Kessenich 2017-10-04 23:41:08 +03:00
  • 700bdeb742 HLSL: Fix #954: Track/access subsets of flattened multi-level aggregates. John Kessenich 2017-10-04 13:27:43 -06:00
  • 86a82bb955 Merge pull request #1081 from xxxbxxx/for-upstream-1 John Kessenich 2017-10-04 22:01:25 +03:00
  • a6085875ef HLSL: Fix crash when flattening both side of assignement simultaneously. Unknown 2017-10-03 09:10:26 +02:00
  • 2491965904 Merge pull request #1075 from LoopDawg/subpass-input John Kessenich 2017-10-03 01:47:48 +03:00
  • 7f93d56ef2 HLSL: add subpass input types and methods LoopDawg 2017-09-27 09:04:43 -06:00
  • 092b7d2e20 Build: Fix a couple build issues. John Kessenich 2017-09-30 14:54:18 -06:00
  • 77ea30bdc9 HLSL: Additional attribute support: [[]], namespace, parameters: John Kessenich 2017-09-30 14:34:50 -06:00
  • 3693e631f5 Fix #1060: Could crash if using --source-entry-point with -e; fixed. John Kessenich 2017-09-29 17:51:52 -06:00
  • 5a57ca680f Merge pull request #1078 from greg-lunarg/addopt14 John Kessenich 2017-09-29 20:57:30 +03:00
  • 354a54c67d Legalization: Fix tests after workarounds removed GregF 2017-09-29 10:08:20 -06:00
  • d41993d9d2 SPV: rationalize parameter handling for "original" and "writable" parameters. John Kessenich 2017-09-10 15:21:05 -06:00
  • bed4e4f7e4 HLSL: Pass opaques by local copy, instead of by interface original. John Kessenich 2017-09-08 02:38:07 -06:00
  • 15fa7ef5f5 HLSL: Remove workarounds for assigning to opaques. John Kessenich 2017-09-07 04:33:11 -06:00
  • dabd1bf2f0 Merge pull request #1076 from LoopDawg/shadow-tx-types John Kessenich 2017-09-29 05:07:50 +03:00
  • 195f584e09 HLSL: force textures to shadow modes from combined samplers LoopDawg 2017-09-27 09:12:51 -06:00
  • fc7aeaee55 Merge pull request #1077 from greg-lunarg/addopt12 John Kessenich 2017-09-28 22:38:29 +03:00
  • 52fe3d598c Legalization: Fix warnings and disable tests when spirv-tools not present GregF 2017-09-28 10:08:32 -06:00
  • 3ddcd3f12f Merge pull request #1070 from greg-lunarg/addopt8 John Kessenich 2017-09-28 05:56:56 +03:00
  • e2b3616370 Advance spirv-opt known-good to hopefully fix travis multithread failure GregF 2017-09-27 15:46:59 -06:00
  • b56366ab75 Legalization: Skip spirv-tools tests GregF 2017-09-27 11:34:48 -06:00
  • 741d1f20ed Pick up latest spirv-tools in attempt to fix travis failures GregF 2017-09-25 13:50:32 -06:00
  • 87fd74291a Try Python interpreter on update_glslang_sources.py in appveyor GregF 2017-09-22 17:21:37 -06:00
  • f451756d82 Fix travis and appveyor calls to update_glslang_sources.py GregF 2017-09-22 15:30:10 -06:00
  • cd1f169c6a Enable HLSL legalization GregF 2017-09-21 18:40:22 -06:00
  • 44dd6a00c3 Merge pull request #1072 from amdrexu/feature John Kessenich 2017-09-27 18:11:06 +03:00
  • e8fe8b0de9 Implement extension GL_NV_shader_atomic_int64 Rex Xu 2017-09-26 15:42:56 +08:00
  • f21c173a05 Merge pull request #1071 from antiagainst/ninja-make John Kessenich 2017-09-26 00:08:30 -06:00
  • afa128a8df Travis: use make instead of ninja and limit concurrent jobs Lei Zhang 2017-09-25 14:04:20 -04:00
  • 9cf5dfbdc7 Merge pull request #1063 from LoopDawg/remapper-error-cleanup John Kessenich 2017-09-23 06:32:02 -06:00
  • ea5204d192 Build: Merge pull request #1068 from greg-lunarg/addopt4 John Kessenich 2017-09-22 13:51:02 -06:00
  • fd34f0e602 CMake changes for HLSL legalization GregF 2017-09-21 16:50:39 -06:00
  • 8004d36528 Remapper: make remapper robust against non-exiting error handlers LoopDawg 2017-09-17 10:38:52 -06:00
  • 5f77d864f3 HLSL: Fix #1064: Don't include empty structures on OpEntryPoint John Kessenich 2017-09-19 11:09:59 -06:00
  • 31365afaf4 Merge pull request #1044 from dsrbecky/image_external_essl3 John Kessenich 2017-09-15 21:10:08 -06:00
  • ae8af5d33e HLSL: fix array[1] of vec4 constant declaration. xavier 2017-08-20 10:44:21 +02:00
  • c64a9dd6a9 Test: Make another test legal HLSL, and rationalize GLSL vs HLSL addConstructor(). John Kessenich 2017-09-15 13:15:23 -06:00
  • bdbbc68e29 HLSL: Add bounds checking, shared with GLSL. Partially address #1032. John Kessenich 2017-09-14 19:45:28 -06:00
  • 346dd7c747 Merge pull request #1051 from LoopDawg/bug-1049 John Kessenich 2017-09-14 18:18:19 -06:00
  • 4a145dbf45 HLSL: handle split InputPatch templat type in patch constant functions LoopDawg 2017-09-13 08:44:39 -06:00
  • a5d8616478 HLSL: allow mixed user & builtin members in hull shader output structure LoopDawg 2017-09-10 09:46:55 -06:00
  • ba6a3c290e GLSL: Make gl_Layer and gl_ViewportIndex always be outside blocks. John Kessenich 2017-09-13 13:22:50 -06:00
  • aab3bcffea Merge pull request #1056 from KhronosGroup/glsl-entrypoint-rename John Kessenich 2017-09-12 10:53:05 -06:00
  • 9855bdad00 GLSL: Promote HLSL entry-point renaming code to be used by GLSL as well. John Kessenich 2017-09-11 21:48:19 -06:00
  • 4f4683d251 Merge pull request #1050 from amdrexu/feature John Kessenich 2017-09-12 09:09:37 -06:00
  • 30ac052574 Merge pull request #1055 from KhronosGroup/strdup John Kessenich 2017-09-11 22:04:59 -06:00
  • d9bd97d054 Build: Fix strdup -> _strdup warnings. John Kessenich 2017-09-11 21:27:23 -06:00
  • b3ca4045c5 Build: Fix build warnings. John Kessenich 2017-09-11 20:39:54 -06:00
  • 5002c26b5e Fix #1043: set all scan string-locations to have bias, not just the first one. John Kessenich 2017-09-11 20:35:49 -06:00
  • a25530cc18 Non-functional: Make usage for entry points more consistent. John Kessenich 2017-09-11 20:13:49 -06:00
  • e22c11fd0a Merge pull request #1053 from mchock-nv/mchock-nv-fix-lambda John Kessenich 2017-09-11 19:33:11 -06:00
  • ea1ea974eb Address #1052: Have language-level exits of case statements. John Kessenich 2017-09-11 19:25:17 -06:00
  • 933c10cd4b Delete unused 'this' capture mchock-nv 2017-09-11 15:20:52 -07:00
  • 05506bb874 Implement the extension GL_AMD_shader_fragment_mask amhagan 2017-06-13 16:53:02 -04:00
  • d004e5ca4c Merge pull request #1047 from svenstaro/add-stdin-option John Kessenich 2017-09-07 20:02:37 -07:00
  • 0dd1285cb6 Add --stdin Sven-Hendrik Haase 2017-09-02 19:34:54 +02:00
  • 8688e3fb77 Merge pull request #1048 from LoopDawg/opaque-type-fix John Kessenich 2017-09-06 21:50:20 -07:00
  • 76117921b9 Fix lvalue check in SPIR-V generation LoopDawg 2017-09-06 14:59:06 -06:00
  • 2c5b3d64af Add support for GL_OES_EGL_image_external_essl3 David Srbecký 2017-09-04 17:33:04 +01:00
  • 3a21c88050 Merge pull request #1042 from LoopDawg/warning-fix-2 John Kessenich 2017-08-31 23:46:56 -06:00
  • 43f682f652 Merge pull request #1039 from amdrexu/bugfix John Kessenich 2017-08-31 23:36:09 -06:00
  • 2baa774259 Linux build warning fix LoopDawg 2017-08-31 13:44:34 -06:00
  • 2a305f6531 Fix issues of GL_ARB_viewport_layer_array Rex Xu 2017-08-31 15:14:49 +08:00
  • 75e057f980 Merge pull request #1037 from LoopDawg/clip-cull-geom John Kessenich 2017-08-31 12:36:06 -06:00
  • 5e5b12e931 HLSL: add geometry stage support for clip/cull distance LoopDawg 2017-08-28 14:02:19 -06:00
  • a459fc8142 Merge pull request #1031 from xxxbxxx/for-upstream-2 John Kessenich 2017-08-29 12:41:55 -06:00
  • 4e2f05da41 Build: Fix #1036: size_t warning. John Kessenich 2017-08-29 12:36:09 -06:00
  • eb71cdd5bb HLSL: fix preprocessor concatenation behaviour. xavier 2017-08-24 08:28:57 +02:00
  • ea0c1643ab Merge pull request #1035 from LoopDawg/clip-cull-type-fix John Kessenich 2017-08-28 16:07:55 -06:00
  • d6f4d9b48c HLSL: fix type on clip/cull index result LoopDawg 2017-08-28 14:05:41 -06:00
  • 82e95a3aa5 SPV: Add auto location mapping of non-opaque non-block uniform variables. John Kessenich 2017-08-26 15:47:25 -06:00
  • 8268a35504 Build: Attempt better support for VS 2012. John Kessenich 2017-08-25 21:09:15 -06:00
  • 74c5f711b4 Merge pull request #1014 from KhronosGroup/SPV_EXT_shader_viewport_index_layer John Kessenich 2017-08-25 13:33:16 -06:00
  • 35343cb84d Merge pull request #1034 from KhronosGroup/module-processes John Kessenich 2017-08-25 13:05:54 -06:00
  • b41bff69d2 SPV: 1st pass implementation of SPV_EXT_shader_viewport_index_layer. John Kessenich 2017-08-11 13:07:17 -06:00
  • 2a27116cae SPV reflection: Add OpModuleProcessed for compile options. John Kessenich 2017-07-20 20:00:36 -06:00
  • 1f312f9078 Merge pull request #1028 from LoopDawg/clip-cull-input John Kessenich 2017-08-24 12:15:00 -06:00
  • e2cda3c2d7 HLSL: handle clip and cull distance input builtin type conversion LoopDawg 2017-08-23 12:34:42 -06:00
  • fc3436941e Merge pull request #1029 from amdrexu/feature2 John Kessenich 2017-08-23 23:13:19 -06:00
  • 00b3e384a3 Merge pull request #1025 from amdrexu/feature John Kessenich 2017-08-23 17:58:31 -06:00
  • 129799a709 Implement extension GL_AMD_shader_image_load_store_lod Rex Xu 2017-07-05 17:23:28 +08:00
  • e8fdd79f2e SPV: Implement extension SPV_EXT_shader_stencil_export Rex Xu 2017-08-23 23:24:42 +08:00
  • 3d1b709676 HLSL: Fix #1027. John Kessenich 2017-08-23 14:33:31 -06:00
  • 778806a692 HLSL: Fix #1018: Give an error for mismatched return type. John Kessenich 2017-08-19 17:29:44 -06:00
  • b207daa5d3 Merge pull request #1017 from LoopDawg/texture-struct-return.1 John Kessenich 2017-08-19 16:00:26 -06:00
  • 786e8795ee Build: Fix build when NV_EXTENSIONS is not enabled. John Kessenich 2017-08-19 15:54:49 -06:00
  • d6be6da031 SPV: Fix #1016: Don't allow non-GLSL-extension protected Layer and ViewportIndex members. John Kessenich 2017-08-17 23:49:39 -06:00
  • 5ee05891cf HLSL: add methods to track user structure in texture return type. LoopDawg 2017-07-31 13:41:42 -06:00
  • 03e63fa805 HLSL: Add fall-back for opaque initializers to just generate long-term expected code. John Kessenich 2017-08-15 10:18:32 -06:00
  • 25495fdfa7 Merge pull request #1013 from KhronosGroup/flatten-nonarrayed John Kessenich 2017-08-15 13:16:36 +09:00
  • 260f50616a SPV: Correct selection of storage-image capabilities. Fixes #986. John Kessenich 2017-08-14 22:10:00 -06:00
  • e29ff3cd65 HLSL: Flatten structs for all non-arrayed I/O interfaces. John Kessenich 2017-08-11 00:17:26 -06:00
  • 01109546d8 HLSL: Make fresh array sizes for TessLevelOuter and TessLevelInner arrays. John Kessenich 2017-08-11 00:14:46 -06:00
  • 4baebea8d6 HLSL Test: Expand test, adding a user-patch-constant signature. John Kessenich 2017-08-10 11:41:11 -06:00
  • e516d4335f HLSL: Move debug naming to a simpler, more consistent, scheme. John Kessenich 2017-08-09 14:29:29 -06:00
  • 3322dd8f99 HLSL: Include built-in processing for vertex input and fragment output flattening. John Kessenich 2017-08-08 20:02:21 -06:00