platform/upstream/glslang.git
2020-06-16 John KessenichMerge pull request #2271 from ben-clayton/fold-hlsl
2020-06-16 John KessenichBump version.
2020-06-16 Ben ClaytonCMake: Fold HLSL source into glslang
2020-06-15 dan sinclairRemove unused variable. (#2273)
2020-06-15 Ryan HarrisonRemove unused function, BaseTypeName (#2272)
2020-06-15 John KessenichHLSL: Remove support for having GLSL versions of HLSL...
2020-06-15 rdbHLSL: Fix incorrect case in name of DX9-style cube...
2020-06-15 Ben ClaytonC Interface: Split SPIR-V C interface to own file
2020-06-11 Ben ClaytonFix signed / unsigned mismatch warning (#2266)
2020-06-10 John KessenichBump code gen version, due to removal of OpEntryPoint...
2020-06-10 John KessenichFix #2264: OpEntryPoint incorrectly including function...
2020-06-09 Ryan HarrisonUse correct type for var storing returned value (#2263)
2020-06-09 Roy.liFix xfb stride limit issue (#2088)
2020-06-04 ChowAdd Shared/Std140 SSBO process & top-level array elemen...
2020-06-04 Alejandro Piñeirospirv: Support initializers on uniforms (#1588)
2020-06-03 Ricardo GarciaAdd SPIR-V capabilities needed for spec constants ...
2020-06-02 rdbHLSL: Add better diagnostic when using in/out qualifier...
2020-06-02 rdbHLSL: Recognize POSITION semantic et al in DX9 compatib...
2020-06-02 rdbHLSL: fix handling of uniform qualifier in entry point...
2020-06-02 alelenvAdd default descriptorset decoration for acceleration...
2020-06-02 John KessenichUpdate news for header location change and recommendation.
2020-06-02 dan sinclairRemove install to the SPIRV/ folder. (#2256)
2020-05-28 alelenvEXT_ray_tracing requires spv1.4 (#2237)
2020-05-28 nihuifix warning unused parameter in release build (#2251)
2020-05-28 greg-lunargFix missing patch decoration for TessFactor PCF arg...
2020-05-28 greg-lunargUpdate SPIRV-Tools to stable. Also SPIRV-Headers to...
2020-05-25 alan-bakerUpdate spirv tools (#2246)
2020-05-21 David NetoReorder member init to match decl order (#2241)
2020-05-21 alelenvAdd support for primitive culling layout qualifier...
2020-05-21 Ryan HarrisonReplace incorrect uint32_t with correct int vars (...
2020-05-21 nihuiDo not build glslang-testsuite when ENABLE_CTEST is...
2020-05-21 Malcolm Bechardfix incorrect error when multiple compilation units...
2020-05-21 nihuiAdd an option to make Exceptions enabled (#2239)
2020-05-20 John KessenichFix #2227, which was coded incorrectly, to be simpler...
2020-05-20 John KessenichBuild: Fix #2228, by correcting the type used.
2020-05-20 Roy.liCode refine. (#2227)
2020-05-18 ChowAdd check for DOUBLE in low versions (#2223)
2020-05-18 greg-lunargFlatten all interface variables (#2217)
2020-05-18 John KessenichBump version.
2020-05-15 Roy.liReserve unused std140 uniform block in reflection,...
2020-05-15 John KessenichBump version.
2020-05-14 Jaebaek SeoMove to newer version of SPIRV-Tools
2020-05-12 John KessenichAddress #2211: Improve the copy constructor of TVarLive...
2020-05-12 John KessenichMerge pull request #2214 from maierfelix/master
2020-05-11 Felix MaierFix Web build
2020-05-11 John KessenichMerge pull request #2210 from Flakebi/ubsan
2020-05-11 Sebastian NeubauerExplicitly mark some enums as unsigned
2020-05-01 John KessenichFix #2191: Error check for indexing reference containin...
2020-05-01 John KessenichGLSL: Separate out swizzle handling (potentially fixing...
2020-05-01 John KessenichMerge pull request #2205 from pmistryNV/GL_EXT_blend_fu...
2020-05-01 John KessenichMerge branch 'master' into GL_EXT_blend_func_extended
2020-05-01 John KessenichMerge pull request #2204 from pmistryNV/GL_EXT_shader_i...
2020-05-01 Pankaj MistryAdd support for es extension GL_EXT_blend_func_extended
2020-05-01 John KessenichMerge branch 'master' into GL_EXT_shader_implicit_conve...
2020-05-01 pmistryNVAdd support for extension GL_EXT_shader_integer_mix...
2020-04-30 Pankaj MistryAdd support for extension GL_EXT_shader_implicit_conver...
2020-04-30 John KessenichFix #2201: Improve const and copy constructor for TVarL...
2020-04-29 pmistryNVAdd support for extension GL_ARB_vertex_attrib_64bit...
2020-04-28 pmistryNVAdd support for extension GL_ARB_texture_query_lod...
2020-04-28 dan sinclairRemove unused Es310Desktop430 (#2200)
2020-04-27 pmistryNVAdd support for extension GL_ARB_shading_language_packi...
2020-04-27 John KessenichMove to SPIR-V 1.5 Rev. 3, bump revision, remove a...
2020-04-24 John KessenichNote about Build Status.
2020-04-24 John KessenichMove to latest SPIR-V header, and bump glslang revision.
2020-04-23 pmistryNVAdd support for extension GL_ARB_shader_storage_buffer_...
2020-04-22 Phillip StephensTPpToken: Fix compiling on clang-10 (#2189)
2020-04-21 MennoVinkxcode warnings fix (#2188)
2020-04-20 pmistryNVAdd support for extension GL_ARB_shader_image_size...
2020-04-17 pmistryNVAdd support for extension GL_ARB_shader_bit_encoding...
2020-04-14 Cody NorthropSupport multiple swizzled out operands (#2175)
2020-04-13 John KessenichFix #2178: Allow specialization constants for texel...
2020-04-10 Malacath-92Get rid of all warnings with MSVC and clang-cl (#2177)
2020-04-09 alelenvAdd support for EXT_ray_flags_primitive_culling. (...
2020-04-07 John KessenichError message: Finish addressing #2097, better texture...
2020-04-03 Ryan HarrisonRemove extra semicolons (#2170)
2020-04-02 Malcolm BechardShader interface matching rework to fix #2136 (#2156)
2020-04-01 John KessenichBuild warning: Fix #2167: Remove nested reuse of 'unrea...
2020-03-31 John KessenichBump revision.
2020-03-31 John KessenichMerge pull request #2166 from alelenv/rq_lvalue_fix
2020-03-30 alelenvError assigns to objects of rayQueryEXT type.
2020-03-30 John KessenichMerge pull request #2164 from dj2/unused
2020-03-30 dan sinclairRemove unused variables.
2020-03-30 John KessenichMerge pull request #2162 from ntfshard/small_fix
2020-03-30 John KessenichFix #2163: improve comments for addProcess() and the...
2020-03-29 ntfs.hardprintf format
2020-03-29 ntfs.hardunused var
2020-03-29 ntfs.hardbitwise on boolean
2020-03-29 ntfs.hardopposite inner condition
2020-03-28 John KessenichMerge pull request #2160 from greg-lunarg/kg110
2020-03-27 Greg FischerUpdate spirv-tools known_good to latest stable
2020-03-27 John KessenichMerge pull request #2159 from neslimsah/master
2020-03-27 John KessenichMerge pull request #2157 from neslimsah/master
2020-03-26 Neslisah TorosdagliaccelerationStructureEXT - issue #2152
2020-03-26 Neslisah TorosdagliaccelerationStructureEXT - issue #2152
2020-03-26 Neslisah Torosdaglipass by reference updates
2020-03-26 Neslisah TorosdagliMerge branch 'master' of https://github.com/neslimsah...
2020-03-26 Neslisah Torosdaglipass-by-reference updates
2020-03-26 Neslisah TorosdagliMerge pull request #1 from KhronosGroup/master
2020-03-26 John KessenichMerge pull request #2154 from GMNGeoffrey/patch-1
2020-03-26 Geoffrey Martin... Add missing braces to if condition
next