aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge "Merge aosp/master-ndk to aosp/master"ndk-sysroot-r21Treehugger Robot2019-09-1027-467/+11842
|\
| * Merge aosp/master-ndk to aosp/masterJesse Hall2019-08-1627-467/+11842
| |\
| | * Merge remote-tracking branch 'aosp/upstream-master' into update-shadercDavid Neto2019-07-1613-184/+383
| | |\
| | | * Merge pull request #122 from mkinsner/array_init_loop_control_bitJohn Kessenich2019-07-121-2/+2
| | | |\
| | | | * Reserve additional loop control bit for upcoming update to SPV_INTEL_fpga_loo...Michael Kinsner2019-07-121-2/+2
| | | |/
| | | * Merge pull request #120 from antiagainst/mlir-serializerJohn Kessenich2019-07-031-1/+2
| | | |\
| | | | * Reserve ID 23 for MLIR SPIR-V SerializerLei Zhang2019-06-151-1/+2
| | | * | Merge pull request #121 from jeffbolznv/demote_to_helper_invocationJohn Kessenich2019-07-029-20/+75
| | | |\ \ | | | | |/ | | | |/|
| | | | * add SPV_EXT_demote_to_helper_invocationJeff Bolz2019-07-029-20/+75
| | | |/
| | | * Merge pull request #119 from dneto0/spirv-issue-476John Kessenich2019-06-129-2/+25
| | | |\
| | | | * Add Volatile to Memory Semantics, for SPV_KHR_vulkan_memory_modelDavid Neto2019-06-129-2/+25
| | | |/
| | | * Merge pull request #117 from ehsannas/UserTypeGOOGLEJohn Kessenich2019-06-127-1/+16
| | | |\
| | | | * Add grammar and symbols for UserTypeGOOGLE extension to unified1.Ehsan Nasiri2019-06-107-1/+16
| | | |/
| | | * Merge pull request #105 from mchiasson/cmake_install_configJohn Kessenich2019-06-082-10/+61
| | | |\
| | | | * Update CMakeLists.txtMatt Chiasson2019-05-181-3/+2
| | | | * updated as per code reviewMatt Chiasson2019-05-161-2/+1
| | | | * cmake development configuration packageMathieu-Andre Chiasson2019-05-112-8/+61
| | | * | Add missing "version" : "None" to a bunch of reserved enumerants.John Kessenich2019-06-071-46/+92
| | | * | Add more detail about reserving tokens to the README.John Kessenich2019-06-071-1/+9
| | | * | Restore numerical order in enumerants.John Kessenich2019-06-071-108/+108
| | * | | Merge remote-tracking branch 'aosp/upstream-master' into update-shadercDavid Neto2019-06-0515-128/+5367
| | |\| |
| | | * | Merge pull request #114 from jeffbolznv/fsiJohn Kessenich2019-06-029-1/+172
| | | |\ \
| | | | * | Add SPV_EXT_fragment_shader_interlockJeff Bolz2019-06-029-1/+172
| | | |/ /
| | | * | Merge pull request #115 from dgkoch/SPV_NV_sm_shader_builtsJohn Kessenich2019-06-029-1/+72
| | | |\ \
| | | | * | Add support for SPV_NV_sm_shader_builtinsDaniel Koch2019-06-029-1/+72
| | | |/ /
| | | * | OpenCL ext. inst. header: Support C in addition to C++.John Kessenich2019-05-311-0/+186
| | | * | Merge pull request #112 from mkinsner/masterJohn Kessenich2019-05-291-0/+21
| | | |\ \
| | | | * | Proposed LoopControl bitfield allocation mechanism in spir-v.xmlMichael Kinsner2019-05-271-0/+21
| | | |/ /
| | | * | Merge pull request #111 from Naghasan/codeplay-rangeJohn Kessenich2019-05-231-1/+2
| | | |\ \
| | | | * | Reserve token range for CodeplayVictor Lomuller2019-05-231-1/+2
| | | |/ /
| | | * | Merge pull request #102 from ianromanick/INTEL_shader_integer_functions2John Kessenich2019-05-179-0/+335
| | | |\ \
| | | | * | Add INTEL_shader_integer_functions2Ian Romanick2019-05-089-0/+335
| | | * | | Merge pull request #107 from jeffbolznv/duplicate_enum_switchJohn Kessenich2019-05-174-6/+11
| | | |\ \ \
| | | | * | | Update HasResultAndType code generation to skip duplicate enum values. There ...Jeff Bolz2019-05-164-6/+11
| | | |/ / /
| | | * | | Merge pull request #106 from alankemp/fix_json_writerJohn Kessenich2019-05-122-2/+2
| | | |\ \ \ | | | | |_|/ | | | |/| |
| | | | * | Compare enum names rather than values to determine last elementAlan Kemp2019-05-122-2/+2
| | | |/ /
| | | * | Merge pull request #103 from amdrexu/bugfixJohn Kessenich2019-05-111-1/+2
| | | |\ \ | | | | |/ | | | |/|
| | | | * Enable Groups capability by the extension SPV_AMD_shader_ballotRex Xu2019-05-091-1/+2
| | | |/
| | | * Move to version 1.4 of SPIR-V.John Kessenich2019-05-0612-58/+418
| | | * Rationalize opcode ordering and a few spaces.John Kessenich2019-05-064-150/+150
| | | * Merge pull request #101 from dneto0/clspv-generatorJohn Kessenich2019-05-071-1/+2
| | | |\
| | | | * Reserve generator 21 for ClspvDavid Neto2019-04-191-1/+2
| | | |/
| | | * Merge pull request #100 from jeffbolznv/hasresultJohn Kessenich2019-04-044-0/+1561
| | | |\
| | | | * Add a function that returns whether an opcode has a result and/or result type...Jeff Bolz2019-04-034-0/+1561
| | | |/
| | | * Merge pull request #99 from Naghasan/contact-updateJohn Kessenich2019-03-171-2/+2
| | | |\
| | | | * Update Codeplay's contact detailsVictor Lomuller2019-03-141-2/+2
| | | |/
| | | * Add ability to skip ranges of instructions; no impact to public headersJohn Kessenich2019-03-123-3/+19
| | | * Sync to rev. 7 of headers from Khronos.John Kessenich2019-03-129-14/+14
| | | * Merge pull request #98 from jeffbolznv/partitionedJohn Kessenich2019-03-121-16/+16
| | | |\
| | | | * Add GroupNonUniformPartitionedNV capability to all the GroupNonUniform instru...Jeff Bolz2019-03-111-16/+16
| | | |/