index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
amd
/
vulkan
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: report the scratch private memory size with shader stats
Samuel Pitoiset
2018-03-06
1
-1
/
+3
*
vulkan: do not expose surface/swapchain extensions on Android
Tapani Pälli
2018-03-06
1
-2
/
+2
*
ac/radv: move lower_indirect_derefs() to ac_nir_to_llvm.c
Timothy Arceri
2018-03-05
3
-48
/
+5
*
radv: Fix copying from 3D images starting at non-zero depth.
Bas Nieuwenhuizen
2018-03-05
1
-0
/
+3
*
radv: do not set pending_reset_query in BeginCommandBuffer()
Samuel Pitoiset
2018-03-02
1
-7
/
+0
*
radv: only emit cache flushes when the pool size is large enough
Samuel Pitoiset
2018-03-01
3
-11
/
+15
*
radv: keep track of the query pool size
Samuel Pitoiset
2018-03-01
2
-5
/
+5
*
radv: make sure to emit cache flushes before starting a query
Samuel Pitoiset
2018-03-01
3
-7
/
+33
*
radv: Use the syncobj wait ioctl to wait on fences if possible.
Bas Nieuwenhuizen
2018-03-01
3
-9
/
+26
*
radv: Implement more efficient !waitAll fence waiting.
Bas Nieuwenhuizen
2018-03-01
3
-0
/
+75
*
radv: Implement waiting on non-submitted fences.
Bas Nieuwenhuizen
2018-03-01
1
-2
/
+11
*
radv: Implement WaitForFences with !waitAll.
Bas Nieuwenhuizen
2018-03-01
1
-5
/
+15
*
ac/shader: move scanning some info about input PS declarations
Samuel Pitoiset
2018-02-28
1
-6
/
+8
*
radv: remove device pointer from buffer.
Dave Airlie
2018-02-28
1
-1
/
+0
*
radv: expose async compute on SI
Dave Airlie
2018-02-27
1
-2
/
+0
*
radv: merge tess rings into a single bo
Dave Airlie
2018-02-27
2
-56
/
+39
*
radv: Really use correct HTILE expanded words.
James Legg
2018-02-24
1
-3
/
+3
*
radv/extensions: fix c_vk_version for patch == None
Mauro Rossi
2018-02-24
1
-1
/
+2
*
radv: Fix autotools build.
Bas Nieuwenhuizen
2018-02-23
1
-1
/
+3
*
radv: Return NULL for entrypoints when not supported.
Bas Nieuwenhuizen
2018-02-23
4
-9
/
+83
*
radv: Reword radv_entrypoints_gen.py
Bas Nieuwenhuizen
2018-02-23
1
-56
/
+106
*
radv: Track enabled extensions.
Bas Nieuwenhuizen
2018-02-23
2
-36
/
+48
*
radv: Put supported extensions in a struct.
Bas Nieuwenhuizen
2018-02-23
4
-63
/
+133
*
radv: enable lowering of fpow to fexp2 and flog2
Samuel Pitoiset
2018-02-22
1
-0
/
+1
*
radv: don't send num_tcs_input_cp to sgprs.
Dave Airlie
2018-02-21
1
-4
/
+1
*
radv/tess: don't need to look in constant for vertices_per_patch
Dave Airlie
2018-02-21
1
-1
/
+1
*
radv: allow to force family using RADV_FORCE_FAMILY
Samuel Pitoiset
2018-02-20
1
-0
/
+33
*
radv: compact varyings after removing unused ones
Samuel Pitoiset
2018-02-19
1
-6
/
+3
*
radv: Always lower indirect derefs after nir_lower_global_vars_to_local.
Bas Nieuwenhuizen
2018-02-15
3
-36
/
+53
*
radv: Fix compiler warning about uninitialized 'set'
Eric Anholt
2018-02-12
1
-1
/
+1
*
ac/shader: scan info about output PS declarations
Samuel Pitoiset
2018-02-08
1
-9
/
+9
*
radv: implement VK_EXT_external_memory_host
Fredrik Höglund
2018-02-08
6
-8
/
+137
*
radv: run nir_opt_shrink_load
Samuel Pitoiset
2018-02-06
1
-0
/
+2
*
radv: don't support tc-compat on multisample d32s8 at all.
Dave Airlie
2018-02-06
1
-2
/
+2
*
amd: remove support for LLVM 3.9
Marek Olšák
2018-02-02
1
-4
/
+0
*
radv: Don't expose VK_KHX_multiview on android.
Bas Nieuwenhuizen
2018-02-01
1
-1
/
+1
*
radv: do not insert shaders in cache when it's disabled
Samuel Pitoiset
2018-02-01
1
-5
/
+24
*
radv: use separate bindings for graphics and compute descriptors
Samuel Pitoiset
2018-02-01
3
-53
/
+125
*
radv: store the bind point when creating descriptors with templates
Samuel Pitoiset
2018-02-01
2
-0
/
+2
*
radv: do not dump meta shader stats
Samuel Pitoiset
2018-01-31
2
-21
/
+18
*
radv: remove predication on cache flushes
Matthew Nicholls
2018-01-31
4
-18
/
+13
*
radv: Merge raster state with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-75
/
+50
*
radv: Move gs state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-43
/
+43
*
radv: Split out cliprect rule generation.
Bas Nieuwenhuizen
2018-01-30
2
-25
/
+33
*
radv: Merge VGT_GS_MODE computation with PM4 generation.
Bas Nieuwenhuizen
2018-01-30
2
-28
/
+25
*
radv: Split out processing the vertex input state.
Bas Nieuwenhuizen
2018-01-30
1
-35
/
+43
*
radv: Move tessellation state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-50
/
+58
*
radv: Move blend state out of pipeline.
Bas Nieuwenhuizen
2018-01-30
2
-67
/
+72
*
radv: Split out generating VGT_SHADER_STAGES_EN.
Bas Nieuwenhuizen
2018-01-30
2
-24
/
+27
*
radv: Split out the ia_multi_vgt_param precomputation.
Bas Nieuwenhuizen
2018-01-30
3
-91
/
+106
[next]