Commit graph

  • f0e35bf0ef GLSL: Make sampling operations have agnostic precision qualifiers for desktop. John Kessenich 2017-10-19 00:26:39 -06:00
  • 3112b5686d Merge pull request #1113 from xorgy/preprocessor-int-min-over-negative-one John Kessenich 2017-10-19 00:24:05 -06:00
  • 0b55e0f203 Merge pull request #1102 from KhronosGroup/partially-flatten John Kessenich 2017-10-18 14:53:53 -06:00
  • dc756a61c8 Preprocessor: Evaluate INT_MIN / -1 to 0. Aaron Muir Hamilton 2017-10-18 19:33:00 +00:00
  • a50b107e62 Build: Fix build warning. John Kessenich 2017-10-17 12:27:51 -06:00
  • 8b555f7458 Merge pull request #1109 from xorgy/never-try-to-swizzle-void John Kessenich 2017-10-17 09:03:17 -06:00
  • 5313613dd1 Don't try to swizzle void. Aaron Muir Hamilton 2017-10-17 08:11:33 +00:00
  • 856502cb1b Update spirv-tools known-good GregF 2017-10-16 10:53:53 -06:00
  • 7d67c6cbc2 PP: Fix #1104: Missing check for #if overflow. John Kessenich 2017-10-16 15:29:07 -06:00
  • 1a4bbc4a95 HLSL: More clip fix: It is more involved than previous commit. Complete. John Kessenich 2017-10-16 13:11:53 -06:00
  • 4ce5b562bb Fix #1103: clip() works on int/uint. John Kessenich 2017-10-16 11:42:35 -06:00
  • 5889fa03f9 Tests: Add clip(int) tests. John Kessenich 2017-10-16 11:35:11 -06:00
  • cf571f7310 Infrastructure: Add a TShader method to publicly expose the intermediate. John Kessenich 2017-10-12 23:12:40 -06:00
  • 41aa19953f HLSL: Partially flatten hierarchies, instead of all or nothing. John Kessenich 2017-10-11 14:03:45 -06:00
  • 60e9161100 Merge pull request #1098 from LoopDawg/attribute-gets John Kessenich 2017-10-11 06:05:06 +03:00
  • 0d1f63ec83 Merge pull request #1097 from SWIFTingAround/master John Kessenich 2017-10-11 01:54:06 +03:00
  • ad2bc097e2 Merge pull request #1094 from LoopDawg/split-shadow-tx John Kessenich 2017-10-11 01:48:49 +03:00
  • ddb45f8d95 Merge pull request #1080 from hedejing/master John Kessenich 2017-10-11 01:48:04 +03:00
  • 52c087ff53 HLSL: add helper access methods to TAttributeMap LoopDawg 2017-10-10 14:59:40 -06:00
  • aab0001220 Set cmake-policy CMP0048 to NEW Tim Diekmann 2017-10-10 16:26:31 +02:00
  • fdbd0ebab1 Add getAsLoopNode() method for Loop node He Dejing 2017-10-03 02:41:23 +08:00
  • 028c5a8dc4 HLSL: nonfunctional: rename setId -> switchId, add comment LoopDawg 2017-10-07 16:42:37 -06:00
  • bb79abccb3 HLSL: Validate implicit initializer assignment to opaque members. John Kessenich 2017-10-07 13:23:09 -06:00
  • 07ed11f9a0 SPV: GeneratorVersion: bump version number because of atomic decrement change. John Kessenich 2017-10-07 11:33:11 -06:00
  • b27de0289c Merge pull request #1090 from tafuri/#1084-fix-segfault John Kessenich 2017-10-07 07:19:21 +03:00
  • 48d6e798bc SPV: Correct semantics of atomic-counter decrement. John Kessenich 2017-10-06 21:21:48 -06:00
  • 592e8f0441 HLSL: Tests: Add subset of flattened opaque test to legalize results. John Kessenich 2017-10-06 21:01:07 -06:00
  • 4f6865f406 Added test for local structured buffer variable Sebastian Tafuri 2017-10-07 00:47:54 +02:00
  • 5133b108da Fixed formatting Sebastian Tafuri 2017-10-07 00:12:50 +02:00
  • 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