1. 2349a9e anv: Accurately advertise dynamic descriptor limits by Jason Ekstrand · 7 years ago
  2. 3b52413 anv: fix Get*MemoryRequirements for !LLC by Connor Abbott · 7 years ago
  3. ff0dd67 anv: increase ANV_MAX_STATE_SIZE_LOG2 limit to 1 MB by Samuel Iglesias Gonsálvez · 8 years ago
  4. 1e41d7f anv: Support loader interface version 3 (patch v2) by Chad Versace · 8 years ago
  5. 23a36c2 anv: Enable tessellation shaders. by Kenneth Graunke · 8 years ago
  6. ebd88b5 anv: Initialize physical device limits for tessellation by Kenneth Graunke · 8 years ago
  7. 0449c93 anv: enable shaderFloat64 feature by Samuel Iglesias Gonsálvez · 8 years ago
  8. 1f13cb8 anv,radv: disable StorageImageWriteWithoutFormat for now by Ilia Mirkin · 8 years ago
  9. c633f22 anv: add support for extended texture gather by Ilia Mirkin · 8 years ago
  10. d6545f2 anv: Handle vkGetPhysicalDeviceQueueFamilyProperties with count == 0 by Chad Versace · 8 years ago
  11. 7525282 anv: return count of queue families written by Damien Grassart · 8 years ago
  12. 79d08ed anv: Fix uniform and storage buffer offset alignment limits. by Francisco Jerez · 8 years ago
  13. 72ffe83 anv: Reject VkMemoryAllocateInfo::allocationSize == 0 by Chad Versace · 8 years ago
  14. fda1d01 anv: expose support for VK_KHR_sampler_mirror_clamp_to_edge by Ilia Mirkin · 8 years ago
  15. be92b3f anv: clean up VkPhysicalDeviceFeatures list by Ilia Mirkin · 8 years ago
  16. 7a8def8 anv: bump the texture gather offset limits by Ilia Mirkin · 8 years ago
  17. e6847f2 anv: enable drawIndirectFirstInstance by Ilia Mirkin · 8 years ago
  18. d2280a0 anv: expose depthBiasClamp, it is already set by Ilia Mirkin · 8 years ago
  19. e2c669a anv: bump maxFramebufferLayers to 2048 by Ilia Mirkin · 8 years ago
  20. 76b97d5 anv: enable storage image extended formats by Ilia Mirkin · 8 years ago
  21. a34f89c anv: expose imageCubeArray functionality by Ilia Mirkin · 8 years ago
  22. eaf0768 radv: set maxFragmentDualSrcAttachments to 1 by Dave Airlie · 8 years ago
  23. 15d3fc1 anv: Fix cache UUID generation. by Kenneth Graunke · 8 years ago
  24. b178652 anv: Update the teardown in reverse order of the anv_CreateDevice by Gwan-gyeong Mun · 8 years ago
  25. ca47069 anv: drop the return type for anv_queue_init() by Gwan-gyeong Mun · 8 years ago
  26. a1cf494 anv: don't leak memory if anv_init_wsi() fails by Emil Velikov · 8 years ago
  27. 3af8171 anv: don't double-close the same fd by Emil Velikov · 8 years ago
  28. 83548e1 anv: Use library mtime for cache UUID. by Emil Velikov · 8 years ago
  29. de138e9 anv: Store UUID in physical device. by Emil Velikov · 8 years ago
  30. fa6bbb5 anv/device: Remove a bogus finishme comment by Jason Ekstrand · 8 years ago
  31. 5cc07d8 anv: fix enumeration of properties by Emil Velikov · 8 years ago
  32. a4d7a5b anv: Enable clip and cull distance support. by Kenneth Graunke · 8 years ago
  33. 1c97432 anv/fence: Handle ANV_FENCE_CREATE_SIGNALED_BIT by Jason Ekstrand · 8 years ago
  34. 49f08ad anv: Handle null in all destructors by Jason Ekstrand · 8 years ago
  35. 1826624 anv/device: Silence a 32-bit warning by Jason Ekstrand · 8 years ago
  36. b1217ea anv/device: Implicitly unmap memory objects in FreeMemory by Jason Ekstrand · 8 years ago
  37. 920f34a anv/device: Return the right error for failed maps by Jason Ekstrand · 8 years ago
  38. 73ef9c8 anv/device: Add some asserts to MapMemory by Jason Ekstrand · 8 years ago
  39. 843775b anv: Rework fences by Jason Ekstrand · 8 years ago
  40. f373a91 anv: use correct .specVersion for extensions by Emil Velikov · 8 years ago
  41. b3a29f2 anv: Do relocations in userspace before execbuf ioctl by Kristian Høgsberg Kristensen · 8 years ago
  42. 8b61c57 anv: Move relocation handling from EndCommandBuffer to QueueSubmit by Jason Ekstrand · 8 years ago
  43. 6283b6d anv: Add a new bo_pool_init helper by Jason Ekstrand · 8 years ago
  44. db9f4b2 anv: Add a cmd_buffer_execbuf helper by Jason Ekstrand · 8 years ago
  45. 07798c9 anv/device: Add an execbuf wrapper by Jason Ekstrand · 8 years ago
  46. a5f8ff6 anv: Better handle return codes from anv_physical_device_init by Jason Ekstrand · 8 years ago
  47. c41ec16 anv/device: Return DEVICE_LOST if execbuf2 fails by Jason Ekstrand · 8 years ago
  48. 1ae6ece anv: move to using vk_alloc helpers. by Dave Airlie · 8 years ago
  49. 6d557ae anv: Make entrypoint resolution take a gen_device_info by Jason Ekstrand · 8 years ago
  50. 4c9dec8 anv: Get rid of the ANV_CALL macro by Jason Ekstrand · 8 years ago
  51. dedc406 anv: Get rid of meta by Jason Ekstrand · 8 years ago
  52. fd27d5f anv: Return correct result in EnumeratePhysicalDevices by Nicolas Koch · 8 years ago
  53. 014bd4a anv: turn on samplerAnisotropy in VkPhysicalDeviceFeatures by Lionel Landwerlin · 8 years ago
  54. b4bbabf anv: Move BindImageMemory to anv_image.c by Jason Ekstrand · 8 years ago
  55. 0408d50 anv: fix GetPhysicalDeviceProperties to return timestampPeriod in ns by Philipp Zabel · 8 years ago
  56. 6b21728 anv: get rid of duplicated values from gen_device_info by Lionel Landwerlin · 8 years ago
  57. bc24590 intel/i965: make gen_device_info mutable by Lionel Landwerlin · 8 years ago
  58. 09394ee anv: device: calculate compute thread numbers using subslices numbers by Lionel Landwerlin · 8 years ago
  59. 8f780af anv: Add initial blorp support by Jason Ekstrand · 8 years ago
  60. 979d0ac intel: Rename brw_get_device_name/info to gen_get_device_name/info by Jason Ekstrand · 8 years ago
  61. 527f371 intel: s/brw_device_info/gen_device_info/ by Jason Ekstrand · 8 years ago
  62. 10f9901 anv: Rework pipeline caching by Jason Ekstrand · 8 years ago
  63. 6899718 anv: Add a struct for storing a compiled shader by Jason Ekstrand · 8 years ago
  64. 34ff4fb anv: Throw INCOMPATIBLE_DRIVER for non-fatal initialization errors by Jason Ekstrand · 8 years ago
  65. ebd5dc8 anv: remove dummy VK_DEBUG_MARKER_EXT entry points by mil Velikov · 8 years ago
  66. 40e4fff anv: automake: use VISIBILITY_CFLAGS to restrict symbol visibility by Emil Velikov · 8 years ago
  67. 71258e9 anv/x11: Add support for Xlib platform by Kevin Strasser · 8 years ago
  68. 0bf531a anv/device: Add limits for InterpolationOffset by Anuj Phogat · 8 years ago
  69. c4cd0e8 anv/device: Enable sample shading on gen7+ by Anuj Phogat · 8 years ago
  70. 6d958c7 anv: Enable per sample shading on gen8+ by Anuj Phogat · 8 years ago
  71. f124f4a anv: Enable independentBlend on gen7 by Jason Ekstrand · 8 years ago
  72. a5748cb anv/device: Fix max buffer range limits by Nanley Chery · 8 years ago
  73. addb099 anv: use cache uuid based on the build timestamp. by Emil Velikov · 8 years ago
  74. c2f2c8e anv: Use different BOs for different scratch sizes and stages by Jason Ekstrand · 8 years ago
  75. eb6764c anv: Add proper support for depth clamping by Jason Ekstrand · 8 years ago
  76. a1e6993 anv: Remove the PhysicalDeviceLimits FINISHME by Jason Ekstrand · 8 years ago
  77. 4cd9cd6 automake: move the git_sha1.h rule a level up by Emil Velikov · 8 years ago
  78. ace5403 anv: bail out if anv_wsi_init() fails by Emil Velikov · 8 years ago
  79. b93b593 anv: Try the first 8 render nodes instead of just renderD128 by Jason Ekstrand · 8 years ago
  80. e023c10 anv: strdup the device path into the physical device by Jason Ekstrand · 8 years ago
  81. 9b8c400 anv: Enable textureCompressionASTC_LDR on Gen9+ by Nanley Chery · 8 years ago
  82. c29ffea anv/device: Add a boolean for robust buffer access by Jason Ekstrand · 8 years ago
  83. 7ac08ad anv/device: Fix viewportBoundsRange by Nanley Chery · 8 years ago
  84. eb6baa3 anv/wsi: Make WSI per-physical-device rather than per-instance by Jason Ekstrand · 8 years ago
  85. 5186545 anv: Don't advertise shaderImageGatherExtended by Jason Ekstrand · 8 years ago
  86. 6dc169e anv: factor out the X11/XCB build by Emil Velikov · 8 years ago
  87. cbc4837 anv: kill of custom define HAVE_WAYLAND_PLATFORM by Emil Velikov · 8 years ago
  88. 5f7e8ea anv/device: Set the compressed texture feature flags correctly by Nanley Chery · 8 years ago
  89. 5001852 anv: s/anv_batch_emit_blk/anv_batch_emit/ by Jason Ekstrand · 8 years ago
  90. cae2f14 anv/device: Use the new emit macro by Jason Ekstrand · 8 years ago
  91. 93db828 anv/device: Images are only enabled in scalar stages by Jason Ekstrand · 8 years ago
  92. 5ec4ecc anv: Advertise vertexPipelineStoresAndAtomics based on scalar stages by Jason Ekstrand · 8 years ago
  93. 1a3adae anv/gen7: Save kernel command parser version by Jordan Justen · 8 years ago
  94. 20417b2 anv/device: Advertise version 1.0.5 by Jason Ekstrand · 8 years ago
  95. 204d937 anv/device: Ignore the patch portion of the requested API version by Jason Ekstrand · 8 years ago
  96. 869e393 anv/batch_chain: Fall back to growing batches when chaining isn't available by Jason Ekstrand · 8 years ago
  97. ecfb074 anv/allocator: Make the bo_pool dynamically sized by Jason Ekstrand · 8 years ago
  98. b1c5d45 anv/allocator: Add a size field to bo_pool_alloc by Jason Ekstrand · 8 years ago
  99. abaa3be anv/device: Flush the fence batch rather than the start of the BO by Jason Ekstrand · 8 years ago
  100. 2308891 anv: Store CPU-side fence information in the BO by Jason Ekstrand · 8 years ago