platform/upstream/glslang.git
2017-03-31 John KessenichMerge pull request #774 from steve-lunarg/tess-ctrlpt-pcf
2017-03-31 John KessenichMerge pull request #810 from steve-lunarg/clip-crash-fix
2017-03-31 steve-lunargHLSL: fix crash on empty sequence node passed to intrin...
2017-03-31 steve-lunargHLSL: pass tessellation execution modes through to...
2017-03-31 John KessenichMerge pull request #797 from steve-lunarg/scalar-length
2017-03-31 John KessenichHLSL: Fix #802: Preserve promoted child under ! operator.
2017-03-31 John KessenichHLSL: Implicit bool conversions for conditional express...
2017-03-30 John KessenichHLSL: Add namespace grammar and some basic semantics.
2017-03-30 steve-lunargHLSL: HS return is arrayed to match SPIR-V semantics
2017-03-30 steve-lunargHLSL: strip off array dimension when assign locations...
2017-03-30 steve-lunargHLSL: require tessellation factors to be fixed size...
2017-03-30 steve-lunargHLSL: support per control point patch const fn invocation
2017-03-30 John KessenichFix #809: smear scalar condition in OpSelect for select...
2017-03-30 John KessenichNon-functional: Round of adding 'const', related to...
2017-03-29 John KessenichMerge pull request #801 from amdrexu/bugfix
2017-03-29 John KessenichMerge pull request #806 from amdrexu/bugfix2
2017-03-29 Rex XuDon't emit NV-specific interface members if NV extensio...
2017-03-29 Rex XuHLSL: Fix an issue of frexp().
2017-03-29 Rex XuHLSL: Move frexp() to a separate test file.
2017-03-28 John KessenichFix #800 (mostly): set of Linux warnings.
2017-03-25 John KessenichTests: strengthen the value of test for NV members.
2017-03-25 John KessenichFix #790: Don't emit NV-specific interface members...
2017-03-24 steve-lunargHLSL: allow length() on scalars
2017-03-24 John KessenichMerge pull request #796 from steve-lunarg/emptystruct...
2017-03-24 steve-lunargHLSL: fix crash on empty struct return from entry point
2017-03-23 John KessenichTests: Update test results.
2017-03-23 John KessenichHLSL: Allow use of $Global members in between function...
2017-03-22 John KessenichHLSL: Implement 'this' keyword.
2017-03-22 John KessenichHLSL: non-static member functions: track and find activ...
2017-03-22 John KessenichHLSL: Non-functional: the symbol field of a token was...
2017-03-20 John KessenichMerge pull request #782 from steve-lunarg/builtin-metho...
2017-03-20 John KessenichMerge pull request #779 from steve-lunarg/buffer-unsamp...
2017-03-20 steve-lunargHLSL: use prefix for builtin functions names to avoid...
2017-03-20 John KessenichHLSL: Basic turn on of non-static member functions.
2017-03-19 John KessenichHLSL: Add implicit-this tracking to TFunction.
2017-03-19 John KessenichHLSL non-functional: Generalize namespace nesting.
2017-03-19 steve-lunargWIP: HLSL: propagate readonly qualifier for buffer...
2017-03-17 steve-lunargWIP: HLSL: Buffer types should be unsampled.
2017-03-16 John KessenichFix #777: don't parse .suffix if <stage> is provided.
2017-03-16 John KessenichMerge pull request #776 from amdrexu/bugfix
2017-03-16 Rex XuSPV: Fix unexpected declarations of capability and...
2017-03-15 John KessenichHLSL: Fix #771: add inline keyword.
2017-03-15 John KessenichMerge pull request #767 from DragoonX6/master
2017-03-15 John KessenichMerge branch 'TiemoJung-semantic_handling'
2017-03-15 John KessenichMerge branch 'semantic_handling' of https://github...
2017-03-15 John KessenichGLSL output: Removed fixed-size buffer; fixes #769.
2017-03-14 John KessenichFull stack: properly implement GL_EXT_device_group...
2017-03-14 John KessenichFix location of #defines for core and compatibility...
2017-03-14 John KessenichRevert previous check-in, until knowing what the spec...
2017-03-13 John KessenichSPV: Address #759: make ViewIndex and DeviceIndex by...
2017-03-13 John KessenichMerge pull request #768 from amdrexu/bugfix
2017-03-13 Rex XuHLSL: Additional channel value for textureGatherXXX().
2017-03-12 DragoonX6Fix building on MinGW-w64
2017-03-12 John KessenichHLSL: Member-functions: capture body token stream for...
2017-03-12 John KessenichHLSL: Non-functional: consolidate function declarator...
2017-03-11 John KessenichMerge pull request #762 from LukasBanana/master
2017-03-11 John KessenichHLSL: Add scoping operator, accept static member functi...
2017-03-11 John KessenichHLSL: non-functional: simplify handleBuiltInMethod...
2017-03-11 Lukas HermannsAdded 'GL_core_profile' and 'GL_compatibility_profile...
2017-03-11 John KessenichPP: Recognize the '::' token, and translate appropriate...
2017-03-10 John KessenichMerge pull request #764 from steve-lunarg/imagequery...
2017-03-10 steve-lunargPreserve signedness in SPV image query ops
2017-03-10 John KessenichMerge pull request #763 from steve-lunarg/nullstruct...
2017-03-10 steve-lunargWIP: HLSL: preserve empty structures after splitting
2017-03-09 John KessenichHLSL: Accept SV_Cull/ClipDistanceN, by refactoring...
2017-03-09 John KessenichMerge pull request #761 from baldurk/vs2010-compile...
2017-03-09 John KessenichMerge pull request #760 from steve-lunarg/gathercmpred
2017-03-09 baldurkCompile fixes for VS2010
2017-03-09 steve-lunargEnable GatherCmpRed. Green/Blue/Alpha cannot be supported.
2017-03-09 John KessenichHLSL: Non-functional: Remove dead .length() code.
2017-03-09 John KessenichHLSL: Non-functional: Drive existing method recognition...
2017-03-09 John KessenichHLSL: Non-functional: Don't process function name/param...
2017-03-08 John KessenichMerge pull request #756 from steve-lunarg/getdimensions-fix
2017-03-08 John KessenichHLSL: Grammar: Generalize accepting a declaration to...
2017-03-08 steve-lunargHLSL: use LOD form of ImageQuerySize when needed.
2017-03-07 John KessenichHLSL: Fix #754: recognize type casts in if-statements...
2017-03-07 John KessenichMerge pull request #755 from steve-lunarg/sb-orderfix
2017-03-06 steve-lunargWIP: HLSL: Fix ordering defect if global SB decl after...
2017-03-06 John KessenichSPV: Allow push constant buffers to not have an instanc...
2017-03-04 John KessenichHLSL: Test for issue #699.
2017-03-04 John KessenichMerge pull request #750 from dgkoch/rename_KHX_to_EXT
2017-03-04 John KessenichHLSL: Add 'class' keyword as (so far) synonym for ...
2017-03-03 Daniel KochRename KHX to EXT to match the released specs
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
next