SPIRV-Tools/test
David Neto d02f68ae79 Update to 1.0 Rev 2 work-in-progress headers
Updated readme.

Note: The header advertises itself as Rev 1, but contains
many (all?) the updates intended for Rev 2.  We might need
to update one more time before SPIR-V 1.0 Rev2 is published.

Regenerated syntax tables for 1.0.

Changed names:
  InputTriangles -> Triangles
  InputQuads -> Quads
  InputIsolines -> Isolines
  WorkgroupLocal -> Workgroup
  WorkgroupGlobal -> CrossWorkgroup
  PrivateGlobal -> Private
  (Dim) InputTarget -> SubpassData
  WorkgroupLocalMemoryMask -> WorkgroupMemoryMask
  WorkgroupGlobalMemoryMask -> CrossWorkgroupMemoryMask
  AsyncGroupCopy -> GroupAsyncCopy
  WaitGroupEvents -> GroupWaitEvents

Remove:
  IndependentForwardProgress capability
  Smooth decoration
  FragColor BuiltIn
  WorkgroupLinearId in favour of LocalInvocationId
  ImageSRGBWrite capability
  Special OpenCL image instructions

Add:
  image channel data type UnormInt101010_2
  AcquireReleaseMask

InputTargetIndex updates:
  InputTargetIndex -> InputAttachmentIndex
  InputAttachmentIndex depends on InputAttachment capability,
  and it takes a literal number argument.

Capability StorageImageExtendedFormats updates:
  Enum value changed from 26 to 49. (Changes position in tables).
  Replaces AdvancedImageFormat capability.

OpenCL source language -> OpenCL_C, OpenCL_CPP
2015-11-12 09:43:12 -05:00
..
AssemblyContext.cpp Support strings with up to 65535 chars, and null. 2015-10-26 12:55:33 -04:00
AssemblyFormat.cpp Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00
BinaryDestroy.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
BinaryEndianness.cpp Fixed permissions 2015-11-11 12:12:16 -05:00
BinaryHeaderGet.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
BinaryParse.cpp Refactor the binary parser. 2015-11-10 15:57:33 -05:00
BinaryToText.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
BinaryToText.Literal.cpp Add missing copyright. 2015-11-12 09:43:03 -05:00
Comment.cpp Empty assembly text compiles to no instructions. 2015-11-10 15:56:57 -05:00
DiagnosticPrint.cpp Print diagnostics at the beginning of input. 2015-10-26 12:52:01 -04:00
DiagnosticStream.cpp DiagnosticStream keeps a copy of the position. 2015-11-10 15:57:04 -05:00
ExtInst.OpenCL.std.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
ExtInstGLSLstd450.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
FixWord.cpp Support multiple word literal numbers as constants. 2015-10-26 12:55:33 -04:00
GeneratorMagicNumber.cpp Update to latest registered generator enums 2015-11-02 13:51:54 -05:00
HexFloat.cpp Fixed permissions 2015-11-11 12:12:16 -05:00
ImmediateInt.cpp Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00
LibspirvMacros.cpp Run clang-format. 2015-10-26 12:54:39 -04:00
main.cpp Run clang-format to enforce Google style globally. 2015-11-10 15:56:47 -05:00
NamedId.cpp Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00
OpcodeMake.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
OpcodeRequiresCapabilities.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
OpcodeSplit.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
OpcodeTableGet.cpp Put test classes in anonymous namespace. 2015-10-26 12:52:01 -04:00
operand-class-test-coverage.csv Add negative-coverage location to operand-class-test-coverage.csv. 2015-10-26 12:55:33 -04:00
Operand.cpp spv_operand_type_t cleanup. 2015-11-10 15:57:45 -05:00
OperandCapabilities.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
OperandPattern.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
TestFixture.h Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00
TextAdvance.cpp advance() should check current string index is in bound. 2015-11-10 15:57:52 -05:00
TextDestroy.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextLiteral.cpp Use std::string instead of a huge array for storing literal strings. 2015-11-12 09:43:06 -05:00
TextStartsNewInst.cpp Run clang-format to enforce Google style globally. 2015-11-10 15:56:47 -05:00
TextToBinary.Annotation.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.Barrier.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.Constant.cpp Disassembler support for OpSpecConstantOp 2015-11-11 12:12:07 -05:00
TextToBinary.ControlFlow.cpp Enable round trip tests for OpSwitch 2015-11-11 09:55:42 -05:00
TextToBinary.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.Debug.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.DeviceSideEnqueue.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
TextToBinary.Extension.cpp Fix handling of OpExtInstImport 2015-11-10 15:58:07 -05:00
TextToBinary.Function.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
TextToBinary.Group.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.Image.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
TextToBinary.Literal.cpp Fixed UTF-8 encoding issues on windows. 2015-10-26 12:55:33 -04:00
TextToBinary.Memory.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.Miscellaneous.cpp Use spirv.h instead of spirv.hpp. 2015-11-02 13:52:20 -05:00
TextToBinary.ModeSetting.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextToBinary.TypeDeclaration.cpp Update to 1.0 Rev 2 work-in-progress headers 2015-11-12 09:43:12 -05:00
TextWordGet.cpp Run clang-format to enforce Google style globally. 2015-11-10 15:56:47 -05:00
UnitSPIRV.cpp Assembler test for OpSourceExtension. 2015-10-26 12:54:39 -04:00
UnitSPIRV.h Use quotation for libspirv.h and sort headers. 2015-11-12 09:43:01 -05:00
Validate.cpp Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00
ValidateID.cpp Remove table parameters from API functions. 2015-11-12 09:42:50 -05:00