anv: Move the physical device dispatch table to anv_instance
[mesa.git] / src / intel / vulkan /
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: Stop allocating WSI event fences off the instance
2020-01-20 Jason Ekstrandanv: Take a device in anv_perf_warn
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-20 Jason Ekstrandanv: Canonicalize buffer formats for image/buffer copies
2020-01-20 Jason Ekstrandanv/blorp: Rename buffer image stride parameters
2020-01-20 Tapani Pällianv: add assert for isl_mod_info in choose_isl_tiling_flags
2020-01-20 Tapani Pällianv: fix assert in GetImageDrmFormatModifierPropertiesEXT
2020-01-17 Lionel Landwerlinanv: enable VK_KHR_swapchain_mutable_format
2020-01-17 Jason Ekstrandvulkan/wsi: Use the interface from the real modifiers...
2020-01-17 Jason Ekstrandanv: Support modifiers in GetImageFormatProperties2
2020-01-17 Jason Ekstrandanv: Drop some VK_IMAGE_TILING_OPTIMAL checks
2020-01-16 Tapani Pällianv: set depth stall enabled when depth flush enabled...
2020-01-16 Lionel Landwerlinanv: implement another workaround for non pipelined...
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-15 Jason Ekstrandanv: Bump the patch version to 131
2020-01-15 Lionel Landwerlinanv: fix pipeline switch back for non pipelined states
2020-01-14 Jason Ekstrandvulkan/wsi: Add a driconf option to force WSI to advert...
2020-01-14 Lionel Landwerlinanv: only use VkSamplerCreateInfo::compareOp if enabled
2020-01-14 Lionel Landwerlinanv: Implement Gen12 workaround for non pipelined state
2020-01-13 Jason Ekstrandanv: Memset array properties
2020-01-13 Jason Ekstrandanv: Don't over-advertise descriptor indexing features
2020-01-13 Lionel Landwerlinanv: set stencil layout for input attachments
2020-01-13 Jason Ekstrandanv: Drop an unused variable
2020-01-10 Jason Ekstrandanv: Re-use flush_descriptor_sets in flush_compute_state
2020-01-10 Jason Ekstrandanv: Flag descriptors dirty when gl_NumWorkgroups is...
2020-01-10 Jason Ekstrandanv: Don't add dynamic state base address to push const...
2020-01-09 Lionel Landwerlinanv: fix intel perf queries availability writes
2020-01-08 Lionel Landwerlinanv: don't close invalid syncfd semaphore
2020-01-04 Kenneth Graunkeanv: Only enable EWA LOD algorithm when doing anisotrop...
2020-01-04 Jason Ekstrandanv: Allow HiZ in TRANSFER_SRC_OPTIMAL on Gen8-9
2020-01-03 Caio Marcelo de... anv: Ignore some CreateInfo structs when rasterization...
2020-01-03 Caio Marcelo de... anv: Drop unused function parameter
2020-01-03 Jason Ekstrandanv: Drop unneeded struct keywords
2020-01-03 Kenneth Graunkeintel: Drop Gen11 WaBTPPrefetchDisable workaround
2019-12-24 Jason Ekstrandanv: Properly advertise sampledImageIntegerSampleCounts
2019-12-17 Caio Marcelo de... anv/gen12: Temporarily disable VK_KHR_buffer_device_add...
2019-12-16 Iván Brianoanv: Export VK_KHR_buffer_device_address only when...
2019-12-16 Iván Brianoanv: Export filter_minmax support only when it's really...
2019-12-16 Lionel Landwerlinanv: drop unused parameter from apply layout pass
2019-12-16 Lionel Landwerlinanv: constify pipeline layout in nir passes
2019-12-13 Eric Engestromanv: drop unused #include
2019-12-12 Lionel Landwerlinanv: fix assumptions about temporary fence payload
2019-12-12 Lionel Landwerlinanv: fix fence underlying primitive checks
2019-12-11 Jason Ekstrandanv: Bump the advertised patch version to 129
2019-12-11 Jason Ekstrandanv: Unconditionally advertise Vulkan 1.1
2019-12-11 Jason Ekstrandanv: Flush the queue on DeviceWaitIdle
2019-12-11 Kenneth Graunkeanv: Enable Gen11 Color/Z write merging optimization
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-10 Lionel Landwerlinanv: fix missing gen12 handling
2019-12-07 Jason Ekstrandanv: Re-emit all compute state on pipeline switch
2019-12-07 Jason Ekstrandanv: Re-capture all batch and state buffers
2019-12-06 Jason Ekstrandanv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large...
2019-12-06 Jason Ekstrandanv: Use BO fences/semaphores for AcquireNextImage
2019-12-06 Jason Ekstrandanv: Add a fence_reset_reset_temporary helper
2019-12-06 Jason Ekstrandanv: Use submit-time implicit sync instead of allocate...
2019-12-06 Jason Ekstrandanv: Always add in EXEC_OBJECT_WRITE when specified...
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: Apply cache flushes after setting index/draw VBs
2019-12-05 Jason Ekstrandanv: Always invalidate the VF cache in BeginCommandBuffer
2019-12-05 Jason Ekstrandblorp: Pass the VB size to the VF cache workaround
2019-12-05 Jason Ekstrandanv: Add a has_softpin boolean
2019-12-05 Jason Ekstrandanv: Drop bo_flags from anv_bo_pool
2019-12-04 Ian Romanickanv: Fix error message format string
2019-12-04 Rafael Antognollianv: Use 3DSTATE_CONSTANT_ALL when possible.
2019-12-04 Rafael Antognollianv: Move code for emitting push constants into its...
2019-12-04 Rafael Antognollianv: Add get_push_range_address() helper.
2019-12-04 Rafael Antognollianv: Move gen8+ push constant packet workaround.
2019-12-03 Jason Ekstrandanv: Respect the always_flush_cache driconf option
2019-12-03 Jason Ekstrandanv: Set up SBE_SWIZ properly for gl_Viewport
2019-11-26 Jason Ekstrandanv: Push constants are relative to dynamic state on IVB
2019-11-26 Jason Ekstrandanv/entrypoints: Better handle promoted extensions
2019-11-19 Marek Olšáknir: move data.image.access to data.access
2019-11-19 Eric Engestromanv: add missing "fall-through" annotation
2019-11-19 Rafael Antognolliintel: Add workaround for stencil state.
2019-11-18 Jason Ekstrandanv: Emit a NULL vertex for zero base_vertex/instance
2019-11-18 Jason Ekstrandanv: Use an anv_state for the next binding table
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindPipeline
2019-11-18 Jason Ekstrandanv: More carefully dirty state in BindDescriptorSets
2019-11-18 Jason Ekstrandanv: Use a switch statement for binding table setup
2019-11-18 Jason Ekstrandanv: Rework push constant handling
2019-11-18 Jason Ekstrandanv: Re-arrange push constant data a bit
2019-11-18 Jason Ekstrandintel/compiler: Add a flag to avoid compacting push...
2019-11-18 Jason Ekstrandanv: Pre-compute push ranges for graphics pipelines
2019-11-18 Jason Ekstrandanv: Stop bounds-checking pushed UBOs
2019-11-18 Jason Ekstrandanv: Delete dead shader constant pushing code
next