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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
6
-27
/
+90
*
meson: move the generic symbols check arguments to a common variable
Eric Engestrom
2019-11-05
1
-1
/
+1
*
meson: add variable to control the symbols checks
Eric Engestrom
2019-11-05
1
-1
/
+1
*
anv: Properly handle host query reset of performance queries
Lionel Landwerlin
2019-11-04
1
-32
/
+20
*
anv: remove incorrect polygonMode=point early-out
Erik Faye-Lund
2019-11-01
1
-6
/
+0
*
anv: Move the RT BTI flush workaround to begin_subpass
Jason Ekstrand
2019-10-31
1
-23
/
+18
*
anv: Stop compacting render targets in the binding table
Jason Ekstrand
2019-10-31
1
-88
/
+62
*
anv: Don't claim the null RT as a valid color target
Jason Ekstrand
2019-10-31
1
-6
/
+6
*
anv: Don't delete fragment shaders that write sample mask
Jason Ekstrand
2019-10-31
1
-1
/
+3
*
anv: Use the new BO alloc API for Android
Jason Ekstrand
2019-10-31
1
-28
/
+15
*
anv: add missing xmlconfig headers dependency
Eric Engestrom
2019-10-31
1
-0
/
+1
*
anv: Zero released anv_bo structs
Jason Ekstrand
2019-10-31
1
-1
/
+12
*
anv: Use a bitset for tracking residency
Jason Ekstrand
2019-10-31
2
-79
/
+87
*
anv: Set the batch allocator for compute pipelines
Jason Ekstrand
2019-10-31
1
-2
/
+5
*
anv: Add a device parameter to anv_execbuf_add_bo
Jason Ekstrand
2019-10-31
1
-19
/
+32
*
anv: Drop anv_bo_init and anv_bo_init_new
Jason Ekstrand
2019-10-31
3
-49
/
+35
*
anv: Allocate misc BOs from the cache
Jason Ekstrand
2019-10-31
8
-63
/
+52
*
anv: Allocate scratch BOs from the cache
Jason Ekstrand
2019-10-31
2
-41
/
+18
*
anv: Allocate batch and fence buffers from the cache
Jason Ekstrand
2019-10-31
5
-200
/
+125
*
anv: Allocate descriptor buffers from the BO cache
Jason Ekstrand
2019-10-31
3
-36
/
+14
*
anv: Set more flags on descriptor pool buffers
Jason Ekstrand
2019-10-31
1
-1
/
+8
*
anv: Allocate query pool BOs from the cache
Jason Ekstrand
2019-10-31
2
-26
/
+16
*
anv: Use the query_slot helper in vkResetQueryPoolEXT
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Allocate block pool BOs from the cache
Jason Ekstrand
2019-10-31
2
-48
/
+34
*
anv/tests: Initialize the BO cache and device mutex
Jason Ekstrand
2019-10-31
6
-0
/
+8
*
anv/tests: Zero-initialize instances
Jason Ekstrand
2019-10-31
6
-6
/
+14
*
anv: Choose BO flags internally in anv_block_pool
Jason Ekstrand
2019-10-31
9
-76
/
+70
*
anv: Rework the internal BO allocation API
Jason Ekstrand
2019-10-31
6
-102
/
+217
*
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
2
-103
/
+76
*
anv: Fix a potential BO handle leak
Jason Ekstrand
2019-10-31
1
-1
/
+3
*
anv: Handle state pool relocations using "wrapper" BOs
Jason Ekstrand
2019-10-31
3
-14
/
+56
*
anv: Replace ANV_BO_EXTERNAL with anv_bo::is_external
Jason Ekstrand
2019-10-31
6
-20
/
+22
*
anv: Inline anv_block_pool_get_bo
Jason Ekstrand
2019-10-31
1
-27
/
+13
*
anv: Declare the bo in the anv_block_pool_foreach_bo loop
Jason Ekstrand
2019-10-31
3
-3
/
+2
*
anv: Stop storing the GEM handle in anv_reloc_list_add
Jason Ekstrand
2019-10-31
1
-1
/
+1
*
anv: Fix a relocation race condition
Jason Ekstrand
2019-10-31
4
-12
/
+25
*
anv: Use a util_sparse_array for the GEM handle -> BO map
Jason Ekstrand
2019-10-31
2
-90
/
+36
*
anv: Move refcount to anv_bo
Jason Ekstrand
2019-10-31
2
-61
/
+50
*
anv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
anv: Add Tile Cache Flush for Unified Cache.
Rafael Antognolli
2019-10-30
3
-1
/
+45
*
anv: Align fast clear color state buffer to a page.
Rafael Antognolli
2019-10-30
1
-0
/
+9
*
anv: Avoid emitting UBO surface states that won't be used
Jason Ekstrand
2019-10-30
1
-1
/
+12
*
anv: Reduce the minimum number of relocations
Jason Ekstrand
2019-10-29
1
-1
/
+1
*
anv: Delay allocation of relocation lists
Jason Ekstrand
2019-10-29
1
-67
/
+71
*
anv: Implement new way for setting streamout buffers.
Plamena Manolova
2019-10-29
3
-0
/
+19
*
anv: Set depthBounds to true in anv_GetPhysicalDeviceFeatures.
Plamena Manolova
2019-10-29
1
-1
/
+1
*
anv: Fix output of INTEL_DEBUG=bat for chained batches
Caio Marcelo de Oliveira Filho
2019-10-28
1
-1
/
+1
*
anv: add a couple printflike() annotations
Eric Engestrom
2019-10-28
1
-2
/
+4
[next]