platform/upstream/glslang.git
2017-07-29 John KessenichMerge pull request #1005 from LoopDawg/remove-unused
2017-07-29 LoopDawgHLSL: Non-functional: warning fix, remove unused member.
2017-07-28 John KessenichGLSL reflection: Fix #985: reflect runtime sized arrays...
2017-07-28 John KessenichNonfunctional: Add reflect test case, and fix long...
2017-07-28 John KessenichNonfunctional: Shorten some lines to the coding standar...
2017-07-27 John KessenichMerge pull request #1002 from amdrexu/bugfix
2017-07-27 Rex XuSPV: Memory qualifiers should decorate top-level block...
2017-07-26 John KessenichMerge pull request #997 from LoopDawg/clipcull-semantic
2017-07-26 LoopDawgHLSL: handle multiple clip/cull semantic IDs
2017-07-26 John KessenichSPV: Update to latest 1.0 headers, removing redundancie...
2017-07-25 John KessenichMerge pull request #1000 from LoopDawg/samplecmpzero...
2017-07-25 LoopDawgFix dref explicit LOD form of sample with cube texture...
2017-07-23 John KessenichGLSL: Implement version 320 for ES.
2017-07-23 John KessenichGLSL: Add version-number checking.
2017-07-21 John KessenichSPV/OpenGL: Require locations on non-opaque uniform...
2017-07-21 John KessenichMerge pull request #991 from LoopDawg/resource-set...
2017-07-20 John KessenichReflection: Fix #977: Expose getBinding(), use in new...
2017-07-18 LoopDawgFix crash with --resource-set-binding [n] (common set...
2017-07-18 John KessenichMerge pull request #996 from KhronosGroup/decorate...
2017-07-18 John KessenichSPV: Fix #995: Include memory decorations on parameters.
2017-07-18 John KessenichSPV: Non-functional: support lists of decorations per...
2017-07-16 John KessenichMerge pull request #994 from KhronosGroup/opaque-init
2017-07-16 John KessenichFix #980: flatten opaque initializers to use aliases.
2017-07-16 John KessenichMerge pull request #992 from polarina/null-deref-fix
2017-07-15 Gabríel Arthúr... Fix NULL pointer dereference in TParseContext::builtInO...
2017-07-14 John KessenichSPV: Address #989: Don't add Location to built-ins...
2017-07-14 John KessenichMerge pull request #987 from KhronosGroup/global-std140
2017-07-13 John KessenichAddress part A of #982: $Global will use std140 instead...
2017-07-13 John KessenichMerge pull request #978 from LoopDawg/global-const...
2017-07-13 John KessenichMerge pull request #983 from LoopDawg/warning-fix
2017-07-12 LoopDawgFix StandAlone.cpp compilation warnings
2017-07-11 LoopDawgWIP: HLSL: support global const initializers from non...
2017-07-07 John KessenichBuild: Fix #975: shut up a compiler warning (code was...
2017-07-06 John KessenichNonfunctional, infrastructure: Clean up Test directory...
2017-07-06 John KessenichMerge pull request #971 from amdrexu/bugfix
2017-07-06 Rex XuHLSL: Translate directive [flatten] and [branch] to...
2017-07-06 John KessenichTests: Add a test for concurrent use of std430 and...
2017-07-05 John KessenichMerge pull request #965 from chaoc/spv-khr-post-depth...
2017-07-05 chaocImplement SPV_KHR_post_depth_coverage
2017-07-05 John KessenichMerge pull request #974 from LoopDawg/anyall-types
2017-07-05 LoopDawgHLSL: handle type conversion for any/all intrinsics
2017-07-04 John KessenichMerge pull request #969 from d3x0r/patch-1
2017-07-04 John KessenichMerge pull request #970 from rohith10/master
2017-07-04 Rohith ChandranFix CMake scripts: The set_property script can be used...
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rUpdate CMakeLists.txt
2017-07-04 d3x0rAdd option to skip installation
2017-07-04 John KessenichMerge pull request #967 from dsrbecky/multiview
2017-07-04 John KessenichHLSL: Non-functional: Move partial flattened access...
2017-07-04 John KessenichHLSL: Non-functional: some coding convention tweaks...
2017-07-04 John KessenichMerge pull request #966 from TiemoJung/io_remapper_update
2017-07-04 John KessenichMerge pull request #959 from TiemoJung/texture_upgrade
2017-07-03 David SrbeckyMultiview extension: Accept layout(num_views) qualifier
2017-07-01 t.jungio resolver improvements
2017-06-30 John KessenichMerge pull request #964 from dsrbecky/multiview
2017-06-30 David SrbeckýImplement extensions GL_OVR_multiview and GL_OVR_multiview2
2017-06-30 t.jungFix for not transforming all image symbols into sampled...
2017-06-29 John KessenichMerge pull request #957 from amdrexu/feature
2017-06-29 John KessenichMerge pull request #961 from benvanik/fix_order
2017-06-29 Ben VanikFixing initialization order to fix -Wreorder warning...
2017-06-29 John KessenichGLSL: validation of early_fragment_tests, others, on...
2017-06-29 Rex XuImplement extension GL_ARB_shader_stencil_export
2017-06-27 John KessenichHLSL: Fix #942: Map SV_TargetN to SPV Location N.
2017-06-27 John KessenichHLSL: Fix hull-shader test.
2017-06-26 John KessenichHLSL: Don't pin down which tessellation stage must...
2017-06-26 John KessenichHLSL: support point mode.
2017-06-26 John KessenichMerge pull request #950 from dsrbecky/shadow_samplers
2017-06-26 John KessenichMerge pull request #948 from KhronosGroup/env-control
2017-06-26 John KessenichCommand-line: Add support for setting language's enviro...
2017-06-26 John KessenichInfrastructure: Non-functional: rationalize some comman...
2017-06-26 John KessenichInfrastructure: Non-functional: Move to rich descriptio...
2017-06-26 David SrbeckyAdd support for GL_EXT_shadow_samplers
2017-06-23 John KessenichMerge pull request #947 from LoopDawg/clip-cull-distance
2017-06-23 LoopDawgWIP: HLSL: handle clip/cull distance array semantic...
2017-06-21 John KessenichHLSL: Broaden solution for #940, editing integer input...
2017-06-20 John KessenichHLSL: Force flat interpolation for structure members...
2017-06-20 John KessenichBuild: add switch default to make compilers happy
2017-06-20 John KessenichMerge pull request #943 from xxxbxxx/for-upstream-1
2017-06-20 John KessenichHLSL: Force flat (nointerp) onto integer fragment inputs.
2017-06-20 xavierhlsl: "in out" is also an inout qualifier.
2017-06-19 John KessenichNon-functional: Attempt to reset Travis error, while...
2017-06-19 John KessenichHLSL: Remove support for named tbuffer/cbuffer. Fixes...
2017-06-19 John KessenichHLSL: Non-functional: Make test valid HLSL, and related...
2017-06-15 John KessenichMerge pull request #917 from KhronosGroup/remove-redund...
2017-06-15 John KessenichTests: Fix missing test result.
2017-06-15 John KessenichStandalone: Implement -D and -U for preprocessor macros.
2017-06-14 John KessenichStandalone: Rationalize ShaderCompUnit and file data.
2017-06-14 John KessenichInfrastructure: Rationalize command-line options.
2017-06-14 John KessenichMerge pull request #931 from LoopDawg/scalar-mat-assign
2017-06-14 LoopDawgHLSL: fix several issues in mat construction from scalars
2017-06-14 John KessenichMerge pull request #937 from amdrexu/bugfix
2017-06-14 Rex XuSPV: Fix an typo of SPV_AMD_texture_gather_bias_lod
2017-06-14 John KessenichHLSL: Fix #924: Convert between two different arrays...
2017-06-14 John KessenichHLSL: Recognize types declared as identifiers as identi...
next