intel/isl: Move iris's pipe-to-isl format function to isl.
[mesa.git] / src / intel / vulkan /
2020-02-05 Lionel Landwerlinanv: implement gen12 post sync pipe control workaround
2020-02-05 Lionel Landwerlinanv: implement gen9 post sync pipe control workaround
2020-02-02 Jason Ekstrandanv/blorp: Use the correct size for vkCmdCopyBufferToImage
2020-01-31 Jason Ekstrandanv: Always fill out the AUX table even if CCS is disabled
2020-01-31 Jason Ekstrandanv: Plumb deref block size through to 3DSTATE_SF
2020-01-31 Jason Ekstrandintel/common: Return the block size from get_urb_config
2020-01-31 Jason Ekstrandanv: Emit URB setup earlier
2020-01-31 Jason Ekstrandintel/blorp: Always emit URB config on Gen7+
2020-01-31 Jason Ekstrandintel: Take a gen_l3_config in gen_get_urb_config
2020-01-31 Jason Ekstrandintel/genxml: Drop SLMEnable from L3CNTLREG on Gen11
2020-01-31 Jason Ekstrandanv,iris: Set 3DSTATE_SF::DerefBlockSize to per-poly...
2020-01-29 Jason Ekstrandanv: Rename a variable
2020-01-29 Jason Ekstrandanv/block_pool: Ensure allocations have contiguous...
2020-01-29 Jason Ekstrandanv: Re-use one old BT block in reset_batch_bo_chain
2020-01-29 Jason Ekstrandanv: Set actual state pool sizes when we have softpin
2020-01-28 Jordan Justenanv: Emit CS Stall before Instruction Cache flush for...
2020-01-28 Jason Ekstrandanv: Replace one more aux_surface.isl.size_B check
2020-01-28 Brian Hoanv: Handle unavailable queries in vkCmdCopyQueryPoolRe...
2020-01-28 Brian Hoanv: Properly fetch partial results in vkGetQueryPoolRe...
2020-01-28 Tapani Pällianv/android: make format_supported_with_usage static
2020-01-28 Tapani Pällianv/android: setup gralloc1 usage from gralloc0 usage...
2020-01-27 Jason Ekstrandanv: Insert holes for non-existant XFB varyings
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: Make AUX table invalidate a PIPE_* bit
2020-01-25 Jason Ekstrandanv: Add another align_down helper
2020-01-25 Jason Ekstrandanv: Delete a redundant calculation
2020-01-24 Caio Marcelo de... anv: Always initialize target_stencil_layout
2020-01-24 Jason Ekstrandanv: Replace aux_surface.isl.size_B checks with aux_usa...
2020-01-24 Jason Ekstrandanv: Rework the meaning of anv_image::planes[]::aux_usage
2020-01-24 Jason Ekstrandanv: Improve BTI change cache flushing
2020-01-24 Jason Ekstrandanv: Allow HiZ in read-only depth layouts
2020-01-24 Jason Ekstrandanv: Add a usage parameter to anv_layout_to_aux_usage
2020-01-24 Jason Ekstrandanv: Use isl_aux_state for HiZ resolves
2020-01-24 Jason Ekstrandanv: Add a layout_to_aux_state helper
2020-01-24 Jason Ekstrandanv: Use TRANSFER_SRC_OPTIMAL for depth/stencil MSAA...
2020-01-24 Jason Ekstrandanv/apply_pipeline_layout: Initialize the nir_builder...
2020-01-23 Lionel Landwerlinanv/iris: warn gen12 3DSTATE_HS restriction
2020-01-23 Ian Romanickanv: Enable SPV_INTEL_shader_integer_functions2 and...
2020-01-22 Lionel Landwerlinanv: ensure prog params are initialized with 0s
2020-01-22 Matt Turnerintel/compiler: Split has_64bit_types into float/int
2020-01-21 Kenneth Graunkeanv: Drop some workarounds that are no longer necessary
2020-01-21 Lionel Landwerlinanv: don't report error with other vendor DRM devices
2020-01-21 Tapani Pällianv: initialize clear_color_is_zero_one
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: 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+
next