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
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
gallium: Add and use a helper for packing uc from a color_union.
Eric Anholt
2020-02-04
1
-7
/
+1
*
util: Make helper functions for pack/unpacking pixel rows.
Eric Anholt
2020-02-04
1
-9
/
+4
*
radeonsi: Clear uninitialized variable
Drew Davenport
2020-01-28
1
-1
/
+1
*
radeonsi: move AMD_DEBUG tests to AMD_TEST
Pierre-Eric Pelloux-Prayer
2020-01-27
2
-11
/
+23
*
radeonsi: fix a regression since the addition of si_shader_llvm_vs.c
Marek Olšák
2020-01-25
1
-3
/
+4
*
radeonsi: make screen available to shader part compilation
Marek Olšák
2020-01-25
1
-0
/
+4
*
radeonsi: expose shader cache stats to the HUD
Marek Olšák
2020-01-24
2
-8
/
+46
*
radeonsi: print shader cache stats with AMD_DEBUG=cache_stats
Marek Olšák
2020-01-24
4
-5
/
+24
*
radeonsi: restructure si_shader_cache_load_shader
Marek Olšák
2020-01-24
1
-39
/
+31
*
radeonsi: use the live shader cache
Marek Olšák
2020-01-24
7
-25
/
+46
*
radeonsi: separate LLVM compilation from non-LLVM code
Marek Olšák
2020-01-23
1
-20
/
+38
*
radeonsi: change prototypes of si_is_multi_part_shader & si_is_merged_shader
Marek Olšák
2020-01-23
3
-16
/
+16
*
radeonsi: make si_compile_shader return bool
Marek Olšák
2020-01-23
3
-21
/
+18
*
radeonsi: make si_compile_llvm return bool
Marek Olšák
2020-01-23
4
-32
/
+32
*
radeonsi: move more LLVM functions into si_shader_llvm.c
Marek Olšák
2020-01-23
3
-396
/
+398
*
radeonsi: fold si_shader_context_set_ir into si_build_main_function
Marek Olšák
2020-01-23
1
-29
/
+16
*
radeonsi: move si_nir_build_llvm into si_shader_llvm.c
Marek Olšák
2020-01-23
2
-59
/
+60
*
radeonsi: minor cleanup in si_shader_internal.h
Marek Olšák
2020-01-23
2
-25
/
+13
*
radeonsi: move si_shader_llvm_build.c content into si_shader_llvm.c
Marek Olšák
2020-01-23
5
-183
/
+153
*
radeonsi: move VS shader code into si_shader_llvm_vs.c
Marek Olšák
2020-01-23
10
-1159
/
+1188
*
radeonsi: move non-LLVM code out of si_shader_llvm.c
Marek Olšák
2020-01-23
4
-37
/
+31
*
radeonsi: use ctx->ac. for types and integer constants
Marek Olšák
2020-01-23
11
-488
/
+449
*
radeonsi: Drop PIPE_CAP_TGSI_ANY_REG_AS_ADDRESS.
Eric Anholt
2020-01-21
1
-1
/
+0
*
radeonsi: Remove a bunch of default handling of pipe caps.
Eric Anholt
2020-01-21
1
-22
/
+0
*
radeonsi/gfx10: enable GS fast launch for triangles and strips with NGG culling
Marek Olšák
2020-01-20
6
-54
/
+222
*
radeonsi/gfx10: rewrite late alloc computation
Marek Olšák
2020-01-20
2
-39
/
+59
*
ac: add helper ac_build_triangle_strip_indices_to_triangle
Marek Olšák
2020-01-20
2
-37
/
+8
*
radeonsi/gfx10: implement NGG culling for 4x wave32 subgroups
Marek Olšák
2020-01-20
12
-54
/
+951
*
radeonsi/gfx10: move GE_PC_ALLOC setting to shader states
Marek Olšák
2020-01-20
5
-15
/
+40
*
radeonsi/gfx10: don't initialize VGPRs not used by NGG passthrough
Marek Olšák
2020-01-20
1
-3
/
+5
*
radeonsi/gfx10: merge main and pos/param export IF blocks into one if possible
Marek Olšák
2020-01-20
1
-4
/
+21
*
radeonsi/gfx10: export primitives at the beginning of VS/TES
Marek Olšák
2020-01-20
3
-26
/
+66
*
radeonsi/gfx10: move s_sendmsg gs_alloc_req to the beginning of shaders
Marek Olšák
2020-01-20
3
-3
/
+13
*
radeonsi/gfx10: correct VS PrimitiveID implementation for NGG
Marek Olšák
2020-01-20
1
-12
/
+13
*
radeonsi/gfx10: update comments and remove invalid TODOs
Marek Olšák
2020-01-20
1
-12
/
+1
*
radeonsi: turn an assertion into return in si_nir_store_output_tcs
Marek Olšák
2020-01-20
1
-3
/
+5
*
radeonsi: fix doubles and int64
Marek Olšák
2020-01-20
2
-7
/
+7
*
radeonsi: don't invoke decompression inside internal launch_grid
Marek Olšák
2020-01-20
3
-4
/
+22
*
radeonsi: clean up how internal compute dispatches are handled
Marek Olšák
2020-01-20
1
-22
/
+13
*
Revert "radeonsi: unbind image before compute clear"
Marek Olšák
2020-01-20
1
-5
/
+0
*
radeonsi: merge si_compile_llvm and si_llvm_compile functions
Marek Olšák
2020-01-15
4
-109
/
+81
*
radeonsi: remove useless #includes
Marek Olšák
2020-01-15
7
-18
/
+0
*
radeonsi: move code for shader resources into si_shader_llvm_resources.c
Marek Olšák
2020-01-15
7
-302
/
+327
*
radeonsi: move geometry shader code into si_shader_llvm_gs.c
Marek Olšák
2020-01-15
7
-812
/
+865
*
radeonsi: remove llvm_type_is_64bit
Marek Olšák
2020-01-15
3
-17
/
+7
*
radeonsi: move tessellation shader code into si_shader_llvm_tess.c
Marek Olšák
2020-01-15
6
-1290
/
+1343
*
radeonsi: move si_insert_input_* functions
Marek Olšák
2020-01-15
2
-28
/
+28
*
radeonsi: work around an LLVM crash when using llvm.amdgcn.icmp.i64.i1
Marek Olšák
2020-01-15
1
-0
/
+1
*
radeonsi: fix si_build_wrapper_function for compute-based primitive culling
Marek Olšák
2020-01-15
1
-1
/
+14
*
radeonsi/gfx10: separate code for determining the number of vertices for NGG
Marek Olšák
2020-01-15
1
-25
/
+41
[next]