platform/upstream/SPIRV-Tools.git
2017-03-07 Aliya PazylbekovaValidate that SpecId decoration target is a OpSpecConst...
2017-03-02 Andrey TuganovValidator: unique type check allows runtime arrays
2017-03-02 David NetoUse OpenCL extinst definitions from SPIRV-Headers
2017-03-02 Ehsan NasiriFixes issue #489.
2017-03-01 Lei ZhangAllow using FPRoundingMode when see VK_KHR_16bit_storage
2017-03-01 Andrey TuganovValidator: downgraded dupl type decl to warning
2017-03-01 Jean-Francois RoyAdd a default virtual dtor to Pass and check for missin...
2017-03-01 Andrey TuganovIssue 559: check type declaration uniqueness
2017-02-28 Andrey TuganovRefactored validation_state, added new types
2017-02-28 Ehsan NasiriAdd command line options struct for the validator
2017-02-28 David NetoUpdate CHANGES for SPV_KHR_16bit_storage validator
2017-02-27 David NetoValidation of type decls for SPV_KHR_16bit_storage
2017-02-27 David NetoAdd a Feature struct to validation state.
2017-02-16 Adam Van YmerenFixes issue #548
2017-02-10 David NetoCheck strict domination of merge block
2017-02-10 Ehsan NasiriThe Signedness in OpTypeInt must always be 0.
2017-02-01 Kenneth Benzie... Add vim-spirv plugin description to the README
2017-01-30 David NetoEncourage use of the validator
2017-01-30 Ehsan NasiriMaking the unit tests more robust.
2017-01-19 Ehsan NasiriFixes issue #497.
2017-01-19 Ehsan NasiriCheck BuiltIn Decoration rules.
2017-01-19 Ehsan NasiriFixes issue #532.
2017-01-18 Ehsan NasiriFixes issue #493.
2017-01-18 Ehsan NasiriValidation for decoration rules. Fixes issue #499.
2017-01-17 David NetoSay why we allow override of build timestamp
2017-01-17 Bernhard M... make build reproducible
2017-01-16 Ehsan NasiriAdding decoration class and tests.
2017-01-13 Ehsan NasiriValidation of OpEntryPoint usage.
2017-01-13 Ehsan NasiriIntroducing a new flow for running the Validator.
2017-01-13 Lei ZhangUpdate Travis CI configuration.
2017-01-11 David NetoProvide friendly names for true and false
2017-01-06 Ehsan NasiriValidation for Composite Extract and Insert.
2017-01-06 Ehsan NasiriFixes bug #517.
2017-01-06 David NetoAllow trailing whitespace on version lines in CHANGES
2017-01-05 David NetoUse the default Xcode image on OSX
2017-01-03 Ehsan NasiriAdding validation code for PtrAccessChain.
2017-01-03 Ehsan NasiriRefactoring unit tests using TEST_P.
2016-12-23 Ehsan NasiriValidation code for control flow nesting depth.
2016-12-21 David NetoSupport building under CYGWIN
2016-12-21 David NetoUpdate Travis notification emails
2016-12-20 David NetoGenerate spvasm.vim
2016-12-13 David NetoStart v2016.7-dev
2016-12-13 David NetoFinalize v2016.6
2016-12-09 David NetoGet vendor tool info from the SPIR-V registry file
2016-12-08 David NetoDocument the use of the GitHub Project feature
2016-12-08 Ehsan NasiriAdding validation for OpInBoundsAccessChain.
2016-12-07 Ehsan NasiriValidation for struct nesting depth.
2016-12-07 David NetoAn OpVariable initializer can be a module-scope variable
2016-12-06 Ehsan NasiriFixing bug in OpAccessChain validation code.
2016-12-06 Ehsan NasiriAdd a test that exercises wrong usage of result id
2016-12-02 Ehsan NasiriAdding validation code for OpAccessChain.
2016-12-02 Ehsan NasiriNo need to install cmake for new osx images.
2016-12-01 Ehsan NasiriValidate the number of global and local variables.
2016-12-01 Ehsan NasiriValidate the number of arguments in OpTypeFunction
2016-11-30 David NetoSay how the validator checks universal limits
2016-11-30 Ehsan NasiriAdding validation code for OpSwitch limits
2016-11-30 Ehsan NasiriValidation for number of Struct members.
2016-11-28 Ehsan NasiriChecks that result IDs are within the ID bound specifie...
2016-11-24 Ehsan NasiriValidation for OpSampledImage instruction.
2016-11-19 Ehsan NasiriAdding validation for OpSpecConstantComposite.
2016-11-16 Ehsan NasiriAdding validation code for OpTypeStruct.
2016-11-16 David NetoSkip building example executable when asked
2016-11-15 David NetoMake friendly number-based names for OpConstant
2016-11-15 David NetoExtract EmitNumericLiteral from disassembler
2016-11-15 Ehsan NasiriAdding validation code for more data rules.
2016-11-09 Lei ZhangRename validation source files to comply with Google...
2016-11-09 Lei ZhangRename validation tests to comply with Google style...
2016-11-08 Ehsan NasiriAdding validation for vector data rule.
2016-11-07 Lei ZhangRenaming test files to comply with Google style guide.
2016-11-03 David NetoRemove source/instruction.cpp
2016-10-27 Jamie Madillenum_set: Fix bool performance warning.
2016-10-14 Christopher... Do not gitignore source/opt/build_module.*
2016-10-12 David NetoTest SPV_KHR_shader_draw_parameters support
2016-10-04 Corentin WallezFix compilation errors when building inside Chromium
2016-09-30 Lei ZhangAdd begin() and end() for TypeManager.
2016-09-29 David NetoRemove unnecessary #include
2016-09-28 Lei ZhangAdd examples to demo C++ library APIs.
2016-09-23 Lei ZhangAvoid appending EOL in StringifyMessage().
2016-09-23 Lei ZhangFix operand class test coverage table.
2016-09-22 Lei ZhangClean up header dependency.
2016-09-22 David NetoHandle parse failure for setting spec constants
2016-09-22 Umar ArshadFix forward reference issues with forword pointer
2016-09-22 qiningCommand line option for set default value for spec...
2016-09-21 Lei ZhangUse nullptr as the default message consumer to ignore...
2016-09-21 Lei ZhangChange some asserts to normal errors in IrLoader.
2016-09-21 Lei ZhangAdd two more utility functions for sending errors to...
2016-09-21 Lei ZhangChange parameter name from file to source in Log()...
2016-09-21 Lei ZhangAdd more Assemble(), Disassemble() and Validate() overl...
2016-09-21 Lei ZhangPublish the C++ interface.
2016-09-21 Lei ZhangRename SpvTools to SpirvTools.
2016-09-21 Lei ZhangUse C style names for MessageLevel.
2016-09-21 Lei ZhangChange to use enum instead of enum class for MessageLevel.
2016-09-20 Lei ZhangAdd a C++ interface to the optimization functionalities.
2016-09-20 Lei ZhangAllow changing MessageConsumer in Pass & PassManager.
2016-09-20 Lei ZhangChange BuildModule() to accept pointer-size pair for...
2016-09-20 Lei ZhangChange interface of Pass::Process() to return possible...
2016-09-19 David NetoProvide friendly names for shader ballot BuiltIns
2016-09-19 Umar ArshadUpdate validate interface to accept binary pointers
2016-09-19 Lei ZhangSet the default source name as "input".
2016-09-16 David NetoStart v2016.6-dev
next