platform/upstream/SPIRV-Tools.git
2016-04-29 Florian Zieschebitcast fixes
2016-04-29 Dejan MircevskiAdd v1.1 tests for OpLoopMerge.
2016-04-29 Dejan MircevskiAdd v1.1 capabilities validation.
2016-04-28 Dejan MircevskiAdd basic Initializer/Finalizer tests.
2016-04-27 Lei ZhangUse a single definition of ARRAY_SIZE to simplify code.
2016-04-27 Dejan MircevskiAdd OpSizeOf tests.
2016-04-26 Dejan MircevskiRefactor OpExecutionModeTest and apply it on v1.1.
2016-04-26 Dejan MircevskiRefactor v1.1 tests and turn them on.
2016-04-22 David NetoAdd CHANGES file with high level software history
2016-04-22 Dejan MircevskiMake grammar-generation fail if over 64 capabilities.
2016-04-22 Dejan MircevskiEliminate kCapabilitiesMin/Max.
2016-04-22 Dejan MircevskiTurn module_capabilities_ into a spv_capability_mask_t.
2016-04-21 Dejan MircevskiBump kCapabilitiesMaxValue for v1.1.
2016-04-21 Dejan MircevskiFix Windows build.
2016-04-21 Lei ZhangAvoid going out of bound in advanceLine() and refine...
2016-04-21 Dejan MircevskiAdd tests for SubgroupDispatch.
2016-04-20 Dejan MircevskiMention 1.1 support in the README.
2016-04-19 Dejan MircevskiFirst tests for SPIR-V v1.1.
2016-04-18 Lei ZhangFix wrong grammar .inc file dependency introduced by...
2016-04-18 Lei ZhangRework CMake rules for building grammar tables.
2016-04-18 Derek SollenbergerUpdate cmake files to support Android as a build target.
2016-04-18 David NetoMake directories more safely.
2016-04-18 Dejan MircevskiAdd SPIR-V 1.1 grammar.
2016-04-18 Dejan MircevskiMark SPIR-V grammar files as 1.0.
2016-04-14 Lei ZhangGLSL grammar update.
2016-04-14 John KessenichMerge pull request #181 from antiagainst/readme
2016-04-14 Lei ZhangUse footnotes for links in README.md.
2016-04-13 Lei ZhangGrammar update: OpPhi now uses PairIdRefIdRef as the...
2016-04-13 Lei ZhangUpdate the core grammar.
2016-04-12 David NetoMake paths to grammar output files
2016-04-11 Dejan MircevskiRemove revision from SPV_ENV_*.
2016-04-08 Lei ZhangAllow to only build certain grammar tables.
2016-04-07 Lei ZhangRemove the outdated patch file.
2016-04-05 Dejan MircevskiFix MSVC error C2797.
2016-04-04 Lei ZhangUse JSON grammar files to generate extended instruction...
2016-04-04 Lei ZhangRname grammar.json to spirv.core.grammar.json and add...
2016-04-04 Dejan MircevskiFix validation of array length.
2016-04-04 Lei ZhangRemove dependency on SPIR-V headers in libspirv.h.
2016-04-03 Chris ForbesEnable linking against libSPIRV-Tools from linux shared...
2016-04-02 Eric EngestromFix spelling mistakes
2016-04-01 Lei ZhangUse the JSON grammar file to generate various info...
2016-04-01 Dejan MircevskiHandle CRLF in assembly text.
2016-03-31 Dejan MircevskiAdd a target environment to spvContextCreate().
2016-03-29 David NetoOpExecutionMode only takes a single ExecutionMode
2016-03-29 Lei ZhangCapability fix: ImageReadWrite & ImageMipmap require...
2016-03-21 Andrew WoloszynMake everything compile cleanly with -Wpedantic.
2016-03-17 David NetoSupport both -h, --help on spirv-as, spirv-val
2016-03-17 Lei ZhangTravis CI: update test binary location and return corre...
2016-03-17 Lei ZhangSplit CMakeLists.txt into smaller ones.
2016-03-17 Lei ZhangTravis CI: add configuration for testing on Mac OS X.
2016-03-16 David NetoSupport Linux-to-Windows cross comiple via MinGW
2016-03-16 Lei ZhangChange the interface for getWord().
2016-03-16 Lei ZhangTravis CI: use Ubuntu 14.04 (Trusty) as the Linux envir...
2016-03-15 Dejan MircevskiRemove AssemblyContext::getWord().
2016-03-14 Daniel RobertsonAdd patchlevel to CMake requirement
2016-03-11 Lei ZhangReturn str in describe() as said by the blurb.
2016-03-11 Lei ZhangFix the corner case in version generation script.
2016-03-07 Andrew WoloszynFixed float->int16 conversion warnings in VS2013.
2016-03-07 Lei ZhangAdd comments to explain why calling decode().
2016-03-06 Lei ZhangRun pyformat with -s 4 --force_quote_type=single.
2016-03-06 Lei Zhang Imporve compatibility with Python3.
2016-03-02 Florian ZiescheDon't check kernel entry-point signatures.
2016-03-01 Dejan MircevskiMake libspirv.h more C friendly.
2016-02-26 Lei ZhangRemove stale code.
2016-02-25 Lei ZhangFix issues reported by cppcheck.
2016-02-24 Andrew WoloszynAdded missing <cstdint> in bitutils.
2016-02-24 David NetoIf no tag in the repo, then show the commit hash
2016-02-24 Andrew WoloszynActually find the python executable before use.
2016-02-23 David NetoUse subprocess.Popen, hoping for Windows portability
2016-02-23 Lei ZhangRemove spv_validate_options_t and change tests accrodingly.
2016-02-23 qiningImplement --version for spirv-tools
2016-02-22 Lei ZhanggetWord() should not go beyond the end of the source...
2016-02-22 David Netospirv-val help says it's a work in progress.
2016-02-19 Lei ZhangAvoid closing stdin and stdout.
2016-02-19 Lei ZhangFix command line option errors in val.
2016-02-19 Lei ZhangSupport outputting to stdout in the as tool.
2016-02-18 Eric EngestromRemove unnecessary null pointer checks
2016-02-18 Lei ZhangDocument SPIR-V binary and assembly file naming convention.
2016-02-18 Lei ZhangUse unordered_map to store defs in UseDefTracker for...
2016-02-18 Lei ZhangSupport using stdin to supply input in the val tool.
2016-02-18 Lei ZhangSupport using stdin to supply input in the as tool.
2016-02-18 Lei ZhangReject unknown long-named command line options in dis.
2016-02-18 David NetoFix the source organization section in README.md
2016-02-17 David NetoSPIR-V Tools fully supports SPIR-V 1.0 Rev3
2016-02-17 David NetoAdd MultiViewport capability, new in 1.0.3
2016-02-17 David NetoRearrange headers
2016-02-17 David NetoSome GLSL extended instructions depend on capabilities.
2016-02-17 David NetoAdd GLSL instructions NMin, NMax, NClamp
2016-02-17 David NetoTest OpImageSparseRead
2016-02-17 Andrew WoloszynFixed internal compiler error in gcc-4.9.
2016-02-17 David NetoRemove remaining float overflow value tests
2016-02-16 David NetoUse syntax tables for SPIR-V 1.0 Rev3
2016-02-16 David NetoUpdate capabilities for 1.0 Rev3
2016-02-16 David NetoDon't promise particular values when float parsing...
2016-02-16 David NetoConfigure gmock locally only if not already configured.
2016-02-15 David NetoUse SPIR-V headers for 1.0 Rev3
2016-02-15 David NetoParse overflow for fp16 like for 32- and 64-bit
2016-02-12 David NetoFloat literal parsing fixes
2016-02-11 David NetoReject float literals with two leading signs
2016-02-08 David NetoMore parsing tests for literals with leading minus
next