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_device.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ANV: Stop advertising smoothLines support on gen10+
Jason Ekstrand
2019-12-10
1
-1
/
+9
*
anv: fix incorrect VMA alignment for CCS main surfaces
Lionel Landwerlin
2019-12-10
1
-3
/
+14
*
anv: Return VK_ERROR_OUT_OF_DEVICE_MEMORY for too-large buffers
Jason Ekstrand
2019-12-06
1
-0
/
+9
*
anv: Use submit-time implicit sync instead of allocate-time
Jason Ekstrand
2019-12-06
1
-13
/
+0
*
anv: Implement VK_KHR_buffer_device_address
Jason Ekstrand
2019-12-05
1
-7
/
+52
*
anv: Use a pNext loop in AllocateMemory
Jason Ekstrand
2019-12-05
1
-25
/
+45
*
anv: Add allocator support for client-visible addresses
Jason Ekstrand
2019-12-05
1
-3
/
+36
*
anv: Add an explicit_address parameter to anv_device_alloc_bo
Jason Ekstrand
2019-12-05
1
-2
/
+7
*
anv: Stop advertising two heaps just for the VF cache WA
Jason Ekstrand
2019-12-05
1
-63
/
+6
*
anv: Set up VMA heaps independently from memory heaps
Jason Ekstrand
2019-12-05
1
-29
/
+15
*
anv: Stop tracking VMA allocations
Jason Ekstrand
2019-12-05
1
-11
/
+5
*
anv: Disallow allocating above heap sizes
Jason Ekstrand
2019-12-05
1
-9
/
+27
*
anv: Don't leak when set_tiling fails
Jason Ekstrand
2019-12-05
1
-3
/
+4
*
anv: Use PIPE_CONTROL flushes to implement the gen8 VF cache WA
Jason Ekstrand
2019-12-05
1
-5
/
+9
*
anv: Add a has_softpin boolean
Jason Ekstrand
2019-12-05
1
-2
/
+3
*
anv: Drop bo_flags from anv_bo_pool
Jason Ekstrand
2019-12-05
1
-7
/
+1
*
anv: Respect the always_flush_cache driconf option
Jason Ekstrand
2019-12-03
1
-0
/
+7
*
anv: Rework push constant handling
Jason Ekstrand
2019-11-18
1
-1
/
+1
*
intel/compiler: Add a flag to avoid compacting push constants
Jason Ekstrand
2019-11-18
1
-0
/
+1
*
anv: Use mocs settings from isl_dev.
Rafael Antognolli
2019-11-12
1
-1
/
+1
*
anv: implement VK_KHR_timeline_semaphore
Lionel Landwerlin
2019-11-11
1
-0
/
+14
*
anv: prepare driver to report submission error through queues
Lionel Landwerlin
2019-11-11
1
-2
/
+24
*
anv: allow NULL batch parameter to anv_queue_submit_simple_batch
Lionel Landwerlin
2019-11-11
1
-10
/
+2
*
anv: move queue init/finish to anv_queue.c
Lionel Landwerlin
2019-11-11
1
-22
/
+11
*
anv: Unify GetDeviceQueue and GetDeviceQueue2
Ricardo Garcia
2019-11-11
1
-4
/
+8
*
anv: implement VK_KHR_separate_depth_stencil_layouts
Lionel Landwerlin
2019-11-06
1
-0
/
+7
*
anv: Drop anv_bo_init and anv_bo_init_new
Jason Ekstrand
2019-10-31
1
-12
/
+0
*
anv: Allocate misc BOs from the cache
Jason Ekstrand
2019-10-31
1
-53
/
+42
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
1
-12
/
+12
*
anv: Choose BO flags internally in anv_block_pool
Jason Ekstrand
2019-10-31
1
-40
/
+4
*
anv: Rework the internal BO allocation API
Jason Ekstrand
2019-10-31
1
-23
/
+21
*
anv: Use anv_block_pool_foreach_bo in get_bo_from_pool
Jason Ekstrand
2019-10-31
1
-6
/
+5
*
anv: Rework anv_block_pool_expand_range
Jason Ekstrand
2019-10-31
1
-0
/
+25
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
1
-5
/
+4
*
anv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.
Plamena Manolova
2019-10-29
1
-1
/
+1
*
util: rename list_empty() to list_is_empty()
Timothy Arceri
2019-10-28
1
-1
/
+1
*
anv/gen12: Initialize aux map context
Jordan Justen
2019-10-28
1
-2
/
+19
*
anv: Implement aux-map allocator interface
Jordan Justen
2019-10-28
1
-0
/
+42
*
anv: Implement VK_KHR_vulkan_memory_model
Caio Marcelo de Oliveira Filho
2019-10-24
1
-0
/
+8
*
anv: implement VK_INTEL_performance_query
Lionel Landwerlin
2019-10-23
1
-0
/
+5
*
anv: fix unwind of vkCreateDevice fail
Lionel Landwerlin
2019-10-22
1
-3
/
+3
*
anv: fix memory leak on device destroy
Lionel Landwerlin
2019-10-20
1
-1
/
+11
*
anv: Implement VK_KHR_shader_clock
Caio Marcelo de Oliveira Filho
2019-10-07
1
-0
/
+8
*
anv: Advertise VK_KHR_shader_subgroup_extended_types
Jason Ekstrand
2019-09-20
1
-0
/
+7
*
anv: implement ICD interface v4
Eric Engestrom
2019-09-20
1
-1
/
+29
*
anv: split instance dispatch table
Eric Engestrom
2019-09-20
1
-0
/
+18
*
anv: fix descriptor limits on gen8
Arcady Goldmints-Orlov
2019-09-19
1
-3
/
+5
*
anv: enable VK_KHR_shader_float_controls and SPV_KHR_float_controls
Samuel Iglesias Gonsálvez
2019-09-17
1
-0
/
+31
*
vulkan: add vk_x11_strict_image_count option
Lionel Landwerlin
2019-09-15
1
-0
/
+1
[next]