platform/upstream/glslang.git
2017-04-28 David SeifertMake test suite optional by using CTest
2017-04-28 David SeifertModernise CMake
2017-04-28 John KessenichMerge pull request #868 from TiemoJung/two_pass_io_remap
2017-04-28 John KessenichMerge pull request #867 from steve-lunarg/emptyinit
2017-04-28 t.jungNotification phase for io remapper
2017-04-28 steve-lunargHLSL: Allow empty struct initializers
2017-04-27 John KessenichHLSL: Turn on hlsl-offsets by default for HLSL-source...
2017-04-27 John KessenichMerge pull request #859 from steve-lunarg/sampleposition
2017-04-26 steve-lunargHLSL: add standard sample position return form of GetSa...
2017-04-25 John KessenichMerge pull request #855 from steve-lunarg/constantbuffer
2017-04-25 steve-lunargHLSL: Add ConstantBuffer<T> syntax
2017-04-22 John KessenichMerge pull request #851 from dgkoch/dgkoch_build_fixes3
2017-04-21 Daniel KochFix Android build errors
2017-04-21 John KessenichMerge pull request #849 from steve-lunarg/samplercmp...
2017-04-21 steve-lunargHLSL: add error for expected comparison sampler in...
2017-04-21 John KessenichHLSL: Fix #846: support mixed ternary types.
2017-04-21 John KessenichMerge pull request #847 from steve-lunarg/sb-param-fix
2017-04-21 John KessenichMerge pull request #842 from steve-lunarg/sb-cast
2017-04-21 John KessenichMerge pull request #840 from steve-lunarg/iomap-hlsl
2017-04-20 steve-lunargHLSL: fix for byte address buffers in fn parmeters
2017-04-20 steve-lunargHLSL: add readonly qualifier to tbuffer, so they end...
2017-04-20 steve-lunargWIP: HLSL: hlsl register class iomapping
2017-04-20 John KessenichGLSL: Fix #822: Improve information given for syntax...
2017-04-20 John KessenichHLSL: Fix #96: Support do-while loop substatements...
2017-04-20 steve-lunargHLSL: cast non-int types to uint on Load/Store indexes
2017-04-20 John KessenichSPV: Support test #pragma for generating the StorageBuf...
2017-04-19 John KessenichMerge pull request #835 from steve-lunarg/sb-counters
2017-04-19 John KessenichHLSL: vector shape conversions for all ops: Fix #839...
2017-04-18 John KessenichHLSL: Address #839: avoid crash by distinguishing betwe...
2017-04-18 steve-lunargWIP: HLSL: add refection queries for structuredbuffer...
2017-04-14 steve-lunargWIP: HLSL: add Append/ConsumeBuffer support
2017-04-14 steve-lunargWIP: HLSL: structuredbuffer counter functionality
2017-04-13 John KessenichSPV Non-functional: fix ordering causing problems with...
2017-04-13 John KessenichHLSL: Fix #770: implicitly convert bool operands to...
2017-04-12 John KessenichHLSL: Fix #834: Report #version is an illegal command.
2017-04-12 John KessenichHLSL: Fix #758: Support character literals (except...
2017-04-12 John KessenichHLSL: Fix #803: Add shape conversions to the constant...
2017-04-12 John KessenichMerge pull request #833 from KhronosGroup/hlsl-inf...
2017-04-12 John KessenichHLSL: Support 1.#INF and -1.#INF syntax.
2017-04-12 John KessenichHLSL: Fix boolean conversion bug and add more tests...
2017-04-12 John KessenichHLSL: Support vector 'cond ? :' -> EOpMix -> OpSelect.
2017-04-11 John KessenichHLSL: Non-functional: add vector ? : tests.
2017-04-11 John KessenichHLSL: Fix #832: don't require terminating semicolon...
2017-04-10 John KessenichMerge pull request #831 from steve-lunarg/isfinite
2017-04-10 steve-lunargHLSL: fix return type for isfinite
2017-04-08 John KessenichMerge pull request #827 from amdrexu/feature4
2017-04-07 John KessenichNon-functional: Fix typos in comments.
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 Rex XuImplement the extension SPV_KHR_16bit_storage
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
next