aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-05-23Reserve token range for CodeplayVictor Lomuller
2019-05-18Update CMakeLists.txtMatt Chiasson
2019-05-17Merge pull request #102 from ianromanick/INTEL_shader_integer_functions2John Kessenich
Add INTEL_shader_integer_functions2
2019-05-17Merge pull request #107 from jeffbolznv/duplicate_enum_switchJohn Kessenich
Update HasResultAndType code generation to skip duplicate enum values
2019-05-16Update HasResultAndType code generation to skip duplicate enum values. There ↵Jeff Bolz
weren't any until SPIR-V 1.4 release, now there are two.
2019-05-16updated as per code reviewMatt Chiasson
2019-05-12Merge pull request #106 from alankemp/fix_json_writerJohn Kessenich
Compare enum names rather than values to determine last element
2019-05-12Compare enum names rather than values to determine last elementAlan Kemp
2019-05-11cmake development configuration packageMathieu-Andre Chiasson
Fixes #104
2019-05-11Merge pull request #103 from amdrexu/bugfixJohn Kessenich
Enable Groups capability by the extension SPV_AMD_shader_ballot
2019-05-09Enable Groups capability by the extension SPV_AMD_shader_ballotRex Xu
2019-05-08Add INTEL_shader_integer_functions2Ian Romanick
2019-05-06Move to version 1.4 of SPIR-V.John Kessenich
2019-05-06Rationalize opcode ordering and a few spaces.John Kessenich
2019-05-07Merge pull request #101 from dneto0/clspv-generatorJohn Kessenich
Reserve generator 21 for Clspv
2019-04-19Reserve generator 21 for ClspvDavid Neto
2019-04-04Merge pull request #100 from jeffbolznv/hasresultJohn Kessenich
Add a function that returns whether an opcode has a result and/or result type
2019-04-03Add a function that returns whether an opcode has a result and/or result ↵Jeff Bolz
type. Currently only implemented in C-based printers.
2019-03-17Merge pull request #99 from Naghasan/contact-updateJohn Kessenich
Update Codeplay's contact details
2019-03-14Update Codeplay's contact detailsVictor Lomuller
2019-03-12Add ability to skip ranges of instructions; no impact to public headersJohn Kessenich
2019-03-12Sync to rev. 7 of headers from Khronos.John Kessenich
2019-03-12Merge pull request #98 from jeffbolznv/partitionedJohn Kessenich
Add GroupNonUniformPartitionedNV capability to all the GroupNonUniform instructions
2019-03-11Add GroupNonUniformPartitionedNV capability to all the GroupNonUniform ↵Jeff Bolz
instructions
2019-03-08Header build for previous grammar update.John Kessenich
2019-03-08Merge pull request #92 from ↵John Kessenich
PawelJurek/SPV_INTEL_device_side_avc_motion_estimation Grammar for SPV_INTEL_device_side_avc_motion_estimation extension.
2019-03-06Make all "IdScope" be either Execution or Memory.John Kessenich
These two categories are officially discussed in the SPIR-V and Vulkan specifications. It was sometimes not clear what an "IdScope" of 'Scope' was.
2019-03-04Fix #96: Don't include a comment after #endif for the C header.John Kessenich
2019-02-26Merge pull request #95 from mkinsner/fpga_enum_blockJohn Kessenich
Reserve double SPIR-V enum block for upcoming Intel FPGA extension
2019-02-26Reserve double SPIR-V enum block for upcoming Intel FPGA extensionMichael Kinsner
2019-02-25Merge stage-aosp-master into pi-dev-plus-aospandroid-mainline-10.0.0_r9android-mainline-10.0.0_r7android-mainline-10.0.0_r5android-mainline-10.0.0_r4android-mainline-10.0.0_r10android-10.0.0_r9android-10.0.0_r8android-10.0.0_r7android-10.0.0_r45android-10.0.0_r44android-10.0.0_r43android-10.0.0_r42android-10.0.0_r41android-10.0.0_r40android-10.0.0_r39android-10.0.0_r38android-10.0.0_r37android-10.0.0_r36android-10.0.0_r35android-10.0.0_r34android-10.0.0_r33android-10.0.0_r32android-10.0.0_r31android-10.0.0_r30android-10.0.0_r29android-10.0.0_r28android-10.0.0_r27android-10.0.0_r26android-10.0.0_r25android-10.0.0_r24android-10.0.0_r23android-10.0.0_r22android-10.0.0_r21android-10.0.0_r20android-10.0.0_r19android-10.0.0_r18android-10.0.0_r16android-10.0.0_r15android-10.0.0_r14android-10.0.0_r13android-10.0.0_r12android10-qpr3-s1-releaseandroid10-qpr3-releaseandroid10-qpr2-s4-releaseandroid10-qpr2-s3-releaseandroid10-qpr2-s2-releaseandroid10-qpr2-s1-releaseandroid10-qpr2-releaseandroid10-qpr1-releaseandroid10-qpr1-mainline-releaseandroid10-qpr1-d-releaseandroid10-qpr1-c-s1-releaseandroid10-qpr1-c-releaseandroid10-qpr1-b-s1-releaseandroid10-qpr1-b-releaseandroid10-mainline-media-releaseandroid10-devandroid10-d4-s1-releaseandroid10-d4-releaseandroid10-c2f2-s2-releaseandroid10-c2f2-s1-releaseandroid10-c2f2-releaseXin Li
am: b97f673f31 Change-Id: I95deee158892954c5fb24a5b94668b66a731d3c7
2019-02-25Merge stage-aosp-master into pi-dev-plus-aospXin Li
Bug: 126125118 Change-Id: Ic76430e6745e1fc3eb65ed902e23a9b061ddb335
2019-02-21Merge pull request #94 from jeffbolznv/cooperative_matrixJohn Kessenich
Add SPV_NV_cooperative_matrix
2019-02-20DO NOT MERGE - Merge pi-dev@5234907 into stage-aosp-masterXin Li
Bug: 120848293 Change-Id: I8836209529da3475df545e56448f95dbd48039b5
2019-02-20Merge remote-tracking branch 'aosp/upstream-master' into HEADDavid Neto
Includes: 8bea0a2 Update headers from previous SPV_INTEL_media_block_io grammar addition. 21f0d07 Merge pull request #93 from PawelJurek/SPV_INTEL_media_block_io f2aef5d Grammar for SPV_INTEL_media_block_io extension f3abb28 Merge pull request #91 from LukasBanana/master b6a6dc0 Added '.DS_Store' (MacOS specific file) to gitignore. 79b6681 Merge pull request #88 from jeffbolznv/physical_storage_buffer 0c802e6 SPV_EXT_physical_storage_buffer 46a3ae6 Update copyright years. b683d7c Include the new spv.d file when fixing line endings on Windows. 392ae31 Merge pull request #87 from rtbo/dlang 3b98c49 whitespace ecf2435 generated code 9591b0c adding support for D language 4618b86 Merge pull request #85 from akien-mga/unix-executable-bit f833822 Remove Unix executable permission from text files 17da9f8 Reserve tokens for float controls and no integer wrapping: bbf6343 Merge pull request #84 from grorg/whlsl e689857 Add W3C WebGPU WHLSL tool identifier 282879c Merge pull request #83 from dgkoch/SPV_EXT_fragment_invocation_density 421ce5c Add json support for SPV_EXT_fragment_invocation_density 7cb4300 Add option to skip examples. a2c529b Merge pull request #80 from alelenv/nv-raytracing-final 5bf501a Rename RaytracingNV to RayTracingNV 5c69a90 Add support for nv-raytracing (non-experimental) 801cca8 Merge pull request #79 from Thog/csharp-definition 23b1368 Use lower-case instead of camel-case 273023b Add C# header generation a44009e Create CODE_OF_CONDUCT.md Test: checkbuild.py on Linux; unit tests on Windows Change-Id: I10e81225502ee2892ef68c4d3db4ff857345d45c
2019-02-19Add SPV_NV_cooperative_matrixJeff Bolz
2019-01-25Grammar for SPV_INTEL_device_side_avc_motion_estimation extension.Jurek, Pawel
2019-01-24Update headers from previous SPV_INTEL_media_block_io grammar addition.John Kessenich
2019-01-24Merge pull request #93 from PawelJurek/SPV_INTEL_media_block_ioJohn Kessenich
Grammar for SPV_INTEL_media_block_io extension
2019-01-24Grammar for SPV_INTEL_media_block_io extensionJurek, Pawel
2019-01-23Merge pull request #91 from LukasBanana/masterJohn Kessenich
Added '.DS_Store' (MacOS specific file) to gitignore.
2019-01-23Added '.DS_Store' (MacOS specific file) to gitignore.Lukas Hermanns
2019-01-22Add default code reviewers into OWNERS am: 15b2088386 am: bc242da4aeChih-Hung Hsieh
am: 860470b911 Change-Id: Ica23a91528a0538eb177fe6e53d795a58f38882f
2019-01-22Add default code reviewers into OWNERS am: 15b2088386Chih-Hung Hsieh
am: bc242da4ae Change-Id: I43fe961a08b3ffcfd5d96dee5d26fe353e8a147b
2019-01-22Add default code reviewers into OWNERSChih-Hung Hsieh
am: 15b2088386 Change-Id: I93aee0743130f462b2e90b6542ba0219ad86b4b0
2019-01-14Add default code reviewers into OWNERSandroid-q-preview-6android-q-preview-5android-q-preview-4android-q-preview-2.5android-q-preview-1Chih-Hung Hsieh
Bug: 33166666 Test: gerrit uploader Change-Id: Ia64e2ccd5697f044f68af68d1adb3fff2c750588
2019-01-07Merge pull request #88 from jeffbolznv/physical_storage_bufferJohn Kessenich
SPV_EXT_physical_storage_buffer
2019-01-06SPV_EXT_physical_storage_bufferJeff Bolz
2019-01-03Update copyright years.John Kessenich
2019-01-03Include the new spv.d file when fixing line endings on Windows.John Kessenich