Commit graph

  • 59216d5cd8
    Add support for primitive culling layout qualifier. (#2220) alelenv 2020-05-21 04:38:41 -07:00
  • eba1389a01
    Replace incorrect uint32_t with correct int vars (#2235) Ryan Harrison 2020-05-21 07:37:13 -04:00
  • a0cce739bc
    Do not build glslang-testsuite when ENABLE_CTEST is disabled (#2240) nihui 2020-05-21 19:33:17 +08:00
  • 6f723ebbe3
    fix incorrect error when multiple compilation units don't declare layouts (#2238) Malcolm Bechard 2020-05-21 02:10:33 -04:00
  • 044113abe8
    Add an option to make Exceptions enabled (#2239) nihui 2020-05-21 13:55:24 +08:00
  • 2e0f0a0517 Fix #2227, which was coded incorrectly, to be simpler/safer. John Kessenich 2020-05-20 01:56:11 -06:00
  • 9514c6be66 Build: Fix #2228, by correcting the type used. John Kessenich 2020-05-19 22:23:07 -06:00
  • 8e3b73e37b
    Code refine. (#2227) Roy.li 2020-05-20 12:11:12 +08:00
  • 0ab78114a9
    Add check for DOUBLE in low versions (#2223) Chow 2020-05-18 17:41:52 +08:00
  • 7c753a7253
    Flatten all interface variables (#2217) greg-lunarg 2020-05-18 02:13:10 -06:00
  • 1a906168cd Bump version. John Kessenich 2020-05-18 02:12:35 -06:00
  • 24dcbd1b1f
    Reserve unused std140 uniform block in reflection, and fix uniform block matrix layout (#2041) Roy.li 2020-05-15 16:26:48 +08:00
  • c6874320de Bump version. John Kessenich 2020-05-15 02:02:50 -06:00
  • 08a05bc2b9
    Move to newer version of SPIRV-Tools Jaebaek Seo 2020-05-14 13:06:05 -04:00
  • 4fa68edd68 Address #2211: Improve the copy constructor of TVarLivePair. John Kessenich 2020-05-12 02:48:00 -06:00
  • 55f9d97f3b
    Merge pull request #2214 from maierfelix/master John Kessenich 2020-05-11 21:55:22 -06:00
  • 8e18714bb6 Fix Web build Felix Maier 2020-05-11 22:06:21 +02:00
  • 5d88edf13a
    Merge pull request #2210 from Flakebi/ubsan John Kessenich 2020-05-11 10:43:58 -06:00
  • 91ac60fc52 Explicitly mark some enums as unsigned Sebastian Neubauer 2020-05-08 13:52:18 +02:00
  • b5f003d7a3 Fix #2191: Error check for indexing reference containing unsize array. John Kessenich 2020-05-01 08:19:59 -06:00
  • 2ac3c5b6d6 GLSL: Separate out swizzle handling (potentially fixing bugs). John Kessenich 2020-05-01 03:07:54 -06:00
  • bfaf88ee6a
    Merge pull request #2205 from pmistryNV/GL_EXT_blend_func_extended John Kessenich 2020-05-01 02:42:49 -06:00
  • 7c4dc1299e
    Merge branch 'master' into GL_EXT_blend_func_extended John Kessenich 2020-05-01 02:41:31 -06:00
  • c2fd3003a3
    Merge pull request #2204 from pmistryNV/GL_EXT_shader_implicit_conversions John Kessenich 2020-05-01 02:40:36 -06:00
  • e05cc20ec2 Add support for es extension GL_EXT_blend_func_extended * Introduces builtin variables gl_SecondaryFragColorEXT and gl_SecondaryFragDataEXT * Introduces builtin constant gl_MaxDualSourceDrawBuffersEXT * enables support for layout qualifier "index" in es profile Pankaj Mistry 2020-04-21 11:33:57 -07:00
  • 9fcc078724
    Merge branch 'master' into GL_EXT_shader_implicit_conversions John Kessenich 2020-04-30 23:09:13 -06:00
  • 2c53baedbb
    Add support for extension GL_EXT_shader_integer_mix (#2203) pmistryNV 2020-04-30 21:41:33 -07:00
  • 2a8ead2109 Add support for extension GL_EXT_shader_implicit_conversions Updated extension management in TIntermediate class. Pankaj Mistry 2020-04-26 17:52:31 -07:00
  • 97ee5c88de Fix #2201: Improve const and copy constructor for TVarLivePair. John Kessenich 2020-04-30 01:56:38 -06:00
  • 39281fb710
    Add support for extension GL_ARB_vertex_attrib_64bit (#2193) pmistryNV 2020-04-29 05:58:49 -07:00
  • f03cb290ac
    Add support for extension GL_ARB_texture_query_lod. (#2194) pmistryNV 2020-04-27 22:46:54 -07:00
  • b858d41964
    Remove unused Es310Desktop430 (#2200) dan sinclair 2020-04-28 00:05:24 -04:00
  • ea50f6d77e
    Add support for extension GL_ARB_shading_language_packing (#2192) pmistryNV 2020-04-27 01:46:32 -07:00
  • bcf6a2430e Move to SPIR-V 1.5 Rev. 3, bump revision, remove a status from README. John Kessenich 2020-04-27 02:12:05 -06:00
  • 1b57332746
    Note about Build Status. John Kessenich 2020-04-24 12:01:14 -06:00
  • 52d34b4c65 Move to latest SPIR-V header, and bump glslang revision. John Kessenich 2020-04-24 08:46:32 -06:00
  • 7d65f09b83
    Add support for extension GL_ARB_shader_storage_buffer_object (#2184) pmistryNV 2020-04-22 21:46:52 -07:00
  • 02c70ad10e
    TPpToken: Fix compiling on clang-10 (#2189) Phillip Stephens 2020-04-22 07:19:43 -07:00
  • c9b28b9f33
    xcode warnings fix (#2188) MennoVink 2020-04-21 15:06:12 +02:00
  • 3f4e5c4563
    Add support for extension GL_ARB_shader_image_size (#2185) pmistryNV 2020-04-19 19:47:54 -07:00
  • 9f46e3dd5e
    Add support for extension GL_ARB_shader_bit_encoding (#2183) pmistryNV 2020-04-17 04:24:12 -07:00
  • 4d2298bfd7
    Support multiple swizzled out operands (#2175) Cody Northrop 2020-04-13 21:59:49 -06:00
  • 4657244018 Fix #2178: Allow specialization constants for texel offsets. John Kessenich 2020-04-12 22:56:17 -06:00
  • fd593d5f08
    Get rid of all warnings with MSVC and clang-cl (#2177) Malacath-92 2020-04-10 10:39:16 +02:00
  • 75de196cec
    Add support for EXT_ray_flags_primitive_culling. (#2173) alelenv 2020-04-08 21:09:20 -07:00
  • 9c3204a1fd Error message: Finish addressing #2097, better texture error message. John Kessenich 2020-04-07 02:18:23 -06:00
  • b5757b9500
    Remove extra semicolons (#2170) Ryan Harrison 2020-04-03 01:04:09 -04:00
  • 0b66fa3b62
    Shader interface matching rework to fix #2136 (#2156) Malcolm Bechard 2020-04-02 04:03:53 -04:00
  • 1fff362355 Build warning: Fix #2167: Remove nested reuse of 'unreachable'. John Kessenich 2020-04-01 00:46:57 -06:00
  • e157435c1e Bump revision. John Kessenich 2020-03-31 00:02:31 -06:00
  • e7c94f4973
    Merge pull request #2166 from alelenv/rq_lvalue_fix John Kessenich 2020-03-30 23:24:14 -06:00
  • f986436a90 Error assigns to objects of rayQueryEXT type. alelenv 2020-03-30 10:24:30 -07:00
  • 08c02ced79
    Merge pull request #2164 from dj2/unused John Kessenich 2020-03-30 08:35:39 -06:00
  • d50acf97c4 Remove unused variables. dan sinclair 2020-03-30 10:03:11 -04:00
  • 344bd0889a
    Merge pull request #2162 from ntfshard/small_fix John Kessenich 2020-03-30 00:33:09 -06:00
  • 83855b97db Fix #2163: improve comments for addProcess() and the preamble. John Kessenich 2020-03-30 00:27:31 -06:00
  • 1dad92000b printf format ntfs.hard 2020-03-30 01:48:15 +03:00
  • 988cd6769c unused var ntfs.hard 2020-03-30 01:38:21 +03:00
  • 7fc409eecc bitwise on boolean ntfs.hard 2020-03-30 01:32:23 +03:00
  • f68024543f opposite inner condition ntfs.hard 2020-03-30 00:55:49 +03:00
  • bfe4c5957f
    Merge pull request #2160 from greg-lunarg/kg110 John Kessenich 2020-03-27 22:28:15 -06:00
  • 386f18cc39 Update spirv-tools known_good to latest stable Greg Fischer 2020-03-27 11:34:45 -06:00
  • 4d7c749b76
    Merge pull request #2159 from neslimsah/master John Kessenich 2020-03-27 08:23:46 -06:00
  • 99508c1ce3
    Merge pull request #2157 from neslimsah/master John Kessenich 2020-03-26 19:46:35 -06:00
  • 2b4d345dae accelerationStructureEXT - issue #2152 Neslisah Torosdagli 2020-03-26 19:32:52 -04:00
  • 915f119199 accelerationStructureEXT - issue #2152 Neslisah Torosdagli 2020-03-26 18:51:18 -04:00
  • 054b5e35eb pass by reference updates Neslisah Torosdagli 2020-03-26 12:24:31 -04:00
  • b366a703a5 Merge branch 'master' of https://github.com/neslimsah/glslang Neslisah Torosdagli 2020-03-26 11:08:54 -04:00
  • 7d37a68ad7 pass-by-reference updates Neslisah Torosdagli 2020-03-26 10:52:33 -04:00
  • 575f9df9f7
    Merge pull request #1 from KhronosGroup/master Neslisah Torosdagli 2020-03-26 11:06:00 -04:00
  • 2df8c71258
    Merge pull request #2154 from GMNGeoffrey/patch-1 John Kessenich 2020-03-26 00:18:25 -06:00
  • 9b3baf9881
    Add missing braces to if condition Geoffrey Martin-Noble 2020-03-25 20:52:43 -07:00
  • 8e26c5f50e
    Merge pull request #2139 from neslimsah/master John Kessenich 2020-03-25 08:18:33 -06:00
  • cea9384b6b switch format update Neslisah Torosdagli 2020-03-25 08:13:32 -04:00
  • f80bf797eb Merge branch 'master' of https://github.com/neslimsah/glslang Neslisah Torosdagli 2020-03-24 21:51:11 -04:00
  • f0089e5499 copyright notice changes removed from unchanged files Neslisah Torosdagli 2020-03-24 20:39:34 -04:00
  • 9d3b4346df copyright notice changes removed from unchanged files Neslisah Torosdagli 2020-03-24 20:39:34 -04:00
  • 7f48ec346c copyright notice changes removed from unchanged files Neslisah Torosdagli 2020-03-24 12:22:27 -04:00
  • ea98c46c2b spirv.hpp reverted to commit f368dcbb7d Neslisah Torosdagli 2020-03-24 12:02:20 -04:00
  • 67c7bc4086 .travis updated to origin, rayQueryCheck removed Neslisah Torosdagli 2020-03-24 10:24:50 -04:00
  • 393c564ae0
    Merge pull request #2149 from kainino0x/web-fix-cmake2.8 John Kessenich 2020-03-24 04:18:51 -06:00
  • 7f689bebec const rayFlag defs used in the test cases in stead of numerical values Neslisah Torosdagli 2020-03-23 23:09:44 -04:00
  • 65c81bf236 compute and fragment shader test_cases added for rayQuery Neslisah Torosdagli 2020-03-23 21:56:21 -04:00
  • 2fb45def04 rayQuery test cases added Neslisah Torosdagli 2020-03-23 21:34:09 -04:00
  • ae64363b19 rayQueryEXT function parameter Neslisah Torosdagli 2020-03-23 21:05:26 -04:00
  • 964c7e4a5f rayQueryEXT assignment is allowed. Neslisah Torosdagli 2020-03-23 20:25:52 -04:00
  • 4893bae5e9 test names updated Neslisah Torosdagli 2020-03-23 19:20:24 -04:00
  • 817d0f63d3 update README Kai Ninomiya 2020-03-23 12:50:33 -07:00
  • 16bb8881e6 Fix build on CMake 2.8, and fix Web build Kai Ninomiya 2020-03-23 12:26:53 -07:00
  • 66938c5ab8 wait time increased for the install Neslisah Torosdagli 2020-03-23 13:49:16 -04:00
  • 39a7fc3700 rayQuery test cases disabled Neslisah Torosdagli 2020-03-23 11:36:06 -04:00
  • 1f0fcbe5a3
    Merge pull request #2146 from aaronfranke/file-formatting John Kessenich 2020-03-21 02:45:39 -06:00
  • c8274e941e
    Make file formatting comply with POSIX and Unix standards Aaron Franke 2020-03-21 03:20:25 -04:00
  • 7d122c96a4 Merge branch 'master' of https://github.com/neslimsah/glslang Neslisah Torosdagli 2020-03-20 18:35:57 -04:00
  • 50a722818b GL_EXT_ray_query glslang updates, and test cases added. Neslisah Torosdagli 2020-03-20 18:23:27 -04:00
  • 9659831766
    Merge pull request #2141 from courtney-g/bug_2140 John Kessenich 2020-03-19 23:05:41 -06:00
  • d42c6ab88e Fix MSVC build issue - remove invalid character Courtney Goeltzenleuchter 2020-03-19 15:31:31 -06:00
  • 34e874228e comment update, rayQueryEXT is writable, readonly check removed. Neslisah Torosdagli 2020-03-19 16:34:40 -04:00
  • 6719ce09db GL_EXT_ray_query updates Torosdagli 2020-03-19 11:09:57 -04:00
  • 34d8248c9c Fix #2132: constant matrix constructor from single non-scalar argument John Kessenich 2020-03-18 10:27:59 -06:00