platform/upstream/SPIRV-Tools.git
2016-07-19 Lei ZhangStart v2016.2.
2016-07-19 Lei ZhangFinalize v2016.1.
2016-07-19 David NetoDisassembling: map IDs to friendly names.
2016-07-18 Lei ZhangTrack changes in SPIRV-Headers for SPIR-V 1.1 rev 2.
2016-07-08 David NetoTurn off ClipDistance CullDistance cap checks for Vulkan
2016-07-07 Lei ZhangMention the steps to pull dependencies when building...
2016-07-05 David NetoTest v1.1 loop dependency support
2016-07-04 David NetoStart v2016.1-dev
2016-07-04 David NetoFinalize v2016.0
2016-06-30 Lei ZhangDRY file writing code in tools.
2016-06-30 Lei ZhangDRY file reading code in tools.
2016-06-30 Lei ZhangRework CMake configuration for tools.
2016-06-30 Lei ZhangAdd the spirv-opt command line tool.
2016-06-29 Lei ZhangAdd Pass, PassManager, and StripDebugInfoPass.
2016-06-29 David NetoAvoid capability checks on ID values. They are not...
2016-06-28 Lei ZhangAdd tests for the cpp interface.
2016-06-28 Lei ZhangPromote ir namespace and create draft libspirv.{h|c}pp.
2016-06-27 Lei ZhangAdd IrBuilder for constructing SPIR-V in-memory represe...
2016-06-27 Lei ZhangAdd an option to spvBinaryToText() to ignore header...
2016-06-27 Umar ArshadFix several violations of the style guide
2016-06-25 Lei ZhangAdd classes for representing SPIR-V language constructs...
2016-06-24 Lei ZhangTravis CI: bump OS X and XCode version.
2016-06-24 David NetoUse pseudo entry and pseudo exit blocks for dominance.
2016-06-22 Lei ZhangUse arguments for add_spvtools_unittest.
2016-06-22 Lei ZhangAppveyor: Pull SPIRV-Headers for building and update...
2016-06-22 Umar ArshadValidator structured flow checks: back-edge, constructs
2016-06-21 Lei ZhangIgnore Vim swap files.
2016-06-15 David NetoFix ExtInst parsing: no IdRef* at end
2016-06-14 David NetoFix OpenCL pow and pown arguments
2016-06-14 David NetoIn physical addressing, functions can return pointers
2016-06-10 Lei ZhangUse SPIR-V headers from the KhronosGroup/SPIRV-Headers...
2016-06-10 David Netostd::function needs <functional>. Fixes Android build
2016-06-10 David NetoAvoid copy of work list argument: make it const ref
2016-06-10 Umar ArshadRefactor depth first traversal to be more generic
2016-06-09 Umar ArshadFix diagnostic message for layout errors
2016-06-08 Umar ArshadSplit validate_types file into multiple classes
2016-06-06 Umar ArshadRemove redundant in_block function from Function
2016-06-04 Dejan MircevskiAvoid accessing invalid iterator.
2016-06-03 Umar ArshadAdditional CFG tests
2016-06-02 David NetoFix CHANGES file version parsing. -dev is optional
2016-06-02 Dejan MircevskiMake googletest regexes portable.
2016-06-02 Umar ArshadControl Flow Graph Validation
2016-05-30 Lei ZhangCreate a function for adding unittests in CMake.
2016-05-26 Lei ZhangTravis CI: Use ctest to run all the tests.
2016-05-17 Lei ZhangAdd Appveyor configuration for Windows build.
2016-05-13 Dejan MircevskiTest ABGR in both 1.0 and 1.1.
2016-05-11 Dejan MircevskiRemove needless include dir for spirv-dis.
2016-05-11 Dejan MircevskiTest ABGR image channel order.
2016-05-11 Dejan MircevskiTest OpModuleProcessed.
2016-05-11 Dejan MircevskiRemove done TODOs in OpNameTest.
2016-05-11 Dejan MircevskiTest SpecId validation.
2016-05-11 Dejan MircevskiAdd --target-env.
2016-05-11 Dejan MircevskiAdd tests for MaxByteOffset.
2016-05-09 Jamie MadillAdd PipeStorage tests.
2016-04-29 Jamie MadillFix several warnings exposed in MSVS 2015.
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...
next