summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2015-07-15vk: Bump vulkan.h version to 0.138Chad Versace1-1/+1
2015-07-15vk/0.138: Update VkResult valuesChad Versace1-14/+13
2015-07-15vk/0.132: Do type-safetyChad Versace2-98/+62
2015-07-14vk: Add vulkan-138 and remove vulkan-0.132Jason Ekstrand1-148/+288
2015-07-14vk/device: Add stub support for command poolsJason Ekstrand1-4/+48
2015-07-14vk/vulkan.h: Add the stuff for cross-queue resource sharingJason Ekstrand1-4/+23
2015-07-14vk/vulkan.h: Add a couple of size fields for specialization constantsJason Ekstrand1-0/+2
2015-07-14vk/vulkan.h: Move around buffer image granularitiesJason Ekstrand1-1/+1
2015-07-14vk: Add stubs for all the sparse resource stuffJason Ekstrand1-25/+112
2015-07-14vk/image: Add a stub for the new ImageFormatProperties functionJason Ekstrand1-0/+14
2015-07-14vk/vulkan.h: Rename FormatInfo to FormatPropertiesJason Ekstrand1-3/+3
2015-07-14vk/vulkan.h: Re-order some #define'sJason Ekstrand1-6/+6
2015-07-14vk/vulkan.h: Rename a function parameterJason Ekstrand1-1/+1
2015-07-14vk: Remove abreviationsJason Ekstrand1-27/+27
2015-07-14vk: Add the new extension/layer enumeration entrypointsJason Ekstrand1-30/+33
2015-07-14vk/vulkan.h: Change maxAnisotropy to a floatJason Ekstrand1-2/+2
2015-07-14vk/vulkan.h: Add the VK_IMAGE_USAGE_INPUT_ATTACHMENT_BIT flagJason Ekstrand1-0/+1
2015-07-14vk/vulkan.h: Rename a couple of function parametersJason Ekstrand1-2/+2
2015-07-14vk: Split the memory requirements/binding functionsJason Ekstrand1-8/+19
2015-07-14vk: Make barriers more precise (rev. 133)Jason Ekstrand1-48/+33
2015-07-14vk: Split the dynamic state binding function into one per stateJason Ekstrand1-15/+18
2015-07-14vk/vulkan.h: Rename a function parameter to match 132Jason Ekstrand1-1/+1
2015-07-14vk: Implement MultipassJason Ekstrand1-148/+182
2015-07-14vk/vulkan.h: Re-arrange some enums and definitions in preparation for 131Jason Ekstrand1-1/+1
2015-07-14vk/0.132: Add vkDestroyRenderPass()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroy*View()Chad Versace1-0/+10
2015-07-14vk/0.132: Add vkDestroyCommandBuffer()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyImageView()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyBufferView()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyFramebuffer()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDynamicDepthStencilState()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDynamicColorBlendState()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDynamicRasterState()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDynamicViewportState()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDescriptorPool()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyDescriptorSetLayout()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroySampler()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyPipelineLayout()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyPipeline()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyPipelineCache()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyShader()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyShaderModule()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyImage()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyBuffer()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyQueryPool()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyEvent()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroySemaphore()Chad Versace1-0/+5
2015-07-14vk/0.132: Add vkDestroyFence()Chad Versace1-0/+5
2015-07-13vk/0.132: Rename VkDynamic*State typesChad Versace1-20/+20
2015-07-13vk/0.132: Move VkQueryControlFlagsChad Versace1-5/+5