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
/
gallium
/
drivers
/
radeonsi
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: adjust RB+ blend optimization settings
Marek Olšák
2019-07-30
1
-3
/
+1
*
radeonsi: add AMD_DEBUG=nogfx for testing
Marek Olšák
2019-07-29
2
-0
/
+5
*
radeonsi: add support for compute-only chips
Marek Olšák
2019-07-29
2
-5
/
+15
*
radeonsi: fix DAL hang due to incorrect DCC offset on Raven
Marek Olšák
2019-07-25
1
-1
/
+22
*
radeonsi/nir: set tgsi_shader_info::uses_fbfetch for KHR_blend_equation_adv.
Marek Olšák
2019-07-23
1
-5
/
+23
*
tgsi/scan: add uses_fbfetch
Marek Olšák
2019-07-23
1
-1
/
+1
*
radeonsi: fail if importing a texture with incorrect last_level or samples
Marek Olšák
2019-07-23
1
-5
/
+38
*
radeonsi: rewrite si_get_opaque_metadata, also for gfx10 support
Marek Olšák
2019-07-23
1
-24
/
+40
*
radeonsi: simplify si_get_input_prim and remove incorrect TODO comment
Marek Olšák
2019-07-23
3
-11
/
+5
*
radeonsi/gfx10: fix and enable CLEAR_STATE
Marek Olšák
2019-07-23
2
-1
/
+3
*
radeonsi: stop using info.opcode_count[TGSI_OPCODE_INTERP_SAMPLE]
Marek Olšák
2019-07-23
1
-1
/
+2
*
ac/nir: implement nir_op_pack_{us}norm_2x16
Marek Olšák
2019-07-23
1
-2
/
+0
*
u_blitter: add a msaa parameter to util_blitter_clear
Pierre-Eric Pelloux-Prayer
2019-07-23
1
-1
/
+2
*
radeonsi: Allow PIPE_TEXTURE_2D_ARRAY in si_texture_from_handle
Michel Dänzer
2019-07-23
1
-2
/
+3
*
gallium: switch boolean -> bool at the interface definitions
Ilia Mirkin
2019-07-22
7
-33
/
+33
*
radeonsi: fix warning: ‘ret’ may be used uninitialized
Marek Olšák
2019-07-22
1
-1
/
+1
*
radeonsi: initialize scissor registers etc. without clear state
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi: return success from vi_dcc_clear_level to simplify callers
Marek Olšák
2019-07-19
3
-28
/
+26
*
radeonsi: fix compute-based culling regression in 1ce52c1e373
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi/gfx10: fix VGT_PRIMITIVE_TYPE programming
Marek Olšák
2019-07-19
1
-1
/
+3
*
radeonsi/gfx10: enable Wave32 for vertex, geometry, and tessellation shaders
Marek Olšák
2019-07-19
1
-0
/
+5
*
radeonsi/gfx10: add debug options to enable/disable Wave32
Marek Olšák
2019-07-19
2
-1
/
+35
*
radeonsi/gfx10: add as_ngg variant for TES as ES to select Wave32/64
Marek Olšák
2019-07-19
4
-15
/
+32
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
15
-71
/
+144
*
radeonsi/gfx10: use 32-bit wavemasks for Wave32
Marek Olšák
2019-07-19
1
-8
/
+20
*
ac: create the LLVM builder in ac_llvm_context_init
Marek Olšák
2019-07-19
1
-4
/
+3
*
ac: create the LLVM module for Wave32 or Wave64 in ac_llvm_context_init
Marek Olšák
2019-07-19
1
-2
/
+2
*
ac/rtld: add support for Wave32
Marek Olšák
2019-07-19
3
-0
/
+5
*
ac: initial Wave32 support in LLVM build helpers
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi: assume that selector != NULL for compute shaders
Marek Olšák
2019-07-19
1
-14
/
+6
*
radeonsi: remove what appears to be legacy compute code
Marek Olšák
2019-07-19
1
-35
/
+6
*
radeonsi: remove si_program::use_code_object_v2
Marek Olšák
2019-07-19
2
-6
/
+3
*
radeonsi: add si_shader_selector into si_compute
Marek Olšák
2019-07-19
4
-81
/
+57
*
radeonsi: set threadgroup size to 0 for threadgroups with only 1 wave
Marek Olšák
2019-07-19
1
-3
/
+3
*
radeonsi/gfx10: set as_ngg for GS prolog
Marek Olšák
2019-07-19
2
-5
/
+9
*
radeonsi/gfx10: remove the disable_ngg option
Marek Olšák
2019-07-19
3
-6
/
+2
*
radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behavior
Marek Olšák
2019-07-19
4
-19
/
+73
*
radeonsi/gfx10: deduplicate code for esvert_lds_size
Marek Olšák
2019-07-19
1
-6
/
+16
*
radeonsi/gfx10: simplify a streamout loop in gfx10_emit_ngg_epilogue
Marek Olšák
2019-07-19
1
-7
/
+6
*
radeonsi/gfx10: don't use MALLOC for outputs
Marek Olšák
2019-07-19
1
-9
/
+2
*
radeonsi/gfx10: clean up ESGS ring size computation
Marek Olšák
2019-07-19
2
-24
/
+11
*
radeonsi/gfx10: fix unnecessary LDS overallocation for NGG GS
Marek Olšák
2019-07-19
2
-8
/
+2
*
radeonsi/gfx10: don't compile the GS copy shader if it's 100% not needed
Marek Olšák
2019-07-19
2
-8
/
+12
*
radeonsi/gfx10: set GE_CTNL.PACKET_TO_ONE_PA for NGG
Marek Olšák
2019-07-19
3
-27
/
+27
*
radeonsi/gfx10: update a tunable max_es_verts_base for NGG
Marek Olšák
2019-07-19
3
-7
/
+12
*
radeonsi/gfx10: implement ARB_post_depth_coverage
Marek Olšák
2019-07-19
2
-1
/
+6
*
radeonsi: fix leaked compute shader NIR
Marek Olšák
2019-07-19
1
-0
/
+1
*
radeonsi: save the enable_nir option in the shader cache correctly
Marek Olšák
2019-07-19
1
-5
/
+6
*
radeonsi/gfx10: enable SDMA
Marek Olšák
2019-07-19
1
-2
/
+0
*
radeonsi: verify buffer_offset value before using it
Pierre-Eric Pelloux-Prayer
2019-07-15
1
-0
/
+7
[next]