Make test suite optional by using CTest
[platform/upstream/glslang.git] / glslang /
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-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 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: 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 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 steve-lunargWIP: HLSL: add refection queries for structuredbuffer...
2017-04-14 steve-lunargWIP: HLSL: structuredbuffer counter functionality
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-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-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-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-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 #814 from steve-lunarg/contains
2017-04-02 steve-lunargRefactor TType::contains* methods (nonfunctional)
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 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 John KessenichFix #809: smear scalar condition in OpSelect for select...
2017-03-30 John KessenichNon-functional: Round of adding 'const', related to...
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-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 #779 from steve-lunarg/buffer-unsamp...
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-16 John KessenichFix #777: don't parse .suffix if <stage> is provided.
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-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-09 John KessenichHLSL: Accept SV_Cull/ClipDistanceN, by refactoring...
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-07 John KessenichHLSL: Fix #754: recognize type casts in if-statements...
2017-03-06 John KessenichSPV: Allow push constant buffers to not have an instanc...
2017-03-04 John KessenichHLSL: Test for issue #699.
next