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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
intel/nir: Plumb devinfo through lower_mem_access_bit_sizes
Jason Ekstrand
2019-11-11
3
-9
/
+14
*
intel/fs: refactor surface header setup
Jason Ekstrand
2019-11-11
1
-23
/
+16
*
intel/fs: Add DWord scattered read/write opcodes
Jason Ekstrand
2019-11-11
5
-0
/
+66
*
intel/nir: Use nir_extract_bits in lower_mem_access_bit_sizes
Jason Ekstrand
2019-11-11
1
-37
/
+15
*
anv: Unify GetDeviceQueue and GetDeviceQueue2
Ricardo Garcia
2019-11-11
1
-4
/
+8
*
Revert "intel/blorp: Fix usage of uninitialized memory in key hashing"
Kenneth Graunke
2019-11-07
1
-6
/
+1
*
intel/blorp: Fix usage of uninitialized memory in key hashing
Danylo Piliaiev
2019-11-07
1
-1
/
+6
*
intel/gen_decoder: Fix unused-but-set-variable warning
Kai Wasserbäch
2019-11-07
1
-2
/
+2
*
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
*
intel/compiler: remove the operand restriction for src1 on GLK
Paulo Zanoni
2019-11-05
1
-2
/
+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
*
intel/perf: fix Android build
Lionel Landwerlin
2019-10-31
1
-1
/
+2
*
anv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
[prev]
[next]