summaryrefslogtreecommitdiffstats
path: root/include/vulkan
Commit message (Expand)AuthorAgeFilesLines
* vk/0.132: Add vkDestroyCommandBuffer()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyImageView()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyBufferView()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyFramebuffer()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDynamicDepthStencilState()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDynamicColorBlendState()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDynamicRasterState()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDynamicViewportState()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDescriptorPool()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyDescriptorSetLayout()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroySampler()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyPipelineLayout()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyPipeline()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyPipelineCache()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyShader()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyShaderModule()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyImage()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyBuffer()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyQueryPool()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyEvent()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroySemaphore()Chad Versace2015-07-141-0/+5
* vk/0.132: Add vkDestroyFence()Chad Versace2015-07-141-0/+5
* vk/0.132: Rename VkDynamic*State typesChad Versace2015-07-131-20/+20
* vk/0.132: Move VkQueryControlFlagsChad Versace2015-07-131-5/+5
* vk/0.132: Move VkImageAspectFlagsChad Versace2015-07-131-7/+8
* vk/0.132: Move VkCmdBufferOptimizeFlagsChad Versace2015-07-131-9/+8
* vk/0.132: Move VkWaitEventChad Versace2015-07-131-9/+11
* vk/0.132: Move VkCmdBufferLevelChad Versace2015-07-131-9/+7
* vk/0.132: Drop VK_ATTACHMENT_STORE_OP_RESOLVE_MSAAChad Versace2015-07-131-2/+1
* vk/0.132: Rename bool32_t -> VkBool32Chad Versace2015-07-133-59/+59
* vk/0.132: Remove stray typedefChad Versace2015-07-131-1/+1
* vk/0.132: Move VKImageUsageFlagsChad Versace2015-07-131-12/+12
* vk/0.132: Move VkImageType and VkImageTilingChad Versace2015-07-131-19/+19
* vk/0.132: Import the 0.132 headerChad Versace2015-07-131-0/+2907
* vk/vulkan.h: Remove headers for old API versionsChad Versace2015-07-132-5647/+0
* vk/0.130: Bump header version to 0.130vulkan-header-0.130.0Chad Versace2015-07-101-1/+8
* vk/0.130: Update vkAllocMemory to use VkMemoryTypeChad Versace2015-07-101-3/+2
* vk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()Chad Versace2015-07-101-2/+24
* vk/vulkan.h: Add the pEnabledFeatures field to DeviceCreateInfoJason Ekstrand2015-07-091-0/+1
* vk/vulkan.h: Change the MsCreateInfo structure to the 130 versionJason Ekstrand2015-07-091-2/+1
* vk: Remove the old GetPhysicalDeviceInfo callJason Ekstrand2015-07-092-59/+19
* vk: Add the new PhysicalDeviceQueue queriesJason Ekstrand2015-07-091-0/+11
* vk: Support GetPhysicalDevicePropertiesJason Ekstrand2015-07-091-8/+6
* vk: Add support for GetPhysicalDeviceLimitsJason Ekstrand2015-07-091-0/+99
* vk: Add GetPhysicalDeviceFeaturesJason Ekstrand2015-07-091-0/+49
* vk/vulkan.h: Copy the VkStructureType enum from version 130Jason Ekstrand2015-07-081-48/+48
* vk: Move to the new pipeline creation API'sJason Ekstrand2015-07-081-47/+83
* vk/0.130: Remove VkImageViewCreateInfo::minLodChad Versace2015-07-081-1/+0
* vk/vulkan.h: Move renderPassContinue from GraphicsBeginInfo to BeginInfoJason Ekstrand2015-07-081-6/+2
* vk/vulkan.h: Update to the new UpdateDescriptorSets apiJason Ekstrand2015-07-081-76/+38