SPV: For GLSL only, bitcast OpArrayLength result back to int.
[platform/upstream/glslang.git] / SPIRV / GlslangToSpv.cpp
2018-11-28 John KessenichSPV: For GLSL only, bitcast OpArrayLength result back...
2018-11-27 John KessenichMerge pull request #1567 from Igalia/apinheiro/xfb...
2018-11-27 John KessenichMerge pull request #1595 from dgkoch/EXT_fragment_invoc...
2018-11-26 Daniel KochImplement GL_EXT_fragment_invocation_density
2018-11-16 John KessenichMerge branch 'jeffbolznv-scalar_block_layout'
2018-11-16 John KessenichMerge branch 'scalar_block_layout' of https://github...
2018-11-15 John KessenichMerge pull request #1583 from TiemoJung/fix_dot_int
2018-11-15 t.jung[HLSL/Spir-V] fix for incorrect spir-v on int dot(int...
2018-11-14 John KessenichMerge pull request #1579 from TiemoJung/handle_c_register
2018-11-14 John KessenichMerge pull request #1580 from TiemoJung/float1_times_sc...
2018-11-14 Jeff BolzImplement GL_EXT_scalar_block_layout
2018-11-14 t.jungHLSL: fix invalid spir-v vector * scalar for float1
2018-11-13 John KessenichMerge pull request #1571 from dj2/result
2018-11-13 Dan SinclairReview feedback
2018-11-12 Dan SinclairHandle potentially uninitialized result
2018-11-09 John KessenichMerge pull request #1547 from Igalia/apinheiro/xfb...
2018-11-02 John KessenichMerge pull request #1559 from jeffbolznv/glslang_pch
2018-11-02 John KessenichMerge pull request #1557 from nicebyte/spec-const-decor...
2018-11-02 Grigory DzhavadyanAdd names for composite constants in SPIR-V
2018-10-31 John KessenichMerge pull request #1543 from alelenv/nv-raytracing...
2018-10-31 Ashwin LeleMultiple features and misc fixes for final raytracing...
2018-10-30 John KessenichMerge pull request #1558 from Kangz/fix_build_gn
2018-10-29 John KessenichMerge pull request #1556 from Kangz/msvc
2018-10-26 John KessenichMerge pull request #1542 from sheredom/fix_8bit_storage...
2018-10-26 John KessenichSPV/Standalone: Support specifying arbitrary versions...
2018-10-26 John KessenichMerge pull request #1549 from sparmarNV/fix-SPV_NV_mesh...
2018-10-26 Neil HenningFix 8-bit storage nearly always using the
2018-10-26 Sahil ParmarAllow GL_NV_mesh_shader in fragment shaders for perprim...
2018-10-16 John KessenichMerge pull request #1531 from jeffbolznv/workgroup_nonp...
2018-10-16 Jeff BolzFix flags.nonprivate to be true for workgroup memory...
2018-09-19 John KessenichMerge pull request #1499 from chaoc/nvidia_turing
2018-09-19 Chao ChenAdd-support-for-SPV_NV_shading_rate
2018-09-19 Chao ChenAdd-support-for-SPV_NVX_raytracing
2018-09-19 Chao ChenAdd-support-for-SPV_NV_mesh_shader
2018-09-19 Chao Chen0003-Add-support-for-SPV_NV_shader_image_footprint
2018-09-19 Chao ChenAdd-support-for-SPV_NV_compute_shader_derivatives
2018-09-19 Chao ChenAdd-support-for-SPV_NV_fragment_shader_barycentric
2018-09-18 John KessenichBuild: Fix some warnings.
2018-09-11 John KessenichSPV: Fix #1487: Only declare AMD int16/half_float exten...
2018-09-07 John KessenichMerge branch 'jeffbolznv-memory_scope_semantics'
2018-09-07 Jeff BolzGL_KHR_memory_scope_semantics
2018-08-31 John KessenichMerge pull request #1465 from otakuto/remove-execute...
2018-08-31 John KessenichMerge pull request #1485 from karl-lunarg/karl-lunarg...
2018-08-30 John KessenichSPV: Turn off the default validation done by the SPIRV...
2018-08-30 John KessenichMerge pull request #1482 from KhronosGroup/validate
2018-08-23 John KessenichSPV: Add option for controling when the SPIRV-Tools...
2018-08-23 John KessenichSPV: Isolate SPIRV-tools glue to its own file.
2018-08-23 John KessenichSPV: Add SPIRV-Tools validator. This needs the latest...
2018-08-22 John KessenichNon-functional: Rationalize some existing use of SPIRV...
2018-08-20 John KessenichMerge pull request #1480 from dneto0/stringify
2018-08-20 David NetoUse our own SPIRV-Tools message stringifier
2018-08-18 John KessenichMerge pull request #1474 from KhronosGroup/pure-8-16...
2018-08-16 John KessenichSPV: only declare the pure 8/16-bit capabilities when...
2018-08-14 John KessenichSPV: More corrections of <id> versus "immediate" operands.
2018-08-09 John KessenichMerge pull request #1466 from Kangz/warning_fixes
2018-08-09 Corentin WallezFix -Wignored-qualifier and -Wunused-variable warnings
2018-08-06 otakutoRemove execute permissions
2018-08-06 John KessenichMerge pull request #1460 from KhronosGroup/postprocess
2018-08-03 John KessenichNon-Functional: Add postprocess as more robust way...
2018-07-20 John KessenichMerge branch 'master' of https://github.com/zeux/glslan...
2018-07-19 John KessenichMerge pull request #1436 from karl-lunarg/karl-ccache
2018-07-19 John KessenichMerge pull request #1446 from KhronosGroup/spv-link
2018-07-19 John KessenichMerge pull request #1437 from mattparks/patch-2
2018-07-19 John KessenichMerge branch 'jeffbolznv-missing_descriptor_indexing_ex...
2018-07-19 John KessenichMerge branch 'missing_descriptor_indexing_extension...
2018-07-12 Jeff BolzAdd missing OpExtension SPV_EXT_descriptor_indexing...
2018-07-03 John KessenichMerge pull request #1431 from KhronosGroup/implement...
2018-07-03 John KessenichImplement GL_EXT_shader_16bit_storage and GL_EXT_shader...
2018-06-05 John KessenichFix #1360: uint->int width conversions must still be...
2018-06-04 John KessenichFix #1395: GLSL volatile maps to SPIR-V Volatile and...
2018-06-04 John KessenichChange the major revision number for next commit.
2018-06-01 John KessenichMerge pull request #1394 from greg-lunarg/kg20
2018-05-31 GregFUpdate spirv-tools known-good.
2018-05-25 John KessenichMerge pull request #1386 from zeux/master
2018-05-17 John KessenichMerge pull request #1381 from LoopDawg/coverage_array
2018-05-17 John KessenichMerge pull request #1383 from amdrexu/bugfix
2018-05-17 Rex XuFix issue #1376: SPV_AMD_gpu_shader_half_float is not...
2018-05-15 John KessenichSPV: Fix #1374: For an SSBO 16-bit access, only emit...
2018-05-05 John KessenichMerge pull request #1370 from KhronosGroup/fix-param...
2018-05-04 John KessenichFix #944: Convert argument type to match formal paramet...
2018-04-17 John KessenichMerge branch 'glsl-ext' of https://github.com/nicebyte...
2018-04-15 John KessenichMerge pull request #1345 from amdrexu/bugfix
2018-04-14 Rex XuSpecify SPV_AMD_gpu_shader_int16 extension string when...
2018-04-12 John KessenichMerge pull request #1326 from mattparks/patch1
2018-04-10 John KessenichMerge pull request #1343 from KhronosGroup/uint-counter...
2018-04-10 John KessenichMerge pull request #1341 from St0fF-NPL-ToM/master
2018-04-09 St0fFfix further MSVC 2012 build issues
2018-04-06 John KessenichFix #1331: Emit SPV_GOOGLE_hlsl_functionality1 for...
2018-04-05 John KessenichMerge branch 'nonuniform-dynindex'
2018-04-05 John KessenichGLSL/SPV: Implement SPV_EXT_descriptor_indexing and...
2018-03-30 John KessenichMerge pull request #1322 from jeffbolznv/master
2018-03-30 Jeff BolzImplement GL_NV_shader_subgroup_partitioned
2018-03-30 John KessenichMerge pull request #1320 from greg-lunarg/addopt21
2018-03-29 GregFOnly print legalization warning if optimizer disabled
2018-03-29 John KessenichMerge pull request #1319 from KhronosGroup/array-ration...
2018-03-29 John KessenichMerge pull request #1316 from greg-lunarg/addopt18
2018-03-29 John KessenichNon-functional. Rationalizations enabling future genera...
2018-03-27 GregFDisable DCE by Remapper through glslangValidator...
2018-03-27 John KessenichMerge pull request #1313 from greg-lunarg/kg15
2018-03-26 John KessenichMerge pull request #1312 from KhronosGroup/fix-mixed...
next