Avoid spurious warning about uninit var
[platform/upstream/glslang.git] / gtests /
2020-07-22 John KessenichMerge pull request #2353 from vkushwaha-nv/SPV_EXT_shad...
2020-07-22 Vikram KushwahaAdd changes for SPV_EXT_shader_atomic_float_add
2020-07-14 John KessenichMerge pull request #2343 from KhronosGroup/fix-non...
2020-07-14 John KessenichFix recently found non-determinism with gl_WorldToObjec...
2020-07-14 John KessenichMerge pull request #2339 from ben-clayton/cmake-project
2020-07-14 John KessenichMerge pull request #2341 from ben-clayton/bison-license
2020-07-14 John KessenichNon-determinism: Remove test file that seems to trigger...
2020-07-13 John KessenichMerge pull request #2337 from KhronosGroup/revert-ANGLE
2020-07-13 John KessenichRevert "Merge pull request #2330 from ShabbyX/optimize_...
2020-07-13 John KessenichFix #2329: don't use invalid initializers.
2020-07-11 John KessenichMerge pull request #2330 from ShabbyX/optimize_for_angle
2020-07-09 John KessenichMerge pull request #2327 from ben-clayton/fix-pch
2020-07-08 Shahbaz YoussefiUse GLSLANG_ANGLE to strip features to what ANGLE requires
2020-07-07 Ben ClaytonUse CMake's builtin functionality for PCHs
2020-07-04 John KessenichMerge pull request #2317 from ShabbyX/glslang_angle
2020-07-03 John KessenichMerge pull request #2311 from ben-clayton/license-checker
2020-07-03 John KessenichMerge pull request #2312 from ben-clayton/fix-copyright
2020-07-03 Ben ClaytonLicense headers: s/Google/The Khronos Group
2020-07-03 John KessenichMerge pull request #2310 from ben-clayton/license-checker
2020-07-02 Ben ClaytonAdd missing copyright headers
2020-07-02 John KessenichMerge pull request #2268 from lriki/hlsl-pack_matrix
2020-07-02 John KessenichMerge pull request #2303 from ben-clayton/limit-public-2
2020-07-01 John KessenichMerge pull request #2307 from KhronosGroup/location...
2020-07-01 John KessenichTests: More broadly use automapping binding/location.
2020-06-30 John KessenichMerge pull request #2302 from KhronosGroup/fix-texture...
2020-06-30 John KessenichSPV: RelaxedPrecision: use the result precision for...
2020-06-30 John KessenichMerge pull request #2292 from proydakov/gcc-unused...
2020-06-29 John KessenichMerge pull request #2286 from ben-clayton/kokoro-static...
2020-06-28 John KessenichMerge pull request #2294 from KhronosGroup/fix-arg...
2020-06-26 John KessenichSPV: Partially address #2293: correct "const in" precis...
2020-06-25 lrikiAdd pack_matrix test
2020-06-10 John KessenichFix #2264: OpEntryPoint incorrectly including function...
2020-06-09 Roy.liFix xfb stride limit issue (#2088)
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-05-28 alelenvEXT_ray_tracing requires spv1.4 (#2237)
2020-05-28 greg-lunargFix missing patch decoration for TessFactor PCF arg...
2020-05-21 alelenvAdd support for primitive culling layout qualifier...
2020-05-21 Malcolm Bechardfix incorrect error when multiple compilation units...
2020-04-13 John KessenichFix #2178: Allow specialization constants for texel...
2020-04-02 Malcolm BechardShader interface matching rework to fix #2136 (#2156)
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-27 John KessenichMerge pull request #2157 from neslimsah/master
2020-03-26 Neslisah Torosdaglipass by reference updates
2020-03-25 John KessenichMerge pull request #2139 from neslimsah/master
2020-03-24 Neslisah Torosdaglicompute and fragment shader test_cases added for rayQuery
2020-03-24 Neslisah TorosdaglirayQuery test cases added
2020-03-23 Neslisah Torosdaglitest names updated
2020-03-23 Neslisah TorosdaglirayQuery test cases disabled
2020-03-20 Neslisah TorosdagliMerge branch 'master' of https://github.com/neslimsah...
2020-03-20 Neslisah TorosdagliGL_EXT_ray_query glslang updates, and test cases added.
2020-03-18 John KessenichMerge pull request #2130 from dgkoch/EXT_ray_tracing
2020-03-18 Daniel KochAdd support for GLSL_EXT_ray_tracing
2020-03-17 John KessenichMerge pull request #2129 from jeffbolznv/memoryBarrierA...
2020-03-17 Jeff BolzForbid memoryBarrierAtomicCounter for Vulkan compiles
2020-03-16 Malcolm BechardFix #2005. Allow multiple compilation units to declare...
2020-03-11 John KessenichMerge pull request #2110 from jeffbolznv/escapeseq
2020-03-10 Jeff BolzEXT_debug_printf - make escape sequences better match...
2020-03-10 John KessenichMerge pull request #2105 from jeffbolznv/nonunif
2020-03-09 Jeff BolzDecorate accesschain operand for nonuniform UBO loads
2020-03-09 Jeff BolzAllow nonuniformEXT() on sampler types.
2020-03-09 John KessenichMerge pull request #2102 from sfricke-samsung/sfricke...
2020-03-09 John KessenichMerge pull request #2101 from travisfoo/master
2020-03-06 John KessenichMerge pull request #2100 from travisfoo/master
2020-03-06 John KessenichMerge pull request #2098 from jeffbolznv/debugprintf
2020-03-05 Jeff BolzGL_EXT_debug_printf implementation
2020-02-20 John KessenichMerge pull request #2086 from samuelig/SPV_AMD_shader_i...
2020-02-19 John KessenichMerge pull request #2089 from Roy-AMD/Fix-iomapper...
2020-02-18 John KessenichMerge pull request #2087 from KhronosGroup/fix-2070...
2020-02-18 John KessenichFix part of #2070: Correctly handle promotion for ...
2020-01-27 John KessenichMerge pull request #1940 from tsuoranta/fix-gcc9
2019-12-18 Roy.liMerge pull request #7 from KhronosGroup/master
2019-11-23 John KessenichMerge pull request #1972 from andflo-Arm/master
2019-11-22 John KessenichMerge branch 'dj2-install'
2019-11-22 John KessenichMerge pull request #1980 from mattst88/respect-CMAKE_IN...
2019-11-21 Dan SinclairCheck for ENABLE_SPVREMAPPER flag in CMakeList files.
2019-11-18 Arfrever Frehtes... Respect CMAKE_INSTALL_LIBDIR in installed CMake files
2019-11-14 Andreas FlöjtAdd a test for 8- and 16-bit construction.
2019-11-04 John KessenichMerge pull request #1953 from null77/gn-add-missing...
2019-11-04 John KessenichMerge pull request #1954 from corporateshark/master
2019-11-01 John KessenichMerge branch 'dneto0-dead-code'
2019-11-01 John KessenichMerge branch 'dead-code' of https://github.com/dneto0...
2019-10-29 David NetoSPIR-V: Aggressively prune unreachable merge, continue...
2019-10-22 John KessenichMerge pull request #1941 from ehsannas/bazel_build
2019-10-17 John KessenichMerge pull request #1937 from jeffbolznv/volatile_atomics
2019-10-17 Jeff BolzOnly apply volatile semantics to atomics when using...
2019-10-15 John KessenichMerge pull request #1866 from rumblehhh/master
2019-10-12 John KessenichMerge pull request #1880 from georgeouzou/master
2019-10-11 John KessenichMerge pull request #1888 from Roy-AMD/Adjusting-code...
2019-10-03 John KessenichMerge pull request #1918 from KhronosGroup/format-attri...
2019-09-28 John KessenichHLSL: Fix #1912: add attribute syntax for overriding...
2019-09-25 John KessenichMerge pull request #1906 from ShchchowAMD/master
2019-09-19 John KessenichMerge pull request #1907 from kainino0x/separate-web...
2019-09-19 John KessenichMerge pull request #1905 from KhronosGroup/GL_EXT_buffe...
2019-09-19 John KessenichSPV_KHR_physical_storage_buffer/SPV: Add GL_EXT_buffer_...
2019-09-18 John KessenichMerge branch 'master' into separate-web-and-emscripten
2019-09-18 John KessenichMerge pull request #1902 from jeffbolznv/extended_types
2019-09-18 Jeff BolzAdd GL_EXT_shader_subgroup_extended_types support
next