platform/upstream/glslang.git
2017-03-03 John KessenichMerge pull request #748 from dgkoch/dgkoch_build_fixes2
2017-03-03 Daniel KochMore build fixes
2017-03-02 John KessenichHLSL: Fix #747: accept 'struct' in front of previously...
2017-03-01 John KessenichSPV: Fix #739: OpSelect can only operate on scalars...
2017-03-01 John KessenichMerge pull request #744 from realitix/sanitize_sh_link
2017-03-01 John KessenichMerge pull request #746 from dgkoch/dgkoch_build_fixes
2017-03-01 John KessenichBuild: Another fix for issue #718: implement the hidden...
2017-03-01 Daniel KochFix build warnings on some platforms
2017-03-01 Jean-Sebastien... Sanitize ShaderLang.h
2017-03-01 John KessenichPP: Fix issue #738: don't assert on characters within...
2017-03-01 John KessenichPP: Partially address issue #738: handle premature...
2017-02-28 John KessenichMerge pull request #742 from steve-lunarg/f16tof32...
2017-02-28 steve-lunargHLSL: small fix for index type in f16tof32 opcode
2017-02-28 John KessenichGLSL: Fix #741: rationalize per-block vs. per-member...
2017-02-28 John KessenichMerge pull request #736 from steve-lunarg/structbuffer...
2017-02-28 John KessenichPP: Address #737: accept 'h'/'H' floating-point suffix...
2017-02-28 John KessenichMerge pull request #740 from steve-lunarg/f16tof32
2017-02-27 steve-lunargWIP: HLSL: add f16tof32 and f32tof16 decompositions.
2017-02-27 John KessenichSPV: Update SPV header to official Rev. 10 of 1.0,...
2017-02-27 John KessenichSPV: Implement new extensions GL_KHX_device_group and...
2017-02-26 steve-lunargWIP: HLSL: add structuredbuffer pass by reference in...
2017-02-25 John KessenichSPV: Handle nested opaque types as function parameters.
2017-02-23 John KessenichMerge pull request #734 from steve-lunarg/ssbo-reflection
2017-02-23 John KessenichMerge pull request #733 from amdrexu/bugfix
2017-02-22 steve-lunargAdd reflection queries for thread local size and ssbo...
2017-02-22 Rex XuSPV: Unexpected declarations of capabilities from NV...
2017-02-22 John KessenichMerge pull request #725 from steve-lunarg/structurebuffer
2017-02-21 steve-lunargHLSL: implement 4 (of 6) structuredbuffer types
2017-02-21 John KessenichMerge pull request #732 from dneto0/fix-overrides
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...
next