Avoid leaking name for counter buffer
[platform/upstream/glslang.git] / glslang /
2019-01-16 John KessenichMerge pull request #1658 from KhronosGroup/fix-name...
2019-01-16 John KessenichHLSL: Fix #1655; use "" for nullptr file names. Needs...
2019-01-16 John KessenichBuild: fix warnings. Fixes #1653.
2019-01-11 John KessenichBump revision.
2019-01-11 John KessenichMerge pull request #1652 from gnl21/cmake-fix
2019-01-09 John KessenichMerge pull request #1646 from dneto0/parens-warning
2019-01-08 David NetoParenthesize to avoid GCC warning
2019-01-08 John KessenichMerge pull request #1645 from KhronosGroup/dupe-accelstruct
2019-01-08 John KessenichMerge pull request #1644 from jeffbolznv/buffer_reference
2019-01-07 Jeff BolzGL_EXT_buffer_reference
2019-01-07 dan sinclairMake sure source strings are terminated (#1641)
2019-01-03 Graeme LeeseWork around a CMake cross-compilation issue
2018-12-30 John KessenichMerge pull request #1634 from greg-lunarg/lines10
2018-12-28 Greg FischerCreate separate OpSource for each included file
2018-12-18 John KessenichMerge pull request #1627 from greg-lunarg/lines8
2018-12-18 John KessenichMerge pull request #1633 from akien-mga/cmake-2.8-pthread
2018-12-18 Rémi VerscheldeCMake: Fix linking pthread of CMake < 3.1
2018-12-17 John KessenichBuild: Make calling argument types match declared param...
2018-12-14 John KessenichLicensing. Fixes #958. Add licenes file and update...
2018-12-14 John KessenichBuild: Reduce warnings.
2018-12-13 John KessenichGLSL/SPV: XFB: No streams on types, but support them...
2018-12-10 John KessenichMerge pull request #1620 from akien-mga/unix-executable-bit
2018-12-10 John KessenichMerge pull request #1624 from akien-mga/osdependent...
2018-12-10 Rémi VerscheldeCMake: Link OSDependent with Threads::Threads
2018-12-10 Rémi VerscheldeRemove Unix executable permission from text files
2018-12-08 John KessenichMerge branch 'ClemensRognerSD-dx9-sampler'
2018-12-08 John KessenichManually merge ClemensRognerSD-dx9-sampler and resolve...
2018-12-08 greg-lunargSPV: Fix #1575, fix #1593: Support HLSL #line
2018-12-04 John KessenichMerge pull request #1613 from alegal-arm/types
2018-12-03 Alexander GalazinRename GL_KHX_shader_explicit_arithmetic_types to GL_EX...
2018-11-29 John KessenichMerge pull request #1602 from Igalia/apinheiro/prevent...
2018-11-29 John KessenichMerge pull request #1603 from KhronosGroup/uint-array...
2018-11-29 John KessenichBump version.
2018-11-28 John KessenichMerge pull request #1606 from dj2/ndk_build
2018-11-27 John KessenichBuild: Fix build warnings introduced by 2173c6.
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-27 John KessenichMerge pull request #1597 from sheredom/add_conversion_f...
2018-11-26 Daniel KochImplement GL_EXT_fragment_invocation_density
2018-11-26 John KessenichSPV: non-functional: update to latest headers.
2018-11-26 Neil HenningAdd conversion folding when the source is a constant.
2018-11-25 John KessenichMerge pull request #1592 from KhronosGroup/subgroupBroa...
2018-11-21 John KessenichGLSL: Fix #1591: Require the id in subgroupBroadcast...
2018-11-16 John KessenichBump minor version.
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 KessenichGLSL: Increase supported sizes of XBF strides and offsets.
2018-11-15 John KessenichMerge pull request #1583 from TiemoJung/fix_dot_int
2018-11-15 John KessenichBump revision.
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 John KessenichMerge pull request #1577 from TiemoJung/fix_broken_type...
2018-11-14 Jeff BolzImplement GL_EXT_scalar_block_layout
2018-11-14 t.jungUpdated type conversion rules for HLSL frontend
2018-11-12 John KessenichMerge pull request #1569 from amdrexu/bugfix
2018-11-12 Rex XuFix parser issue: redeclare gl_FragStencilRefARB is...
2018-11-10 Alejandro PiñeiroParseHelper: assign global XfbBuffer to a block missing it
2018-11-09 John KessenichMerge pull request #1547 from Igalia/apinheiro/xfb...
2018-11-08 John KessenichFix #1563: Corrupt token when an object macro miscalls...
2018-11-08 John KessenichPP: More clearly distinguish funtion-like and object...
2018-11-07 John KessenichMerge pull request #1564 from jeffbolznv/spirv-pch
2018-11-07 Jeff BolzRename PCH macro to glslang_pch (to avoid name collisio...
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-10-31 Jeff BolzUse precompiled headers for some glslang projects
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-31 Alejandro PiñeiroParseHelper: assign xfb_offset for struct members too
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-22 John KessenichMerge pull request #1534 from Kangz/no_static_lib
2018-10-21 John KessenichBuild: Fix #1490, unused variables.
2018-10-20 John KessenichFix #1536: use string instead of TString for uniform...
2018-10-17 John KessenichMerge pull request #1533 from amdrexu/bugfix
2018-10-17 Rex XuFix a parse issue of imageAtomicCompSwap()
2018-10-05 John KessenichMerge pull request #1523 from sparmarNV/fix-SPV_NV_mesh...
2018-10-05 John KessenichMerge pull request #1524 from chaoc/master
2018-10-05 Chao ChenFor GL_NV_geometry_shader_passthrough extension, the...
2018-10-05 John KessenichMerge pull request #1515 from Igalia/more-location...
2018-10-04 Sahil ParmarAllow redeclaration of builtin interface blocks in...
2018-10-02 Neil RobertsAdd an option to set the base uniform location
2018-10-02 Neil RobertsAdd a command-line option to override uniform locations
2018-09-28 John KessenichMerge pull request #1507 from sparmarNV/fix-SPV_NV_mesh...
2018-09-27 Sahil ParmarBased on feedback rename checkShaderStageForNVExtension...
2018-09-26 Sahil ParmarCall checkShaderStageForNVExtensions() from function...
2018-09-26 John KessenichMerge pull request #1510 from Kangz/complete_lib
2018-09-26 Sahil Parmarchanges based on feedback
2018-09-26 John KessenichInterfaces: Remove NV_EXTENSIONS from two more headers.
2018-09-26 John KessenichMerge pull request #1508 from jeffbolznv/remove_ifdefs_...
2018-09-26 Jeff BolzRemove NV_EXTENSION ifdefs from ShaderLang.h
2018-09-26 John KessenichInterface: remove NV_EXTENSIONS from the resources...
2018-09-25 John KessenichMerge pull request #1506 from alelenv/master
2018-09-25 John KessenichMerge pull request #1505 from dj2/gn_build
2018-09-25 Sahil ParmarAdd ES 320 support and additional error checks for...
2018-09-25 Ashwin LeleFix missing case label for miss stage.
next