platform/upstream/SPIRV-Tools.git
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
2016-02-04 Dejan MircevskiMake IsTypeNullable a transitive check.
2016-02-03 Dejan MircevskiEliminate parameter-order check from ID-validation.
2016-02-03 Dejan MircevskiAllow Op[No]Line between OpFunctionParameters.
2016-02-02 Dejan MircevskiEnable ctest.
2016-02-02 David NetoValidation of mask operand capabilities is more data...
2016-02-02 David NetoAdd spvOperandIsConcreteMask
2016-02-02 Dejan MircevskiUse AssemblyGrammar for capability validation.
2016-01-29 Dejan MircevskiForbid Generic variables.
2016-01-29 qiningFix validator mem overflow when tracking capabilities
2016-01-29 Dejan MircevskiFix in-function storage class validation.
2016-01-28 Dejan MircevskiInitialize vector<string>s on first use, not statically.
2016-01-28 Dejan MircevskiFix validation of return value.
2016-01-27 Dejan MircevskiRemove spvOpcodeIsObject().
2016-01-27 Umar ArshadInitial capability implementation and unit tests
2016-01-26 Lei ZhangQualify CMake function names with "spvtools" to avoid...
2016-01-22 Dejan MircevskiFix spvOpcodeIsScalarType() to include Boolean.
2016-01-21 Dejan MircevskiDon't fail validation in unimplemented cases.
2016-01-21 Dejan MircevskiFix OpLoad pointee type validation.
2016-01-20 David NetoAdd disassembler option to show byte offset
2016-01-20 Dejan MircevskiTrack uses and defs during parsing.
2016-01-19 Andrew WoloszynSince g++-4.9 has an ICE occasionally in travis add...
2016-01-18 Umar ArshadFix missing OpNoLine layout checks
2016-01-15 David NetoDisable warnings C4503 on MSVC for test code
2016-01-15 Umar ArshadValidation refactor
2016-01-14 Lei ZhangAdd configuration for Travis CI.
2016-01-14 Umar ArshadAdd missing branch instructions in SSA tests
2016-01-13 Umar ArshadRemove static vector from GetModuleOrder
2016-01-13 Andrew WoloszynFixed warning in VS2013 build.
2016-01-13 Norbert NopperFix, that spirv-tools did not build, as two casts are...
next