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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
*
util: Add a free list structure for use with util_sparse_array
Jason Ekstrand
2019-10-31
2
-0
/
+137
*
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
*
util: Add a util_sparse_array data structure
Jason Ekstrand
2019-10-31
6
-0
/
+399
*
mesa: enable msaa in clear_with_quad if needed
Pierre-Eric Pelloux-Prayer
2019-10-31
1
-0
/
+1
*
intel/perf: fix Android build
Lionel Landwerlin
2019-10-31
1
-1
/
+2
*
radv: Fix disk_cache_get size argument.
Bas Nieuwenhuizen
2019-10-31
1
-2
/
+2
*
main: fix several 'may be used uninitialized' warnings
Andrii Simiklit
2019-10-31
1
-0
/
+2
*
anv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
turnip: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
radv: Remove _mesa_locale_init/fini calls.
Bas Nieuwenhuizen
2019-10-31
1
-3
/
+0
*
radeonsi: tell the shader disk cache what IR is used
Pierre-Eric Pelloux-Prayer
2019-10-31
1
-7
/
+10
*
intel/perf: add TGL support
Lionel Landwerlin
2019-10-31
4
-0
/
+8611
*
android: Add panfrost support to build scripts
Robert Foss
2019-10-31
11
-2
/
+361
*
nir: Build nir_lower_point_size.c in libmesa_nir
Robert Foss
2019-10-31
1
-0
/
+1
*
v3d: rename vertex shader key (num)_fs_inputs fields
Iago Toral Quiroga
2019-10-31
5
-23
/
+24
*
android: aco: fix Lower to CSSA
Mauro Rossi
2019-10-31
1
-0
/
+1
*
gallium/swr: Fix depth values for blit scenario
Jan Zielinski
2019-10-31
1
-0
/
+8
*
iris/gen11+: Move flush for render target change
Jordan Justen
2019-10-31
1
-19
/
+20
*
iris: Add IRIS_DIRTY_RENDER_BUFFER state flag
Jordan Justen
2019-10-31
1
-1
/
+3
*
radv: declare NGG scratch for VS or TES and only on GFX10
Samuel Pitoiset
2019-10-31
1
-5
/
+3
*
lima: add cubemap support
Arno Messiaen
2019-10-31
6
-8
/
+45
*
lima: introduce ppir_op_load_coords_reg to differentiate between loading text...
Arno Messiaen
2019-10-31
6
-5
/
+18
*
lima: add layer_stride field to lima_resource struct
Arno Messiaen
2019-10-31
3
-15
/
+28
*
lima: fix stride in texture descriptor
Arno Messiaen
2019-10-31
2
-3
/
+3
*
intel/compiler: Report the number of non-spill/fill SEND messages on vec4 too
Ian Romanick
2019-10-30
1
-5
/
+35
*
nir: fix couple of compile warnings
Tapani Pälli
2019-10-31
1
-2
/
+2
*
radv: Fix timeout handling in syncobj wait.
Bas Nieuwenhuizen
2019-10-31
1
-1
/
+1
*
nv50/ir: mark STORE destination inputs as used
Ilia Mirkin
2019-10-30
1
-0
/
+6
[prev]
[next]