mesa: Implement GL_ARB_polygon_offset_clamp
[mesa.git] / include / vulkan /
2015-07-15 Jason Ekstrandvk/vulkan.h: Move around buffer image granularities
2015-07-15 Jason Ekstrandvk: Add stubs for all the sparse resource stuff
2015-07-15 Jason Ekstrandvk/image: Add a stub for the new ImageFormatProperties...
2015-07-15 Jason Ekstrandvk/vulkan.h: Rename FormatInfo to FormatProperties
2015-07-14 Jason Ekstrandvk/vulkan.h: Re-order some #define's
2015-07-14 Jason Ekstrandvk/vulkan.h: Rename a function parameter
2015-07-14 Jason Ekstrandvk: Remove abreviations
2015-07-14 Jason Ekstrandvk: Add the new extension/layer enumeration entrypoints
2015-07-14 Jason Ekstrandvk/vulkan.h: Change maxAnisotropy to a float
2015-07-14 Jason Ekstrandvk/vulkan.h: Add the VK_IMAGE_USAGE_INPUT_ATTACHMENT_BI...
2015-07-14 Jason Ekstrandvk/vulkan.h: Rename a couple of function parameters
2015-07-14 Jason Ekstrandvk: Split the memory requirements/binding functions
2015-07-14 Jason Ekstrandvk: Make barriers more precise (rev. 133)
2015-07-14 Jason Ekstrandvk: Split the dynamic state binding function into one...
2015-07-14 Jason Ekstrandvk/vulkan.h: Rename a function parameter to match 132
2015-07-14 Jason Ekstrandvk: Implement Multipass
2015-07-14 Jason Ekstrandvk/vulkan.h: Re-arrange some enums and definitions...
2015-07-14 Chad Versacevk/0.132: Add vkDestroyRenderPass()
2015-07-14 Chad Versacevk/0.132: Add vkDestroy*View()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyCommandBuffer()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyImageView()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyBufferView()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyFramebuffer()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDynamicDepthStencilState()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDynamicColorBlendState()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDynamicRasterState()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDynamicViewportState()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDescriptorPool()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyDescriptorSetLayout()
2015-07-14 Chad Versacevk/0.132: Add vkDestroySampler()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyPipelineLayout()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyPipeline()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyPipelineCache()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyShader()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyShaderModule()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyImage()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyBuffer()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyQueryPool()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyEvent()
2015-07-14 Chad Versacevk/0.132: Add vkDestroySemaphore()
2015-07-14 Chad Versacevk/0.132: Add vkDestroyFence()
2015-07-13 Chad Versacevk/0.132: Rename VkDynamic*State types
2015-07-13 Chad Versacevk/0.132: Move VkQueryControlFlags
2015-07-13 Chad Versacevk/0.132: Move VkImageAspectFlags
2015-07-13 Chad Versacevk/0.132: Move VkCmdBufferOptimizeFlags
2015-07-13 Chad Versacevk/0.132: Move VkWaitEvent
2015-07-13 Chad Versacevk/0.132: Move VkCmdBufferLevel
2015-07-13 Chad Versacevk/0.132: Drop VK_ATTACHMENT_STORE_OP_RESOLVE_MSAA
2015-07-13 Chad Versacevk/0.132: Rename bool32_t -> VkBool32
2015-07-13 Chad Versacevk/0.132: Remove stray typedef
2015-07-13 Chad Versacevk/0.132: Move VKImageUsageFlags
2015-07-13 Chad Versacevk/0.132: Move VkImageType and VkImageTiling
2015-07-13 Chad Versacevk/0.132: Import the 0.132 header
2015-07-13 Chad Versacevk/vulkan.h: Remove headers for old API versions
2015-07-11 Chad Versacevk/0.130: Bump header version to 0.130
2015-07-11 Chad Versacevk/0.130: Update vkAllocMemory to use VkMemoryType
2015-07-11 Chad Versacevk/0.130: Implement vkGetPhysicalDeviceMemoryProperties()
2015-07-09 Jason Ekstrandvk/vulkan.h: Add the pEnabledFeatures field to DeviceCr...
2015-07-09 Jason Ekstrandvk/vulkan.h: Change the MsCreateInfo structure to the...
2015-07-09 Jason Ekstrandvk: Remove the old GetPhysicalDeviceInfo call
2015-07-09 Jason Ekstrandvk: Add the new PhysicalDeviceQueue queries
2015-07-09 Jason Ekstrandvk: Support GetPhysicalDeviceProperties
2015-07-09 Jason Ekstrandvk: Add support for GetPhysicalDeviceLimits
2015-07-09 Jason Ekstrandvk: Add GetPhysicalDeviceFeatures
2015-07-09 Jason Ekstrandvk/vulkan.h: Copy the VkStructureType enum from version 130
2015-07-09 Jason Ekstrandvk: Move to the new pipeline creation API's
2015-07-08 Chad Versacevk/0.130: Remove VkImageViewCreateInfo::minLod
2015-07-08 Jason Ekstrandvk/vulkan.h: Move renderPassContinue from GraphicsBegin...
2015-07-08 Jason Ekstrandvk/vulkan.h: Update to the new UpdateDescriptorSets api
2015-07-08 Chad Versacevk/0.130 Update VkObjectType values
2015-07-08 Chad Versacevk/0.130: Remove VkDescriptorUpdateMode
2015-07-08 Chad Versacevk/0.130: Remove VK_DEVICE_CREATE_MULTI_DEVICE_IQ_MATCH_BIT
2015-07-08 Chad Versacevk/0.130: Update vkCmdBlitImage signature
2015-07-08 Jason Ekstrandvk/vulkan.h: Add packing parameters to BufferImageCopy
2015-07-08 Chad Versacevk/0.130: Remove msaa members of VkDepthStencilViewCrea...
2015-07-08 Jason Ekstrandvk/vulkan.h: Move over to the new border color enums
2015-07-08 Jason Ekstrandvk/vulkan.h: Move VkFormatProperties
2015-07-08 Jason Ekstrandvk/vulkan.h: Add RenderPassBeginContents
2015-07-08 Jason Ekstrandvk/vulkan.h: Add command buffer levels
2015-07-08 Jason Ekstrandvk/vulkan.h: Import the VkPipeEvent enum from 130
2015-07-08 Jason Ekstrandvk/vulkan.h: Remove VkFormatInfoType
2015-07-08 Jason Ekstrandvk/vulkan.h: Update extension handling to rev 130
2015-07-08 Jason Ekstrandvk/vulkan.h: Move format quering to the physical device
2015-07-08 Jason Ekstrandvk/vulkan.h: Remove some peer opening structs and STRUC...
2015-07-08 Jason Ekstrandvk: Add a copy of the v90 header.
2015-07-08 Jason Ekstrandvk/vulkan.h: Remove an unneeded comment
2015-07-08 Jason Ekstrandvk/vulkan.h: Remove the MemoryRange stubs and add spars...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch BindObjectMemory to a device functi...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch to the split ProcAddr functions...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch from GetImageSubresourceInfo to...
2015-07-08 Jason Ekstrandvk/vulkan.h: Switch from GetObjectInfo to GetMemoryRequ...
2015-07-08 Jason Ekstrandvk: Update memory flushing functions to 130
2015-07-08 Jason Ekstrandvk/vulkan.h: Constify the pFences parameter to ResetFences
2015-07-08 Jason Ekstrandvk/vulkan.h: Move the definitions of Create(Framebuffer...
2015-07-08 Jason Ekstrandvk: Implement the GetRenderAreaGranularity function
2015-07-08 Jason Ekstrandvk/vulkan.h: Add a PipelineLayout parameter to BindDesc...
2015-07-07 Jason Ekstrandvk/vulkan.h: Add a compareEnable parameter to SamplerCr...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove initialCount from SemaphoreCreateInfo
2015-07-07 Jason Ekstrandvk/vulkan.h: Update clear color handling to 130
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove the pass argument from EndRenderPass
next