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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add libpanfrost_shared to Android build
Roman Stratiienko
2019-08-08
2
-2
/
+8
*
anv,i965,iris: deduplicate setting of total_shared
Rhys Perry
2019-08-08
4
-6
/
+1
*
anv: use derefs for shared memory access
Rhys Perry
2019-08-08
1
-4
/
+19
*
nir: add nir_lower_to_explicit()
Rhys Perry
2019-08-08
6
-3
/
+208
*
nir/lower_explicit_io: add nir_var_mem_shared support
Rhys Perry
2019-08-08
1
-25
/
+52
*
mesa: avoid warning on Windows
Erik Faye-Lund
2019-08-08
1
-1
/
+1
*
mesa/main: cast away constness
Erik Faye-Lund
2019-08-08
1
-1
/
+1
*
spirv: fixup signature
Erik Faye-Lund
2019-08-08
2
-3
/
+3
*
etnaviv: remember data offset into BO
Lucas Stach
2019-08-08
1
-0
/
+1
*
i965: Emit a dummy MEDIA_VFE_STATE before switching from GPGPU to 3D
Danylo Piliaiev
2019-08-08
1
-0
/
+21
*
radv: Avoid VEGA/RAVEN scissor bug in binning.
Bas Nieuwenhuizen
2019-08-08
1
-1
/
+2
*
radv: Avoid binning RAVEN hangs.
Bas Nieuwenhuizen
2019-08-08
1
-1
/
+2
*
radv: Fix off by one for S_028C48_MAX_ALLOC_COUNT.
Bas Nieuwenhuizen
2019-08-08
1
-1
/
+1
*
swr/rasterizer: modernize thread TLB
Jan Zielinski
2019-08-08
14
-30
/
+135
*
swr/rasterizer: Refactor events collection mechanism
Jan Zielinski
2019-08-08
10
-439
/
+382
*
swr/rasterizer: improvements in simdlib
Jan Zielinski
2019-08-08
17
-492
/
+49
*
swr/rasterizer: Events are now grouped and enabled by knobs
Jan Zielinski
2019-08-08
15
-202
/
+372
*
swr/rasterizer: do not mark tiles dirty until actually rendered
Jan Zielinski
2019-08-08
13
-8
/
+72
*
swr/rasterizer: enable size accumulation in mem stats
Jan Zielinski
2019-08-08
11
-104
/
+128
*
swr/rasterizer: enable using AOS vertex data format
Jan Zielinski
2019-08-08
3
-21
/
+81
*
v3d: handle wait requirement when retrieving query results correctly
Iago Toral Quiroga
2019-08-08
1
-2
/
+2
*
v3d: use the GPU to record primitives written to transform feedback
Iago Toral Quiroga
2019-08-08
8
-16
/
+132
*
gallium/util: add a helper to compute vertex count from primitive count
Iago Toral Quiroga
2019-08-08
3
-1
/
+91
*
v3d: be more explicit about the query types supported
Iago Toral Quiroga
2019-08-08
1
-3
/
+11
*
v3d: generate packet unpack functions
Iago Toral Quiroga
2019-08-08
1
-0
/
+10
*
v3d: add header guards in v3d_packet_helpers.h
Iago Toral Quiroga
2019-08-08
1
-0
/
+4
*
panfrost: Print errors from kernel
Tomeu Vizoso
2019-08-08
1
-5
/
+5
*
panfrost: Mark buffers as PANFROST_BO_HEAP
Tomeu Vizoso
2019-08-08
1
-0
/
+6
*
panfrost: Mark BOs as NOEXEC
Tomeu Vizoso
2019-08-08
4
-2
/
+37
*
panfrost: Take into account flags when looking up in the BO cache
Tomeu Vizoso
2019-08-08
3
-3
/
+5
*
panfrost: Allocate shaders in their own BOs
Tomeu Vizoso
2019-08-08
7
-32
/
+61
*
util/hash_table: Fix hashing in clears on 32-bit
Tomeu Vizoso
2019-08-08
1
-2
/
+12
*
anv: support GetSwapchainGrallocUsage2ANDROID for Android
Tapani Pälli
2019-08-08
3
-22
/
+88
*
st/mesa: eliminate unnecessary redirection
Mark Janes
2019-08-07
1
-1
/
+1
*
intel/perf: fix debug typo
Mark Janes
2019-08-07
1
-5
/
+5
*
intel/perf: make gen_perf_query_object private
Mark Janes
2019-08-07
2
-72
/
+80
*
intel/perf: make perf context private
Mark Janes
2019-08-07
5
-103
/
+136
*
intel/perf: print debug information
Mark Janes
2019-08-07
3
-25
/
+43
*
intel/perf: make internal methods private
Mark Janes
2019-08-07
2
-95
/
+62
*
intel/perf: make oa_sample_buffers private
Mark Janes
2019-08-07
2
-119
/
+120
*
intel/perf: expose method to create query
Mark Janes
2019-08-07
3
-10
/
+22
*
intel/perf: move initialization of pipeline statistics metrics to gen_perf
Mark Janes
2019-08-07
3
-217
/
+222
*
intel/perf: move get_query_data into gen_perf
Mark Janes
2019-08-07
4
-399
/
+378
*
intel/perf: move delete_query to gen_perf
Mark Janes
2019-08-07
3
-39
/
+94
*
intel/perf: move is_query_ready to gen_perf
Mark Janes
2019-08-07
3
-133
/
+32
*
intel/perf: move wait_query to perf
Mark Janes
2019-08-07
3
-38
/
+168
*
intel/perf: create a vtable entry for bo_busy
Mark Janes
2019-08-07
2
-4
/
+6
*
intel/perf: create a vtable entry for bo_wait_rendering
Mark Janes
2019-08-07
2
-1
/
+4
*
intel/perf: create a vtable entry for batch_references
Mark Janes
2019-08-07
2
-6
/
+12
*
intel/perf: refactor gen_perf_end_query into gen_perf
Mark Janes
2019-08-07
3
-45
/
+57
[next]