aboutsummaryrefslogtreecommitdiff
path: root/include/vulkan/vulkan.h
AgeCommit message (Collapse)Author
2016-06-20misc: Update to Vulkan header version 17Karl Schultz
Only changes: VK_HEADER_VERSION 17 VK_EXT_DEBUG_REPORT_SPEC_VERSION 3 Change-Id: I122bdcabec1f831a6ed1a06b5caf6202a2a94529
2016-06-13misc: Update to Vulkan header version 16Jon Ashburn
Only change is the addition of AMD extensions. Change-Id: Ia4270600247b2e3f406cdac0cfff3492ec1ce109
2016-05-16misc: Update to version 1.0.13, header, xml, JSON filesJon Ashburn
Change-Id: Id70c1b709d35b2f508e0dde5f862102c87c80521
2016-05-09header: update that includes debug_marker extensionJon Ashburn
Change-Id: Ifb8b7e2f66ac3dcb6e1889d59879caba39805d53
2016-05-03header: Move to header version 1.0.12Jon Ashburn
Adds an AMD rasterization order extension Change-Id: I62d17b0437e190da4d44f65a59b8cc246f05b567
2016-04-22header: Update to version 1.0.11Jon Ashburn
No functional change. Change-Id: I190a2af5de66686f070b093bf7bd1459afb9da64
2016-04-19misc: Update licenses to Apache 2.0Jon Ashburn
Change-Id: Id447f4c8c53d33f9192940bdd3ae727b7b738a97
2016-04-15header: Update to 1.0.10 headerJon Ashburn
No functional changes. Change-Id: Ia57a172a2ab0c7e082ad30aef64354cd1427b528
2016-04-04header: update to vers 1.0.8 which had no changesJon Ashburn
Change-Id: I809110e8483d1877f5106551d9f066ed6c25d8bc
2016-03-28header: update to version 1.0.7Jon Ashburn
Change-Id: I11fcbd2746b2d54f2256539a99eac6fe97070118
2016-03-22misc: Update to header version 1.0.6Jon Ashburn
Change-Id: Idf7a9d40278b796e16effa54e9b60668d275b8ec
2016-03-07header: update to version 1.0.5Jon Ashburn
Change-Id: I2c7fdb2349d50d06b0a875e4da0c9ab50d2249de
2016-03-07misc: Update to header version 1.0.4Jon Ashburn
Change-Id: I61657dc28c7850075b787413955a6c880447a03d
2016-02-12header: Update 1.0.3 header revision for inclusion of debug report extensionMark Lobodzinski
Removed vk_ext_debug_report.h (contents moved into vulkan.h) Renamed debug report message enums
2016-02-09header: Update to version 1.0.3 which adds some version macrosJon Ashburn
2016-02-02include: Update copyright and apply clang-format (no logic changes)Karl Schultz
2016-01-22misc: bump to header 1.0.2Jon Ashburn
2016-01-12header: move to version 1.0.1Jon Ashburn
2016-01-11header: Move to version 1.0.0 from 0.222Jon Ashburn
Whitespace only change.
2016-01-11misc: Move to Vulkan header version 0.222Jon Ashburn
2015-12-31misc: For header vers 221; add deviceFeature drawIndirectFirstInstanceJon Ashburn
2015-12-31misc: For header vers 220, fix BOTTOM_OF_PIPE typoJon Ashburn
2015-12-31misc: Add barrier pipeline stage BOTTOM_OF_PIPE; for header vers 219Jon Ashburn
Use BOTTOM_PIPE for barrier for WSI presentation.
2015-12-31headers: debug_report ext and pipelineCache version additions for header 218Jon Ashburn
2015-12-31misc: rename descriptorSetlayout pBinding; update to header vers 217Jon Ashburn
2015-12-31misc: Add pipeline stage flags to wait upon for queueSubmit semaphores; v216Jon Ashburn
2015-12-31misc: Changes to go to header v215 including vulkan.h version updateJon Ashburn
2015-12-31misc: Changes to go to header v214 including vulkan.h version updateJon Ashburn
2015-12-31bump header version to 213.1Jon Ashburn
This includes WSI changes that are post vers 213 so that is why use 213.1
2015-12-31misc: rename startXXX to firstXXX and add firstXXX param to setviewport/scissorJon Ashburn
Header file changes going to 213 version
2015-12-29misc: Bump header to 212.1Jon Ashburn
Adds rest of version 212 changes (timestamp in DeviceLimits) that wasn't in the 217 WSI header updates.
2015-12-29WSI: Update "vulkan.h" with WSI contents of version 217.Ian Elliott
2015-12-15vulkan: Changes for header version 211Jon Ashburn
Add anisotropyEnable to VkSamplerCreateInfo. Add inheritedQueries to VkPhysicalDeviceFeatures
2015-12-01WSI: Add WSI content to "vulkan.h" and "vk_platform.h".Ian Elliott
This commit makes those files equal to the official 0.210.0 version of those files.
2015-11-16header: bump to vers 210 only changes were to WSIJon Ashburn
2015-11-12v209: bump API minor versionChia-I Wu
2015-11-12bug 15120: rename vkCmdPushConstants "values" to "pValues"Chia-I Wu
https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15120
2015-11-12MR671: Rename VK_STRUCTURE_TYPE_LAYER_* to ..LOADER_*Chia-I Wu
Nothing to do. https://gitlab.khronos.org/vulkan/vulkan/merge_requests/671
2015-11-11v208: bump API minor versionChia-I Wu
2015-11-11bug 15089: Does "Across Command Buffer Boundaries" apply to second-level ↵Chia-I Wu
command buffers? https://cvs.khronos.org/bugzilla/show_bug.cgi?id=15089
2015-11-11v207: bump API minor versionChia-I Wu
2015-11-11MR640: Alloc -> Allocate naming fixesChia-I Wu
Drop a workaround in get_struct_name_from_struct_type in vk_helper.py. s/VK_STRUCTURE_TYPE_MEMORY_ALLOC_INFO/VK_STRUCTURE_TYPE_MEMORY_ALLOCATE_INFO/g s/VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOC_INFO/VK_STRUCTURE_TYPE_DESCRIPTOR_SET_ALLOCATE_INFO/g s/VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOC_INFO/VK_STRUCTURE_TYPE_COMMAND_BUFFER_ALLOCATE_INFO/g https://gitlab.khronos.org/vulkan/vulkan/merge_requests/640
2015-11-11MR632: Valid usage xml global changesChia-I Wu
Nothing to do. https://gitlab.khronos.org/vulkan/vulkan/merge_requests/632
2015-11-11bug 12998 part 9: add back explicit enum valuesChia-I Wu
2015-11-11bug 12998 part 8: add new formatsChia-I Wu
2015-11-11bug 12998 part 7: drop unwanted USCALED formatsChia-I Wu
2015-11-11bug 12998 part 5: reorder formatsChia-I Wu
2015-11-11bug 12998 part 4: drop explicit enum values temporarilyChia-I Wu
There is no real change.
2015-11-11bug 12998 part 3: append _PACK* to remaining packed formatsChia-I Wu
s/VK_FORMAT_R4G4_UNORM\b/VK_FORMAT_R4G4_UNORM_PACK8/g s/VK_FORMAT_B4G4R4A4_UNORM\b/VK_FORMAT_B4G4R4A4_UNORM_PACK16/g s/VK_FORMAT_B5G6R5_UNORM\b/VK_FORMAT_B5G6R5_UNORM_PACK16/g s/VK_FORMAT_R5G6B5_UNORM\b/VK_FORMAT_R5G6B5_UNORM_PACK16/g s/VK_FORMAT_B5G5R5A1_UNORM\b/VK_FORMAT_B5G5R5A1_UNORM_PACK16/g s/VK_FORMAT_R5G5B5A1_UNORM\b/VK_FORMAT_R5G5B5A1_UNORM_PACK16/g s/STR(R4G4_UNORM\b/STR(R4G4_UNORM_PACK8/g s/STR(B4G4R4A4_UNORM\b/STR(B4G4R4A4_UNORM_PACK16/g s/STR(B5G6R5_UNORM\b/STR(B5G6R5_UNORM_PACK16/g s/STR(R5G6B5_UNORM\b/STR(R5G6B5_UNORM_PACK16/g s/STR(B5G5R5A1_UNORM\b/STR(B5G5R5A1_UNORM_PACK16/g s/STR(R5G5B5A1_UNORM\b/STR(R5G5B5A1_UNORM_PACK16/g s/VK_FORMAT_R4G4B4A4_UNORM/VK_FORMAT_R4G4B4A4_UNORM_PACK16/g s/STR(R4G4B4A4_UNORM/STR(R4G4B4A4_UNORM_PACK16/g
2015-11-11bug 12998 part 2: append _PACK* to packed formats that change conventionsChia-I Wu
s/VK_FORMAT_R11G11B10_UFLOAT\b/VK_FORMAT_B10G11R11_UFLOAT_PACK32/g s/VK_FORMAT_R9G9B9E5_UFLOAT\b/VK_FORMAT_E5B9G9R9_UFLOAT_PACK32/g s/VK_FORMAT_D24_UNORM_X8\b/VK_FORMAT_X8_D24_UNORM_PACK32/g s/VK_FORMAT_R10G10B10A2_UNORM\b/VK_FORMAT_A2B10G10R10_UNORM_PACK32/g s/VK_FORMAT_R10G10B10A2_SNORM\b/VK_FORMAT_A2B10G10R10_SNORM_PACK32/g s/VK_FORMAT_R10G10B10A2_USCALED\b/VK_FORMAT_A2B10G10R10_USCALED_PACK32/g s/VK_FORMAT_R10G10B10A2_SSCALED\b/VK_FORMAT_A2B10G10R10_SSCALED_PACK32/g s/VK_FORMAT_R10G10B10A2_UINT\b/VK_FORMAT_A2B10G10R10_UINT_PACK32/g s/VK_FORMAT_R10G10B10A2_SINT\b/VK_FORMAT_A2B10G10R10_SINT_PACK32/g s/VK_FORMAT_B10G10R10A2_UNORM\b/VK_FORMAT_A2R10G10B10_UNORM_PACK32/g s/VK_FORMAT_B10G10R10A2_SNORM\b/VK_FORMAT_A2R10G10B10_SNORM_PACK32/g s/VK_FORMAT_B10G10R10A2_USCALED\b/VK_FORMAT_A2R10G10B10_USCALED_PACK32/g s/VK_FORMAT_B10G10R10A2_SSCALED\b/VK_FORMAT_A2R10G10B10_SSCALED_PACK32/g s/VK_FORMAT_B10G10R10A2_UINT\b/VK_FORMAT_A2R10G10B10_UINT_PACK32/g s/VK_FORMAT_B10G10R10A2_SINT\b/VK_FORMAT_A2R10G10B10_SINT_PACK32/g s/STR(R11G11B10_UFLOAT\b/STR(B10G11R11_UFLOAT_PACK32/g s/STR(R9G9B9E5_UFLOAT\b/STR(E5B9G9R9_UFLOAT_PACK32/g s/STR(D24_UNORM_X8\b/STR(X8_D24_UNORM_PACK32/g s/STR(R10G10B10A2_UNORM\b/STR(A2B10G10R10_UNORM_PACK32/g s/STR(R10G10B10A2_SNORM\b/STR(A2B10G10R10_SNORM_PACK32/g s/STR(R10G10B10A2_USCALED\b/STR(A2B10G10R10_USCALED_PACK32/g s/STR(R10G10B10A2_SSCALED\b/STR(A2B10G10R10_SSCALED_PACK32/g s/STR(R10G10B10A2_UINT\b/STR(A2B10G10R10_UINT_PACK32/g s/STR(R10G10B10A2_SINT\b/STR(A2B10G10R10_SINT_PACK32/g s/STR(B10G10R10A2_UNORM\b/STR(A2R10G10B10_UNORM_PACK32/g s/STR(B10G10R10A2_SNORM\b/STR(A2R10G10B10_SNORM_PACK32/g s/STR(B10G10R10A2_USCALED\b/STR(A2R10G10B10_USCALED_PACK32/g s/STR(B10G10R10A2_SSCALED\b/STR(A2R10G10B10_SSCALED_PACK32/g s/STR(B10G10R10A2_UINT\b/STR(A2R10G10B10_UINT_PACK32/g s/STR(B10G10R10A2_SINT\b/STR(A2R10G10B10_SINT_PACK32/g