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
/
amd
Commit message (
Expand
)
Author
Age
Files
Lines
*
nir: replace nir_load_system_value calls with appropiate builder functions
Karol Herbst
2018-11-14
6
-24
/
+24
*
radv: make use of nir_move_out_const_to_consumer()
Timothy Arceri
2018-11-14
1
-0
/
+4
*
radv: set optimal OVERWRITE_COMBINER_WATERMARK on GFX9
Samuel Pitoiset
2018-11-13
2
-3
/
+21
*
radv: set PA.SC_CONSERVATIVE_RASTERIZATION.NULL_SQUAD_AA_MASK_ENABLE
Samuel Pitoiset
2018-11-13
1
-1
/
+1
*
radv: binding streamout buffers doesn't change context regs
Samuel Pitoiset
2018-11-13
1
-2
/
+7
*
radv: make use of num_good_cu_per_sh in si_emit_graphics() too
Samuel Pitoiset
2018-11-12
1
-2
/
+1
*
radv: clean up setting partial_es_wave for distributed tess on VI
Samuel Pitoiset
2018-11-12
1
-7
/
+4
*
radv: cleanup and document a Hawaii bug with offchip buffers
Samuel Pitoiset
2018-11-12
1
-9
/
+8
*
ac/surface: remove the overallocation workaround for Vega12
Marek Olšák
2018-11-09
1
-4
/
+0
*
radv: include LLVM IR in the VK_AMD_shader_info "disassembly"
Nicolai Hähnle
2018-11-09
1
-0
/
+1
*
radv: fix GPU hangs when loading depth/stencil clear values on SI/CIK
Samuel Pitoiset
2018-11-08
1
-5
/
+19
*
radv: use LOAD_CONTEXT_REG when loading fast clear values
Samuel Pitoiset
2018-11-08
2
-19
/
+27
*
radv: only expose VK_SUBGROUP_FEATURE_ARITHMETIC_BIT for VI+
Samuel Pitoiset
2018-11-08
1
-1
/
+1
*
radv: disable conditional rendering for vkCmdCopyQueryPoolResults()
Samuel Pitoiset
2018-11-07
1
-0
/
+10
*
radv: allocate enough space in CS when copying query results with compute
Samuel Pitoiset
2018-11-07
1
-0
/
+4
*
ac/nir_to_llvm: fix b2f for f64
Timothy Arceri
2018-11-07
1
-3
/
+12
*
radv: more use of radv_cp_wait_mem()
Samuel Pitoiset
2018-11-05
1
-22
/
+9
*
radv: replace si_emit_wait_fence() with radv_cp_wait_mem()
Samuel Pitoiset
2018-11-05
4
-10
/
+14
*
radv: add missing TFB queries support to CmdCopyQueryPoolsResults()
Samuel Pitoiset
2018-11-05
2
-0
/
+278
*
radv: remove useless sync after copying query results with compute
Samuel Pitoiset
2018-11-05
1
-4
/
+0
*
android: radv: add libmesa_git_sha1 static dependency
Mauro Rossi
2018-11-03
1
-1
/
+2
*
amd: Make vgpr-spilling depend on llvm version
Jan Vesely
2018-11-02
1
-1
/
+2
*
radv: fix begin/end transform feedback with 0 counter buffers.
Dave Airlie
2018-11-02
1
-12
/
+16
*
radv: apply xfb buffer offset at buffer binding time not later. (v2)
Dave Airlie
2018-11-02
1
-2
/
+4
*
radv: set PA_SU_PRIM_FILTER_CNTL optimally
Samuel Pitoiset
2018-11-01
1
-0
/
+9
*
radv: only enable gl_SampleMask if MSAA is enabled too
Samuel Pitoiset
2018-11-01
1
-2
/
+11
*
radv: use radeon_info::num_good_cu_per_sh
Samuel Pitoiset
2018-11-01
1
-3
/
+1
*
ac/nir: make use of i1false in few more places
Samuel Pitoiset
2018-11-01
1
-3
/
+3
*
radv: add support for Raven2
Samuel Pitoiset
2018-11-01
3
-3
/
+9
*
radv/xfb: don't increase offset by component mask start.
Dave Airlie
2018-10-31
1
-3
/
+0
*
configure: allow building with python3
Emil Velikov
2018-10-31
2
-6
/
+6
*
radv: use WAIT_REG_MEM_GREATER_OR_EQUAL instead of a magic value
Samuel Pitoiset
2018-10-31
2
-1
/
+2
*
radv: use pool->stride when calling radv_query_shader()
Samuel Pitoiset
2018-10-31
1
-2
/
+2
*
radv: rename some parameters in Cmd{Begin,End}TransformFeedbackEXT()
Samuel Pitoiset
2018-10-31
1
-8
/
+8
*
radv/winsys: do not assign last submission when chained path failed
Samuel Pitoiset
2018-10-31
1
-1
/
+4
*
radv/winsys: fix buffer deletion in the sysmem path
Samuel Pitoiset
2018-10-31
1
-2
/
+3
*
radv/winsys: cleanup the chained submission path
Samuel Pitoiset
2018-10-31
1
-11
/
+17
*
radv/winsys: remove unused surface_best()
Samuel Pitoiset
2018-10-31
2
-10
/
+0
*
radeonsi: add support for Raven2 (v2)
Marek Olšák
2018-10-30
7
-1
/
+19
*
ac: fix ac_build_fdiv for f64
Marek Olšák
2018-10-29
1
-1
/
+2
*
radv: add missing meson build dependency
Eric Engestrom
2018-10-29
1
-1
/
+1
*
radv: implement VK_EXT_transform_feedback
Samuel Pitoiset
2018-10-29
9
-16
/
+568
*
radv: add multiple streams support for the GS copy shader
Samuel Pitoiset
2018-10-29
1
-26
/
+76
*
radv: emit stream outputs for vertex and tessellation stages
Samuel Pitoiset
2018-10-29
1
-0
/
+137
*
radv: declare streamout SGPRs
Samuel Pitoiset
2018-10-29
2
-2
/
+56
*
radv: gather stream output info
Samuel Pitoiset
2018-10-29
3
-0
/
+60
*
radv: allow to emit a vertex to a specified stream
Samuel Pitoiset
2018-10-29
1
-8
/
+14
*
radv: allow to use up to 4 GSVS ring buffers
Samuel Pitoiset
2018-10-29
1
-21
/
+57
*
radv: adjust the number of output components per stream
Samuel Pitoiset
2018-10-29
1
-5
/
+4
*
radv: adjust the GSVS ring sizes based on the number of components
Samuel Pitoiset
2018-10-29
1
-6
/
+19
[next]