index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
intel
/
vulkan
/
anv_private.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
anv/block_pool: Ensure allocations have contiguous maps
Jason Ekstrand
2020-01-29
1
-1
/
+2
*
anv: Rework CCS memory handling on TGL-LP
Jason Ekstrand
2020-01-25
1
-7
/
+38
*
anv: Make anv_vma_alloc/free a lot dumber
Jason Ekstrand
2020-01-25
1
-3
/
+6
*
anv: Make AUX table invalidate a PIPE_* bit
Jason Ekstrand
2020-01-25
1
-1
/
+8
*
anv: Add another align_down helper
Jason Ekstrand
2020-01-25
1
-2
/
+8
*
anv: Replace aux_surface.isl.size_B checks with aux_usage checks
Jason Ekstrand
2020-01-24
1
-7
/
+5
*
anv: Rework the meaning of anv_image::planes[]::aux_usage
Jason Ekstrand
2020-01-24
1
-5
/
+3
*
anv: Add a usage parameter to anv_layout_to_aux_usage
Jason Ekstrand
2020-01-24
1
-0
/
+1
*
anv: Add a layout_to_aux_state helper
Jason Ekstrand
2020-01-24
1
-0
/
+6
*
anv: Allow enumerating multiple physical devices
Jason Ekstrand
2020-01-20
1
-2
/
+5
*
anv: Drop separate chipset_id fields
Jason Ekstrand
2020-01-20
1
-2
/
+0
*
anv: Move the physical device dispatch table to anv_instance
Jason Ekstrand
2020-01-20
1
-1
/
+1
*
anv: Drop the instance pointer from anv_device
Jason Ekstrand
2020-01-20
1
-1
/
+0
*
anv: Take a device in anv_perf_warn
Jason Ekstrand
2020-01-20
1
-1
/
+1
*
anv: Take an anv_device in vk_errorf
Jason Ekstrand
2020-01-20
1
-5
/
+12
*
anv: Add an anv_physical_device field to anv_device
Jason Ekstrand
2020-01-20
1
-2
/
+3
*
anv: Support modifiers in GetImageFormatProperties2
Jason Ekstrand
2020-01-17
1
-0
/
+6
*
anv: Drop unneeded struct keywords
Jason Ekstrand
2020-01-03
1
-4
/
+4
*
anv: Use BO fences/semaphores for AcquireNextImage
Jason Ekstrand
2019-12-06
1
-4
/
+14
*
anv: Add a fence_reset_reset_temporary helper
Jason Ekstrand
2019-12-06
1
-0
/
+3
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
1
-2
/
+16
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-1
/
+5
*
anv: Stop advertising two heaps just for the VF cache WA
Jason Ekstrand
2019-12-05
1
-4
/
+0
*
anv: Set up VMA heaps independently from memory heaps
Jason Ekstrand
2019-12-05
1
-2
/
+1
*
anv: Stop tracking VMA allocations
Jason Ekstrand
2019-12-05
1
-2
/
+0
*
anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
Jason Ekstrand
2019-12-05
1
-0
/
+26
*
anv: Add a has_softpin boolean
Jason Ekstrand
2019-12-05
1
-1
/
+3
*
anv: Drop bo_flags from anv_bo_pool
Jason Ekstrand
2019-12-05
1
-4
/
+1
*
anv: Respect the always_flush_cache driconf option
Jason Ekstrand
2019-12-03
1
-0
/
+2
*
anv: Use an anv_state for the next binding table
Jason Ekstrand
2019-11-18
1
-1
/
+1
*
anv: More carefully dirty state in BindPipeline
Jason Ekstrand
2019-11-18
1
-1
/
+15
*
anv: More carefully dirty state in BindDescriptorSets
Jason Ekstrand
2019-11-18
1
-0
/
+3
*
anv: Rework push constant handling
Jason Ekstrand
2019-11-18
1
-8
/
+3
*
anv: Re-arrange push constant data a bit
Jason Ekstrand
2019-11-18
1
-5
/
+18
*
anv: Pre-compute push ranges for graphics pipelines
Jason Ekstrand
2019-11-18
1
-0
/
+20
*
anv: Flatten descriptor bindings in anv_nir_apply_pipeline_layout
Jason Ekstrand
2019-11-18
1
-14
/
+20
*
anv: Use mocs settings from isl_dev.
Rafael Antognolli
2019-11-12
1
-55
/
+2
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
1
-1
/
+49
*
anv: Plumb timeline semaphore signal/wait values through from the API
Jason Ekstrand
2019-11-11
1
-0
/
+2
*
anv: prepare the driver for delayed submissions
Lionel Landwerlin
2019-11-11
1
-3
/
+51
*
anv: refcount semaphores
Lionel Landwerlin
2019-11-11
1
-0
/
+2
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
1
-8
/
+16
*
anv: move queue init/finish to anv_queue.c
Lionel Landwerlin
2019-11-11
1
-0
/
+4
*
anv: expose timeout helpers outside of anv_queue.c
Lionel Landwerlin
2019-11-11
1
-0
/
+5
*
anv: implement VK_KHR_separate_depth_stencil_layouts
Lionel Landwerlin
2019-11-06
1
-0
/
+7
*
anv: Use a bitset for tracking residency
Jason Ekstrand
2019-10-31
1
-2
/
+3
*
anv: Drop anv_bo_init and anv_bo_init_new
Jason Ekstrand
2019-10-31
1
-18
/
+0
*
anv: Allocate misc BOs from the cache
Jason Ekstrand
2019-10-31
1
-3
/
+3
*
anv: Allocate scratch BOs from the cache
Jason Ekstrand
2019-10-31
1
-6
/
+1
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
1
-6
/
+9
[next]