util/build-id: Return a pointer rather than copying the data
[mesa.git] / src / intel / vulkan / anv_device.c
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()
2016-11-28 Emil Velikovanv: don't leak memory if anv_init_wsi() fails
2016-11-28 Emil Velikovanv: don't double-close the same fd
2016-11-28 Emil Velikovanv: Use library mtime for cache UUID.
2016-11-28 Emil Velikovanv: Store UUID in physical device.
2016-11-26 Jason Ekstrandanv/device: Remove a bogus finishme comment
2016-11-23 Emil Velikovanv: fix enumeration of properties
2016-11-22 Kenneth Graunkeanv: Enable clip and cull distance support.
2016-11-17 Jason Ekstrandanv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT
2016-11-17 Jason Ekstrandanv: Handle null in all destructors
2016-11-17 Jason Ekstrandanv/device: Silence a 32-bit warning
2016-11-10 Jason Ekstrandanv/device: Implicitly unmap memory objects in FreeMemory
2016-11-10 Jason Ekstrandanv/device: Return the right error for failed maps
2016-11-10 Jason Ekstrandanv/device: Add some asserts to MapMemory
2016-11-10 Jason Ekstrandanv: Rework fences
2016-11-09 Emil Velikovanv: use correct .specVersion for extensions
2016-11-09 Kristian Høgsberg... anv: Do relocations in userspace before execbuf ioctl
2016-11-09 Jason Ekstrandanv: Move relocation handling from EndCommandBuffer...
2016-11-09 Jason Ekstrandanv: Add a new bo_pool_init helper
2016-11-09 Jason Ekstrandanv: Add a cmd_buffer_execbuf helper
2016-11-09 Jason Ekstrandanv/device: Add an execbuf wrapper
2016-11-02 Jason Ekstrandanv: Better handle return codes from anv_physical_devic...
2016-11-01 Jason Ekstrandanv/device: Return DEVICE_LOST if execbuf2 fails
2016-10-18 Dave Airlieanv: move to using vk_alloc helpers.
2016-10-14 Jason Ekstrandanv: Make entrypoint resolution take a gen_device_info
2016-10-14 Jason Ekstrandanv: Get rid of the ANV_CALL macro
2016-10-14 Jason Ekstrandanv: Get rid of meta
2016-10-12 Nicolas Kochanv: Return correct result in EnumeratePhysicalDevices
2016-10-10 Lionel Landwerlinanv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures
2016-10-07 Jason Ekstrandanv: Move BindImageMemory to anv_image.c
2016-10-06 Philipp Zabelanv: fix GetPhysicalDeviceProperties to return timestam...
2016-09-23 Lionel Landwerlinanv: get rid of duplicated values from gen_device_info
2016-09-23 Lionel Landwerlinintel/i965: make gen_device_info mutable
2016-09-21 Lionel Landwerlinanv: device: calculate compute thread numbers using...
2016-09-13 Jason Ekstrandanv: Add initial blorp support
2016-09-03 Jason Ekstrandintel: Rename brw_get_device_name/info to gen_get_devic...
2016-09-03 Jason Ekstrandintel: s/brw_device_info/gen_device_info/
2016-08-30 Jason Ekstrandanv: Rework pipeline caching
2016-08-30 Jason Ekstrandanv: Add a struct for storing a compiled shader
2016-08-23 Jason Ekstrandanv: Throw INCOMPATIBLE_DRIVER for non-fatal initializa...
2016-08-18 mil Velikovanv: remove dummy VK_DEBUG_MARKER_EXT entry points
2016-08-18 Emil Velikovanv: automake: use VISIBILITY_CFLAGS to restrict symbol...
2016-08-15 Kevin Strasseranv/x11: Add support for Xlib platform
2016-08-12 Anuj Phogatanv/device: Add limits for InterpolationOffset
2016-08-09 Anuj Phogatanv/device: Enable sample shading on gen7+
2016-07-28 Anuj Phogatanv: Enable per sample shading on gen8+
2016-07-15 Jason Ekstrandanv: Enable independentBlend on gen7
2016-07-15 Nanley Cheryanv/device: Fix max buffer range limits
2016-07-05 Emil Velikovanv: use cache uuid based on the build timestamp.
2016-06-22 Jason Ekstrandanv: Use different BOs for different scratch sizes...
2016-06-20 Jason Ekstrandanv: Add proper support for depth clamping
2016-06-10 Jason Ekstrandanv: Remove the PhysicalDeviceLimits FINISHME
2016-05-30 Emil Velikovautomake: move the git_sha1.h rule a level up
2016-05-30 Emil Velikovanv: bail out if anv_wsi_init() fails
2016-05-28 Jason Ekstrandanv: Try the first 8 render nodes instead of just rende...
2016-05-28 Jason Ekstrandanv: strdup the device path into the physical device
2016-05-20 Nanley Cheryanv: Enable textureCompressionASTC_LDR on Gen9+
2016-05-20 Jason Ekstrandanv/device: Add a boolean for robust buffer access
2016-05-18 Nanley Cheryanv/device: Fix viewportBoundsRange
2016-05-17 Jason Ekstrandanv/wsi: Make WSI per-physical-device rather than per...
next