util/vulkan: Move Vulkan utilities to src/vulkan/util
[mesa.git] / src / intel / vulkan / anv_device.c
2017-06-06 Alex Smithutil/vulkan: Move Vulkan utilities to src/vulkan/util
2017-05-24 Jason Ekstrandanv: Require vertex buffers to come from a 32-bit heap
2017-05-24 Jason Ekstrandanv: Advertise both 32-bit and 48-bit heaps when we...
2017-05-23 Jason Ekstrandanv: Refactor memory type setup
2017-05-23 Jason Ekstrandanv: Make supports_48bit_addresses a heap property
2017-05-23 Jason Ekstrandanv: Stop setting BO flags in bo_init_new
2017-05-23 Jason Ekstrandanv: Set image memory types based on the type count
2017-05-23 Jason Ekstrandanv: Add valid_bufer_usage to the memory type metadata
2017-05-23 Jason Ekstrandanv: Determine the type of mapping based on type metadata
2017-05-23 Jason Ekstrandanv: Set up memory types and heaps during physical...
2017-05-23 Jason Ekstrandanv: Predicate 48bit support on gen >= 8
2017-05-16 Jason Ekstrandanv: Implement VK_KHR_get_surface_capabilities2
2017-05-09 Grazvydas Ignotasanv: don't leak DRM devices
2017-05-09 Grazvydas Ignotasanv: fix possible stack corruption
2017-05-05 Jason Ekstrandanv: Drop the instruction pool block size
2017-05-05 Jason Ekstrandanv/allocator: Embed the block_pool in the state_pool
2017-05-05 Jason Ekstrandanv/allocator: Drop the block_size field from block_pool
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_fd
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore
2017-05-03 Jason Ekstrandanv: Implement VK_KHX_external_semaphore_capabilities
2017-05-03 Jason Ekstrandanv: Trivially implement multiDrawIndirect
2017-05-03 Jason Ekstrandanv: Enable VK_KHX_multiview and SPV_KHR_multiview
2017-05-03 Jason Ekstrandanv: Add the KHX_multiview boilerplate
2017-04-28 Jason Ekstrandanv: Alphabetize KHR extensions
2017-04-28 Jason Ekstrandanv: Move queues, events, and semaphores to their own...
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory_fd
2017-04-28 Jason Ekstrandanv: Use the BO cache for DeviceMemory allocations
2017-04-28 Jason Ekstrandanv: Implement VK_KHX_external_memory
2017-04-28 Chad Versaceanv: Implement VK_KHX_external_memory_capabilities
2017-04-28 Jason Ekstrandanv/physical_device: Rename uuid to pipeline_cache_uuid
2017-04-28 Jason Ekstrandanv: Refactor device_get_cache_uuid into physical_devic...
2017-04-28 Jason Ekstrandanv: Set EXEC_OBJECT_ASYNC when available
2017-04-15 Jason Ekstrandanv: Add the pci_id into the shader cache UUID
2017-04-14 Jason Ekstrandanv: Limit VkDeviceMemory objects to 2GB
2017-04-06 Jason Ekstrandanv/device: Add a helper for querying whether a BO...
2017-04-05 Jason Ekstrandanv: Advertise larger heap sizes
2017-04-05 Jason Ekstrandanv: Add support for 48-bit addresses
2017-04-05 Jason Ekstrandanv: Query the kernel for reset status
2017-04-05 Jason Ekstrandanv: Check for device loss at the end of WaitForFences
2017-04-03 Jason Ekstrandanv: Implement VK_KHR_incremental_present
2017-03-24 Iago Toral Quirogaanv: return VK_ERROR_DEVICE_LOST immeditely when device...
2017-03-24 Iago Toral Quirogaanv/device: keep track of 'device lost' state
2017-03-24 Iago Toral Quirogaanv/device: return VK_ERROR_DEVICE_LOST for errors...
2017-03-22 Jason Ekstrandanv/device: Move push descriptor query handling
2017-03-17 Jason Ekstrandanv: Turn on inherited queries
2017-03-17 Ilia Mirkinanv: Implement pipeline statistics queries
2017-03-17 Robert Bragganv/device: init timestampPeriod from devinfo
2017-03-17 Jason Ekstrandanv/device: Remove a use of a compound literal
2017-03-16 Iago Toral Quirogaanv/device: assert that commands submitted to a queue...
2017-03-15 Emil Velikovanv: do not open random render node(s)
2017-03-14 Jason Ekstrandanv: Properly enumerate physical devices when none...
2017-03-14 Gwan-gyeong Munanv: Add missing error-checking to anv_CreateDevice...
2017-03-13 Chad Versaceanv: Use vk_outarray in vkGetPhysicalDeviceQueueFamilyP...
2017-03-13 Chad Versaceanv: Use vk_outarray in vkEnumeratePhysicalDevices...
2017-03-13 Jason Ekstrandanv: Accurately advertise dynamic descriptor limits
2017-03-07 Jason Ekstrandanv: Get rid of the stub() macros
2017-03-03 Jason Ekstrandanv: Advertise shaderInt64 on Broadwell and above
2017-03-02 Lionel Landwerlinanv: add VK_KHR_descriptor_update_template support
2017-03-02 Lionel Landwerlinanv: add VK_KHR_push_descriptor support
2017-03-01 Jason Ekstrandutil/build-id: Return a pointer rather than copying...
2017-03-01 Jason Ekstrandanv: Properly handle destroying NULL devices and instances
2017-02-27 Jason Ekstrandanv: Bump advertised version to 1.0.42
2017-02-21 Jason Ekstrandanv: Take a device parameter in anv_state_flush
2017-02-21 Jason Ekstrandanv: Pull all clflushing into a clflush_range helper
2017-02-21 Jason Ekstrandanv: Rename clflush_range and state_clflush
2017-02-21 Emil Velikovanv: remove unused anv_dispatch_table dtable
2017-02-20 Dave Airlievulkan/wsi/x11: add support to detect if we can support...
2017-02-15 Matt Turneranv: Use build-id for pipeline cache UUID.
2017-02-15 Jason Ekstrandanv: Use vk_foreach_struct for handling extension structs
2017-02-14 Connor Abbottanv: fix Get*MemoryRequirements for !LLC
2017-02-14 Alex Smithanv: Add support for shaderStorageImageWriteWithoutFormat
2017-02-02 Lionel Landwerlinanv: enable VK_KHR_shader_draw_parameters
2017-02-02 Lionel Landwerlinanv: limit vertex buffers to 31
2017-01-27 Jason Ekstrandanv: Advertise API version 1.0.39
2017-01-26 Chad Versaceanv: Implement VK_KHR_get_physical_device_properties2
2017-01-26 Chad Versaceanv: Refactor anv_GetPhysicalDeviceQueueFamilyProperties()
2017-01-24 Jason Ekstrandanv: Expose VK_KHR_maintenance1
2017-01-17 Samuel Iglesias... anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB
2017-01-12 Chad Versaceanv: Support loader interface version 3 (patch v2)
2017-01-10 Kenneth Graunkeanv: Enable tessellation shaders.
2017-01-10 Kenneth Graunkeanv: Initialize physical device limits for tessellation
2017-01-09 Samuel Iglesias... anv: enable shaderFloat64 feature
2016-12-31 Ilia Mirkinanv,radv: disable StorageImageWriteWithoutFormat for now
2016-12-30 Ilia Mirkinanv: add support for extended texture gather
2016-12-27 Chad Versaceanv: Handle vkGetPhysicalDeviceQueueFamilyProperties...
2016-12-27 Damien Grassartanv: return count of queue families written
2016-12-16 Francisco Jerezanv: Fix uniform and storage buffer offset alignment...
2016-12-14 Chad Versaceanv: Reject VkMemoryAllocateInfo::allocationSize == 0
2016-12-01 Ilia Mirkinanv: expose support for VK_KHR_sampler_mirror_clamp_to_edge
2016-11-30 Ilia Mirkinanv: clean up VkPhysicalDeviceFeatures list
2016-11-29 Ilia Mirkinanv: bump the texture gather offset limits
2016-11-29 Ilia Mirkinanv: enable drawIndirectFirstInstance
2016-11-29 Ilia Mirkinanv: expose depthBiasClamp, it is already set
2016-11-29 Ilia Mirkinanv: bump maxFramebufferLayers to 2048
2016-11-29 Ilia Mirkinanv: enable storage image extended formats
2016-11-29 Ilia Mirkinanv: expose imageCubeArray functionality
2016-11-29 Dave Airlieradv: set maxFragmentDualSrcAttachments to 1
2016-11-28 Kenneth Graunkeanv: Fix cache UUID generation.
2016-11-28 Gwan-gyeong Munanv: Update the teardown in reverse order of the anv_Cr...
2016-11-28 Gwan-gyeong Munanv: drop the return type for anv_queue_init()
next