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
/
si_shader.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi/gfx10: add as_ngg variant for TES as ES to select Wave32/64
Marek Olšák
2019-07-19
1
-0
/
+3
*
radeonsi/gfx10: implement Wave32
Marek Olšák
2019-07-19
1
-1
/
+1
*
radeonsi/gfx10: set as_ngg for GS prolog
Marek Olšák
2019-07-19
1
-0
/
+1
*
radeonsi/gfx10: combine hw edgeflags with user edgeflags for correct behavior
Marek Olšák
2019-07-19
1
-0
/
+2
*
radeonsi/gfx10: don't compile the GS copy shader if it's 100% not needed
Marek Olšák
2019-07-19
1
-0
/
+1
*
radeonsi: decrease maximum supported GENERIC varying index from 42 to 31
Marek Olšák
2019-07-09
1
-1
/
+1
*
radeonsi: fix and clean up shader_type passing
Marek Olšák
2019-07-09
1
-3
/
+3
*
radeonsi: determine the rasterization primitive type accurately (v2)
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: jump over the shader query atomic if the queries are disabled
Marek Olšák
2019-07-03
1
-0
/
+2
*
radeonsi/gfx10: export correct PrimitiveID from NGG vertex shaders
Marek Olšák
2019-07-03
1
-1
/
+2
*
radeonsi/gfx10: fix GL_LINE polygon mode for decomposed primitives
Marek Olšák
2019-07-03
1
-0
/
+1
*
radeonsi/gfx10: emit VGT_GS_OUT_PRIM_TYPE from draw and add it to VS_STATE
Nicolai Hähnle
2019-07-03
1
-1
/
+2
*
radeonsi/gfx10: NGG geometry shader PM4 and upload
Nicolai Hähnle
2019-07-03
1
-0
/
+9
*
radeonsi/gfx10: implement gfx10_shader_ngg
Nicolai Hähnle
2019-07-03
1
-0
/
+16
*
radeonsi/gfx10: add as_ngg shader key bit
Nicolai Hähnle
2019-07-03
1
-1
/
+6
*
radeonsi/gfx10: document NGG shader stages
Nicolai Hähnle
2019-07-03
1
-10
/
+15
*
radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9
Nicolai Hähnle
2019-06-12
1
-0
/
+19
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
1
-2
/
+3
*
radeonsi: inline si_shader_binary_read_config into its only caller
Nicolai Hähnle
2019-06-12
1
-2
/
+0
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
1
-5
/
+14
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: let si_shader_create return a boolean
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
1
-21
/
+4
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-0
/
+14
*
radeonsi: add si_vs_prolog_bits::unpack_instance_id_from_vertex_id:1
Marek Olšák
2019-05-16
1
-0
/
+1
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-1
/
+1
*
radeonsi: overhaul the vertex fetch fixup mechanism
Nicolai Hähnle
2019-05-13
1
-23
/
+23
*
radeonsi/nir: create si_nir_opts() helper
Timothy Arceri
2019-05-01
1
-0
/
+1
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-2
/
+2
*
radeonsi: remove unrequired param in si_nir_scan_tess_ctrl()
Timothy Arceri
2019-01-02
1
-1
/
+0
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-27
/
+0
*
radeonsi:optimizing SET_CONTEXT_REG for shaders vgt_vertex_reuse
Sonny Jiang
2018-10-05
1
-0
/
+1
*
radeonsi:optimizing SET_CONTEXT_REG for shaders Tessellation
Sonny Jiang
2018-10-05
1
-0
/
+3
*
radeonsi:optimizing SET_CONTEXT_REG for shaders GS
Sonny Jiang
2018-10-05
1
-0
/
+39
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
1
-0
/
+7
*
radeonsi: reduce LDS stalls by 40% for tessellation
Marek Olšák
2018-07-23
1
-1
/
+2
*
radeonsi: Use signed char for color_interp_vgpr_index
Timothy Pearson
2018-07-18
1
-1
/
+1
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-11
/
+5
*
ac: move all LLVM module initialization into ac_create_module
Marek Olšák
2018-07-02
1
-2
/
+0
*
radeonsi: implement vertex color clamping for tess and GS
Marek Olšák
2018-06-28
1
-1
/
+1
*
radeonsi: move VS_STATE_SGPR before draw SGPRs
Marek Olšák
2018-06-28
1
-3
/
+6
*
radeonsi: store compute local_size into tgsi_shader_info
Marek Olšák
2018-06-28
1
-3
/
+3
*
radeonsi: clean up passing the is_monolithic flag for compilation
Marek Olšák
2018-06-25
1
-1
/
+0
*
radeonsi: fix passing gl_ClipVertex for GS and tess
Marek Olšák
2018-05-25
1
-1
/
+1
*
radeonsi: fix color inputs/outputs for GS and tess
Marek Olšák
2018-05-25
1
-2
/
+4
*
radeonsi: move data_layout into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: move passmgr into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: move target_library_info into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: add triple into si_compiler
Marek Olšák
2018-04-27
1
-0
/
+1
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-4
/
+9
[next]