anv: Drop an assert
[mesa.git] / src / intel / vulkan / anv_device.c
2020-04-24 Jason Ekstrandanv: Drop an assert
2020-04-24 Eduardo Lima Mitevanv/radv: Resolving 'GetInstanceProcAddr' should not...
2020-04-20 Rafael Antognollianv: Add support for new MMAP_OFFSET ioctl.
2020-04-20 Rafael Antognollianv: Add anv_device parameter to anv_gem_munmap.
2020-03-24 Pierre-Eric Pellou... util/os_file: extend os_read_file to return the file...
2020-03-24 Jason Ekstrandanv: Stop fetching the timestamp frequency ourselves
2020-03-07 Jason Ekstrandanv: Parse VkPhysicalDeviceFeatures2 in CreateDevice
2020-01-25 Jason Ekstrandanv: Rework CCS memory handling on TGL-LP
2020-01-25 Jason Ekstrandanv: Make anv_vma_alloc/free a lot dumber
2020-01-25 Jason Ekstrandanv: Delete a redundant calculation
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2020-01-21 Lionel Landwerlinanv: don't report error with other vendor DRM devices
2020-01-20 Jason Ekstrandanv: Allow enumerating multiple physical devices
2020-01-20 Jason Ekstrandanv: Re-arrange physical_device_init
2020-01-20 Jason Ekstrandanv: Drop separate chipset_id fields
2020-01-20 Jason Ekstrandanv: Move the physical device dispatch table to anv_ins...
2020-01-20 Jason Ekstrandanv: Drop the instance pointer from anv_device
2020-01-20 Jason Ekstrandanv: Take an anv_device in vk_errorf
2020-01-20 Jason Ekstrandanv: Add an anv_physical_device field to anv_device
2020-01-15 Iván Brianoanv: Enable Vulkan 1.2 support
2020-01-15 Jason Ekstrandanv: Implement the new core version property queries
2020-01-15 Jason Ekstrandanv: Implement the new core version feature queries
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2020-01-13 Jason Ekstrandanv: Memset array properties
2020-01-13 Jason Ekstrandanv: Don't over-advertise descriptor indexing features
2020-01-03 Jason Ekstrandanv: Drop unneeded struct keywords
2019-12-24 Jason Ekstrandanv: Properly advertise sampledImageIntegerSampleCounts
2019-12-16 Iván Brianoanv: Export filter_minmax support only when it's really...
2019-12-10 Jason EkstrandANV: Stop advertising smoothLines support on gen10+
2019-12-10 Lionel Landwerlinanv: fix incorrect VMA alignment for CCS main surfaces
2019-12-06 Jason Ekstrandanv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large...
2019-12-06 Jason Ekstrandanv: Use submit-time implicit sync instead of allocate...
2019-12-05 Jason Ekstrandanv: Implement VK_KHR_buffer_device_address
2019-12-05 Jason Ekstrandanv: Use a pNext loop in AllocateMemory
2019-12-05 Jason Ekstrandanv: Add allocator support for client-visible addresses
2019-12-05 Jason Ekstrandanv: Add an explicit_address parameter to anv_device_al...
2019-12-05 Jason Ekstrandanv: Stop advertising two heaps just for the VF cache WA
2019-12-05 Jason Ekstrandanv: Set up VMA heaps independently from memory heaps
2019-12-05 Jason Ekstrandanv: Stop tracking VMA allocations
2019-12-05 Jason Ekstrandanv: Disallow allocating above heap sizes
2019-12-05 Jason Ekstrandanv: Don't leak when set_tiling fails
2019-12-05 Jason Ekstrandanv: Use PIPE_CONTROL flushes to implement the gen8...
2019-12-05 Jason Ekstrandanv: Add a has_softpin boolean
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-12-03 Jason Ekstrandanv: Respect the always_flush_cache driconf option
2019-11-18 Jason Ekstrandanv: Rework push constant handling
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-12 Rafael Antognollianv: Use mocs settings from isl_dev.
2019-11-11 Lionel Landwerlinanv: implement VK_KHR_timeline_semaphore
2019-11-11 Lionel Landwerlinanv: prepare driver to report submission error through...
2019-11-11 Lionel Landwerlinanv: allow NULL batch parameter to anv_queue_submit_sim...
2019-11-11 Lionel Landwerlinanv: move queue init/finish to anv_queue.c
2019-11-11 Ricardo Garciaanv: Unify GetDeviceQueue and GetDeviceQueue2
2019-11-06 Lionel Landwerlinanv: implement VK_KHR_separate_depth_stencil_layouts
2019-10-31 Jason Ekstrandanv: Drop anv_bo_init and anv_bo_init_new
2019-10-31 Jason Ekstrandanv: Allocate misc BOs from the cache
2019-10-31 Jason Ekstrandanv: Allocate batch and fence buffers from the cache
2019-10-31 Jason Ekstrandanv: Choose BO flags internally in anv_block_pool
2019-10-31 Jason Ekstrandanv: Rework the internal BO allocation API
2019-10-31 Jason Ekstrandanv: Use anv_block_pool_foreach_bo in get_bo_from_pool
2019-10-31 Jason Ekstrandanv: Rework anv_block_pool_expand_range
2019-10-31 Jason Ekstrandanv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
2019-10-31 Bas Nieuwenhuizenanv: Remove _mesa_locale_init/fini calls.
2019-10-29 Plamena Manolovaanv: Set depthBounds to true in anv_GetPhysicalDeviceFe...
2019-10-28 Timothy Arceriutil: rename list_empty() to list_is_empty()
2019-10-28 Jordan Justenanv/gen12: Initialize aux map context
2019-10-28 Jordan Justenanv: Implement aux-map allocator interface
2019-10-24 Caio Marcelo de... anv: Implement VK_KHR_vulkan_memory_model
2019-10-23 Lionel Landwerlinanv: implement VK_INTEL_performance_query
2019-10-22 Lionel Landwerlinanv: fix unwind of vkCreateDevice fail
2019-10-20 Lionel Landwerlinanv: fix memory leak on device destroy
2019-10-07 Caio Marcelo de... anv: Implement VK_KHR_shader_clock
2019-09-20 Jason Ekstrandanv: Advertise VK_KHR_shader_subgroup_extended_types
2019-09-20 Eric Engestromanv: implement ICD interface v4
2019-09-20 Eric Engestromanv: split instance dispatch table
2019-09-19 Arcady Goldmints... anv: fix descriptor limits on gen8
2019-09-17 Samuel Iglesias... anv: enable VK_KHR_shader_float_controls and SPV_KHR_fl...
2019-09-15 Lionel Landwerlinvulkan: add vk_x11_strict_image_count option
2019-09-15 Lionel Landwerlindriconfig: add a new engine name/version parameter
2019-09-06 Eric Engestromanv: add support for vk_x11_override_min_image_count
2019-09-06 Eric Engestromanv: add support for driconf
2019-09-06 Jason Ekstrandanv: Bump maxComputeWorkgroupSize
2019-08-28 Jordan Justenanv: Build for gen12
2019-08-12 Rafael Antognollianv/gen11: Emit SLICE_HASH_TABLE when pipes are unbalanced.
2019-08-12 Jason Ekstrandanv: Implement VK_KHR_pipeline_executable_properties
2019-08-12 Jason Ekstrandanv: Implement VK_EXT_subgroup_size_control version 2
2019-08-09 Eric Engestromanv: add missing `break`
2019-08-09 Tapani Pällianv/android: disable shared representable image support...
2019-08-06 Jason Ekstrandanv: Implement VK_EXT_line_rasterization
2019-08-06 Jason Ekstrandanv: Advertise the right line width range on gen9 and CHV
2019-08-01 Mark Janesanv: use initialization routine for gen_device_info
2019-07-31 Eric Engestromtree-wide: replace MAYBE_UNUSED with ASSERTED
2019-07-29 Lionel Landwerlinanv: implement VK_EXT_index_type_uint8
2019-07-25 Jason Ekstrandanv: Disable subgroup arithmetic on gen7
2019-07-24 Jason Ekstrandanv: Implement VK_EXT_subgroup_size_control
2019-07-23 Sagar Ghugeanv: Implement VK_KHR_imageless_framebuffer
2019-07-19 Eric Engestromutil: use standard name for snprintf()
2019-07-17 Lionel Landwerlinanv: report timestampComputeAndGraphics true
2019-07-10 Jason Ekstrandanv: Make the workaround BO a whole page
2019-07-08 Caio Marcelo de... anv: Set maxComputeSharedMemorySize to 64k
next