vk/vulkan.h: Re-order some #define's
[mesa.git] / src /
2015-07-14 Jason Ekstrandvk: Remove abreviations
2015-07-14 Jason Ekstrandvk: Add the new extension/layer enumeration entrypoints
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: Implement Multipass
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: 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: Rename bool32_t -> VkBool32
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: 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: 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: 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 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: Add RenderPassBeginContents
2015-07-08 Jason Ekstrandvk/vulkan.h: Add command buffer levels
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 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: Implement the GetRenderAreaGranularity function
2015-07-08 Jason Ekstrandvk/vulkan.h: Add a PipelineLayout parameter to BindDesc...
2015-07-07 Jason Ekstrandvk/vulkan.h: Update clear color handling to 130
2015-07-07 Jason Ekstrandmeta: Use the VkClearColorValue structure for the color...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove the pass argument from EndRenderPass
2015-07-07 Jason Ekstrandvk/vulkan.h: Rename VertexInputStateInfo to VertexInput...
2015-07-07 Jason Ekstrandvk/vulkan.h: Remove programPointSize
2015-07-07 Chad Versacevk/0.130: Stub vkCmdClear*Attachment() funcs
2015-07-07 Chad Versacevk/0.130: Update name of vkCmdClearDepthStencilImage()
2015-07-07 Chad Versacevk/0.130: Stub vkCmdExecuteCommands()
2015-07-07 Chad Versacevk/0.130: Update vkCmdWaitEvents() signature
next