mesa.git
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: Dispatch vkDestroyObject to new destructors
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 Connor Abbottnir/spirv: update to SPIR-V revision 31
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-11 Chad Versacevk/gem: Change signature of anv_gem_get_aperture()
2015-07-11 Chad Versacevk/device: Add member anv_physical_device::fd
2015-07-11 Chad Versacevk/device: Add func anv_physical_device_finish()
2015-07-10 Jason Ekstrandvk/device: Add an explicit destructor for RenderPass
2015-07-10 Jason Ekstrandvk/image: Add an explicit DestroyImage function
2015-07-10 Jason Ekstrandvk/image: Add explicit constructors for buffer/image...
2015-07-10 Jason Ekstrandnir: Add C++ versions of NIR_(SRC|DEST)_INIT
2015-07-10 Chad Versacemesa: Fix generation of git_sha1.h.tmp for gitlinks
2015-07-10 Jason Ekstrandvk/query.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/pipeline.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/formats.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/image.c: Use the casting functions
2015-07-10 Jason Ekstrandvk/device.c: One more use of a casting function
2015-07-10 Jason Ekstrandvk/meta.c: Use the casting functions
2015-07-10 Jason Ekstrandvk: Fix the build
2015-07-10 Jason Ekstranddevice.c: Use the cast helpers a bunch of places
2015-07-10 Jason Ekstranddevice.c: Use the cast helpers
2015-07-10 Jason Ekstrandvk/private.h: Add a bunch of static inline casting...
2015-07-10 Jason Ekstrandvk/device.c: Fix whitespace issues
2015-07-10 Jason Ekstrandvk/device.c: Use ANV_FROM_HANDLE a bunch of places
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 Chad Versacevk/device: Fix vkEnumeratePhysicalDevices()
2015-07-09 Chad Versacevk/device: Move device enumeration to vkEnumeratePhysic...
2015-07-09 Chad Versacevk/device: Be consistent about path to DRM device
2015-07-09 Connor Abbottvk/compiler: create an empty parameters list
2015-07-09 Connor Abbottnir/spirv: fix wrong writemask for ALU operations
2015-07-09 Connor Abbottnir/spirv: fix memory context for builtin variable
2015-07-09 Connor Abbottnir/spirv: zero out value array
2015-07-09 Connor Abbottvk/compiler: create the right kind of program struct
2015-07-09 Connor Abbottvk/compiler: mark inputs/outputs as read/written
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 Jason Ekstrandvk: Add a macro for creating anv variables from vulkan...
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...
next