summaryrefslogtreecommitdiff
path: root/include/vulkan/vulkan_intel.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-23vk/intel: use negative VK_NO_PROTOTYPES schemeEric Engestrom1-1/+1
3d0fac7aca237bbe8ed8e2a362d3b42d0ef8c46c changed all VK_PROTOTYPES to VK_NO_PROTOTYPES This brings the Intel header in line with the rest of the Vulkan code. Signed-off-by: Eric Engestrom <eric.engestrom@imgtec.com> Reviewed-by: Emil Velikov <emil.velikov@collabora.com> Reviewed-by: Chad Versace <chad.versace@intel.com>
2015-12-03vk/0.210.0: Rework allocation to use the new pAllocator'sJason Ekstrand1-2/+3
2015-11-30vk/0.210.0: Switch to the new VKAPI function decorationsJason Ekstrand1-2/+2
While we're at it, we do a bunch of the VkResult -> void updates
2015-05-17vk: Add function pointer typedef for intel extensionKristian Høgsberg1-0/+6
Also guard function prototype by VK_PROTOTYPES.
2015-05-09Add vulkan driver for BDWKristian Høgsberg1-0/+55