platform/upstream/glslang.git
2017-02-21 David NetoAdd override where needed by clang++
2017-02-18 John KessenichFix issue #676: emit error message on failure to open...
2017-02-18 John KessenichSPV: Fix #723: construct vectors from matrices.
2017-02-18 John KessenichMerge pull request #727 from jekstrand/image-load-formatted
2017-02-18 John KessenichMerge pull request #729 from gwihlidal/master
2017-02-17 Jason EkstrandImplement GL_EXT_shader_image_load_formatted
2017-02-17 Graham WihlidalWarning fixes
2017-02-17 Graham WihlidalHLSL - Support for SV_GroupIndex
2017-02-17 Graham WihlidalMerge pull request #1 from KhronosGroup/master
2017-02-17 John KessenichMerge pull request #720 from flaviobortot/master
2017-02-17 John KessenichMerge pull request #728 from MaciejJesionowskiAMD/fix...
2017-02-17 Maciej JesionowskiFix mismatched doc string for SPV_KHR_subgroup_vote
2017-02-15 John KessenichMerge pull request #724 from chaoc/master
2017-02-15 FlavioRemoved tabs and replaced with spaces. Changed layout...
2017-02-14 chaocImplement NVX_multiview_per_view_attributes
2017-02-13 John KessenichSupport align/offset for all versions GLSL/ESSL targeti...
2017-02-11 John KessenichMerge pull request #722 from steve-lunarg/tessellation
2017-02-11 John KessenichPP, nonfunctional: Properly encapsulate a TokenStream.
2017-02-10 steve-lunargAdd basic HS/DS implementation.
2017-02-10 John KessenichPP, nonfunctional: Remove crufty bit-twiddling of tokens.
2017-02-10 John KessenichFix issue #708: token pasting within macro argument...
2017-02-09 John KessenichMerge pull request #707 from KhronosGroup/emit-opSelect
2017-02-09 John KessenichAddress issue #718. Should change which warning is...
2017-02-09 John KessenichSPV: Implement specialization constants for ?:.
2017-02-09 John KessenichSPV: Emit OpSelect when a selection node is simple...
2017-02-09 John KessenichMerge pull request #685 from KhronosGroup/wrap-entry...
2017-02-08 John KessenichHLSL: don't do a deepCopy() for typedef, as we still...
2017-02-07 John KessenichHLSL: Add tests and refine what decorations are passed...
2017-02-07 John KessenichHLSL: Move to fine-grained control for defining input...
2017-02-07 John KessenichHLSL: Build IO types bottom up, as parsed, and cache...
2017-02-07 John KessenichHLSL: Have loose uniforms also go through the makeTypeN...
2017-02-07 steve-lunargHLSL: remove pervertex output blocks
2017-02-07 John KessenichBuild: Fix Linux for older compiler: Use TMap instead...
2017-02-07 steve-lunargHLSL: fix copies between arrays of structs of builtins...
2017-02-07 John KessenichHLSL: Make the entry-point shadow function have non...
2017-02-07 steve-lunargHLSL: Type sanitization: create non-IO types for var...
2017-02-07 John KessenichAST: Have type deepCopy() preserve type graphs as graphs.
2017-02-07 John KessenichHLSL: Wrap the entry-point; need to write 'in' args...
2017-02-06 FlavioAdded --vn option to generate a C header file containin...
2017-02-02 John KessenichResolve issue #700: allow initializers on struct members.
2017-02-02 John KessenichMemory/constructor/warning clean-up. Addresses issue...
2017-02-02 John KessenichMerge pull request #711 from eoma/fix-friendly-speciali...
2017-01-31 Endre OmaSPV: Emit names of specialization constants
2017-01-30 John KessenichMerge pull request #706 from Ralith/install-headers
2017-01-30 Benjamin SaundersInstall headers
2017-01-27 John KessenichFix bug from PR #678: NV_EXTENSIONS deleted implicit...
2017-01-26 John KessenichFix issue #693. Ternary operator on void type.
2017-01-26 John KessenichMerge pull request #690 from ligfx/proper_dependencies
2017-01-26 John KessenichREADME: point to HLSL status issues
2017-01-26 John KessenichMerge pull request #702 from resetnow/master
2017-01-26 Vlad IvanovSpvBuilder: add const specifier to vector reference...
2017-01-26 John KessenichMerge pull request #694 from mtavenrath/fix_origin_link
2017-01-25 Markus TavenrathUse correct OriginUpperLeft when linking more than...
2017-01-24 John KessenichMerge pull request #696 from amdrexu/bugfix2
2017-01-24 John KessenichMerge pull request #695 from amdrexu/bugfix
2017-01-24 Rex XuSemantics: Texture clamp functions are available for...
2017-01-24 Rex XuFix a CMakeLists issue
2017-01-23 John KessenichMerge pull request #692 from hrydgard/no-nvextensions...
2017-01-23 Henrik RydgardFix build if NV_EXTENSIONS is not set
2017-01-21 John KessenichMerge pull request #678 from chaoc/stereo_view_rendering
2017-01-21 Michael MalteseCMake: add target_link_libraries internally
2017-01-21 chaocsupport SPV_NV_viewport_array2 and SPV_NV_stereo_view_r...
2017-01-21 John KessenichMerge pull request #689 from mikew-lunarg/master
2017-01-20 Mike WeiblenFix for not-handled-in-switch warnings
2017-01-20 John KessenichMerge pull request #683 from rdb/master
2017-01-20 rdbFix compilation with MSVC 2010
2017-01-19 John KessenichMerge pull request #682 from steve-lunarg/split-copy-fix
2017-01-19 John KessenichMerge pull request #679 from ashwinkolhe/akolhe_spv_khr...
2017-01-19 John KessenichSPV: Merge pull request #675 from amdrexu/feature
2017-01-19 John KessenichInfrastructure: remove potential memory leaks.
2017-01-19 steve-lunargHLSL: fix dereferencing when copying split structures...
2017-01-19 Rex XuImplement new revision of extension GL_AMD_shader_ballot
2017-01-18 John KessenichNon-functional: Factor out entry-point logic from handl...
2017-01-18 Ashwin KolheImplement SPV_KHR_subgroup_vote
2017-01-14 John KessenichFix build break for non-VS.
2017-01-14 John KessenichNon-functional: Fix round of compiler warnings.
2017-01-14 John KessenichFront-ends: Non-functional: Rationalize vector and...
2017-01-13 John KessenichMerge pull request #656 from TiemoJung/overload_fix
2017-01-13 John KessenichHLSL: Add EOpMatrixSwizzle, selectively decomposed...
2017-01-12 John KessenichHLSL: matrix swizzle (_12, _m23) syntax, partial semantics.
2017-01-12 John KessenichPP: Clean up and rationalize floating-point-number...
2017-01-12 John KessenichMerge pull request #664 from steve-lunarg/stage-io-fix
2017-01-11 John KessenichInfrastructure: Support standard build with ENABLE_HLSL...
2017-01-11 John KessenichInfrastructure: Protect against missing built-in symbol...
2017-01-11 John KessenichMerge pull request #663 from KhronosGroup/full-include...
2017-01-10 John KessenichMerge pull request #668 from slime73/DisableHLSL
2017-01-09 Alex SzpakowskiChange disabled-by-default DISABLE_HLSL option to enabl...
2017-01-09 steve-lunargWIP: add other builtins to interstage IO
2017-01-09 Alex SzpakowskiAdd a CMake option to disable compilation of HLSL input...
2017-01-08 John KessenichMerge pull request #667 from slime73/Compiler-Warnings
2017-01-08 Alex SzpakowskiReorder initializer fields to match variable declaratio...
2017-01-08 Alex SzpakowskiAdd a virtual destructor to a class which has virtual...
2017-01-08 Alex SzpakowskiMark an overriden method in a subclass with ‘override’.
2017-01-06 John KessenichPP #include: address PR feedback.
2017-01-06 John KessenichExternal interface change: PP: Full <> and "" semantics...
2017-01-06 John KessenichPP #include non-functional: consistent notation for...
2017-01-06 John KessenichNon-functional: White space after "//", mostly for...
2017-01-06 John KessenichNon-Functional: Whitespace, comments, replace accidenta...
2017-01-06 John KessenichMerge pull request #661 from KhronosGroup/fix-include...
2017-01-05 John KessenichPP: #include: simplify the different paths out of ...
next