platform/upstream/glslang.git
2017-07-03 David SrbeckyMultiview extension: Accept layout(num_views) qualifier
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-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...
2017-06-12 John KessenichMerge pull request #932 from LoopDawg/warning-fix-1
2017-06-10 LoopDawgHLSL: compilation warning fix: no functional change
2017-06-09 John KessenichMerge branch 'amdrexu-feature'
2017-06-09 Rex XuImplement extension GL_AMD_gpu_shader_int16
2017-06-08 John KessenichHLSL: Allow macro expansions to create the 'defined...
2017-06-08 John KessenichGLSL: Fix #853: Only outer dimension of array can be...
2017-06-08 John KessenichGLSL: Correct missing "not" from error message about...
2017-06-08 John KessenichGLSL: Disallow 'shared' in nested scopes.
2017-06-08 John KessenichGLSL: Disallow unsized arrays of atomic_uint.
2017-06-08 John KessenichBuild: reset for multi-threaded test error, that report...
2017-06-08 John KessenichGLSL: Fix Khronos private Bugzilla 15973: local sizes...
2017-06-07 John KessenichGLSL: Fix #396: Error when 'defined' comes from macro...
2017-06-07 John KessenichMerge pull request #922 from KhronosGroup/dash-I
2017-06-07 John KessenichInfrastructure: add include search paths (-I, etc.).
2017-06-07 John KessenichHLSL: Implement half matrices, and map all half* -...
2017-06-07 John KessenichHLSL: Track control-flow nesting and warn on aliasing...
2017-06-07 John KessenichInfrastructure: Move nesting counters, etc., to base...
2017-06-07 John KessenichBuild: Fix build warnings.
2017-06-06 John KessenichMerge pull request #920 from jeremy-lunarg/jeremy-build
2017-06-06 Jeremy HayesBuild: Fix linux
2017-06-06 John KessenichHLSL: Fix #919: for-init-statement is arbitrary declara...
2017-06-05 John KessenichGLSL: replace general missing functionality with specif...
2017-06-05 John KessenichMerge pull request #912 from amdrexu/feature
2017-06-05 Rex XuImplement the extension GL_AMD_texture_gather_bias_lod
2017-06-04 John KessenichReplace #422: Remove the redundant location setting...
2017-06-04 John KessenichGLSL: Fix bug setting component=0 for an auto-location...
2017-06-04 John KessenichGLSL: Error when using location on an arrayed block.
2017-06-03 John KessenichMerge pull request #899 from antiagainst/rm-empty-cpps
2017-06-03 John KessenichMerge pull request #915 from LoopDawg/subvec4-intrinsic
2017-06-03 John KessenichMerge pull request #905 from KhronosGroup/flatten-opaqu...
2017-06-03 John KessenichHLSL: Convert run-time sampler assignments to compile...
2017-06-02 John KessenichSPV: When passing structs of opaque types, flatten...
2017-06-02 John KessenichHLSL: iomapper: Fix #914. Tolerate user aliasing of...
2017-06-01 LoopDawgHLSL: add test coverage for sub-vec4 texture intrinsics
2017-06-01 John KessenichMerge pull request #907 from KhronosGroup/include
2017-06-01 John KessenichMerge pull request #913 from amdrexu/bugfix
2017-06-01 John KessenichHLSL: Add an Includer to handle #include.
2017-06-01 Rex XuParser: Add missing codes for float16
2017-06-01 John KessenichMerge pull request #911 from KhronosGroup/debug-info
2017-06-01 John KessenichSPV: Debug output: Include OpLine information for execu...
2017-05-31 John KessenichSPV: Add OpSource shader source code and file name.
2017-05-29 John KessenichMerge pull request #856 from TiemoJung/texture_upgrade
2017-05-29 t.jungPure Texture to Sampled Texture Transform
2017-05-25 John KessenichMerge pull request #901 from LoopDawg/imat-construct
2017-05-25 John KessenichSPV: Fix #904: Correctly check for built-in block redec...
2017-05-24 John KessenichHLSL: Fix #903: Don't short-circuit && or ||.
2017-05-24 John KessenichHLSL: Fix #902: Incorrect protection against zero argum...
2017-05-21 LoopDawgHLSL: Add imat, umat, and bmat constructors
2017-05-20 John KessenichFix #373: Implicitly make gl_FragColor a location=0...
2017-05-20 John KessenichSPV: Correctly enforce 'location' presence on in/out...
2017-05-20 John KessenichMerge pull request #900 from LoopDawg/tx-overloads
2017-05-20 John KessenichMore non-determinism fixed.
2017-05-20 John KessenichFix C++ portability, non-deterministic order of argumen...
2017-05-20 John KessenichFix #857: Convert uniform int to local bool for struct...
2017-05-20 John KessenichHLSL: Don't do logical short-circuits when the operands...
2017-05-20 LoopDawgHLSL: allow name mangling based on texture template...
2017-05-19 Lei ZhangRemove empty cpp files
2017-05-19 John KessenichMerge pull request #896 from KhronosGroup/spv-location
2017-05-19 John KessenichMerge pull request #897 from LoopDawg/remap-specconstop...
2017-05-18 LoopDawgRemapper: handle embedded opcode in OpSpecConstantOp
next