platform/upstream/glslang.git
2017-04-07 John KessenichHLSL: Emit the OpSource HLSL instruction for HLSL,...
2017-04-07 John KessenichMerge pull request #825 from steve-lunarg/index-cast
2017-04-07 steve-lunargHLSL: cast bracket dereference index to int type if...
2017-04-06 John KessenichSPV: Move to latest public headers.
2017-04-06 John KessenichMerge pull request #823 from steve-lunarg/tess-coord...
2017-04-05 John KessenichSPV: Fix #807: use --hlsl-offsets to allow hlsl-style...
2017-04-05 steve-lunargHLSL: allow non-vec3 tessellation coordinate declarations
2017-04-04 John KessenichMerge branch 'jantlo-cpp11-feat'
2017-04-04 John KessenichMerge branch 'cpp11-feat' of https://github.com/jantlo...
2017-04-04 Juan LopezThis refactor the StandAlone and WorkList files in...
2017-04-04 John KessenichPP: Fix #783: Catch end-of-argument expansion in token...
2017-04-04 John KessenichHLSL: Fix #805: Support cast of scalars to structures.
2017-04-04 John KessenichMerge pull request #817 from steve-lunarg/isfinite
2017-04-04 John KessenichHLSL: Non-functional: rationalize making constructors.
2017-04-04 John KessenichMerge pull request #812 from steve-lunarg/PatchIO
2017-04-04 steve-lunargDecompose OpIsFinite to avoid capability restrictions
2017-04-04 steve-lunargWIP: HLSL: Support InputPatch variables in patch consta...
2017-04-03 John KessenichMerge pull request #808 from steve-lunarg/gs-ep-wrap-fix
2017-04-03 steve-lunargHLSL: fix GS implementation for EP wrapping
2017-04-03 John KessenichFix #287: pin down the io-array size before checking...
2017-04-03 John KessenichMerge pull request #815 from steve-lunarg/tess-ds-pcf...
2017-04-03 steve-lunargHLSL: handle PCF input to DS in arbitrary argument...
2017-04-03 John KessenichMerge pull request #814 from steve-lunarg/contains
2017-04-02 steve-lunargRefactor TType::contains* methods (nonfunctional)
2017-04-01 John KessenichMerge pull request #811 from steve-lunarg/combine-test
2017-03-31 steve-lunargWIP: HLSL: force uncombined flag off for Buffer<>
2017-03-31 John KessenichRevert "Merge pull request #779 from steve-lunarg/buffe...
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
next