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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radeonsi: make emit_streamout_output externally accessible
Nicolai Hähnle
2019-07-03
1
-7
/
+7
*
radeonsi: make get_primitive_id externally visible
Nicolai Hähnle
2019-07-03
1
-5
/
+5
*
radeonsi: make si_llvm_export_vs externally available
Nicolai Hähnle
2019-07-03
1
-12
/
+6
*
radeonsi: don't set spi_ps_input_* for monolithic shaders
Marek Olšák
2019-06-24
1
-13
/
+26
*
radeonsi: set the calling convention for inlined function calls
Marek Olšák
2019-06-24
1
-1
/
+1
*
ac/rtld: check correct LDS max size
Marek Olšák
2019-06-19
1
-0
/
+3
*
radeonsi: add s_sethalt to shaders for debugging
Nicolai Hähnle
2019-06-19
1
-0
/
+3
*
ac,radeonsi: Always mark buffer stores as inaccessiblememonly
Connor Abbott
2019-06-19
1
-13
/
+13
*
radeonsi: add radeonsi_debug_disassembly option
Nicolai Hähnle
2019-06-12
1
-6
/
+9
*
radeonsi: fix line splitting in si_shader_dump_assembly
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: raise the alignment of LDS memory for compute shaders
Nicolai Hähnle
2019-06-12
1
-1
/
+1
*
radeonsi: use an explicit symbol for the LSHS LDS memory
Nicolai Hähnle
2019-06-12
1
-2
/
+15
*
radeonsi: rename lds_{load,store} to lshs_lds_{load,store}
Nicolai Hähnle
2019-06-12
1
-17
/
+16
*
radeonsi/gfx9: declare LDS ESGS ring as an explicit symbol on LLVM >= 9
Nicolai Hähnle
2019-06-12
1
-16
/
+66
*
amd/rtld: layout and relocate LDS symbols
Nicolai Hähnle
2019-06-12
1
-19
/
+42
*
radeonsi: inline si_shader_binary_read_config into its only caller
Nicolai Hähnle
2019-06-12
1
-14
/
+7
*
radeonsi: use the new run-time linker for shaders
Nicolai Hähnle
2019-06-12
1
-151
/
+142
*
radeonsi: don't declare pointers to static strings
Nicolai Hähnle
2019-06-12
1
-2
/
+2
*
radeonsi: return bool from si_shader_binary_upload
Nicolai Hähnle
2019-06-12
1
-11
/
+10
*
radeonsi: let si_shader_create return a boolean
Nicolai Hähnle
2019-06-12
1
-9
/
+9
*
radeonsi: use ac_shader_config
Nicolai Hähnle
2019-06-12
1
-98
/
+14
*
radeonsi: move color clamping to si_llvm_export_vs to unify the code
Marek Olšák
2019-06-11
1
-80
/
+67
*
radeonsi: fixes for vec3 buffer stores in LLVM 9
Marek Olšák
2019-06-11
1
-3
/
+10
*
ac: use amdgpu-flat-work-group-size
Marek Olšák
2019-06-03
1
-5
/
+2
*
radeonsi/nir: Correctly handle double TCS/TES varyings
Connor Abbott
2019-05-31
1
-4
/
+28
*
ac: treat Mullins as Kabini, remove the enum
Marek Olšák
2019-05-27
1
-2
/
+1
*
radeonsi: cull primitives with async compute for large draw calls
Marek Olšák
2019-05-16
1
-0
/
+63
*
radeonsi: add si_vs_prolog_bits::unpack_instance_id_from_vertex_id:1
Marek Olšák
2019-05-16
1
-2
/
+23
*
radeonsi: make functions for creating LLVM functions non-static
Marek Olšák
2019-05-16
1
-23
/
+7
*
radeonsi: return the last part's return value from @wrapper
Marek Olšák
2019-05-16
1
-3
/
+26
*
ac: rename SI-CIK-VI to GFX6-GFX7-GFX8
Marek Olšák
2019-05-15
1
-14
/
+14
*
radeonsi: overhaul the vertex fetch fixup mechanism
Nicolai Hähnle
2019-05-13
1
-167
/
+82
*
ac: add ac_build_load_helper_invocation() helper
Samuel Pitoiset
2019-04-12
1
-6
/
+1
*
ac: add ac_build_ddxy_interp() helper
Samuel Pitoiset
2019-04-12
1
-26
/
+1
*
ac/radv/radeonsi: add ac_get_num_physical_sgprs() helper
Timothy Arceri
2019-02-01
1
-4
/
+3
*
radeonsi: rename r600_resource -> si_resource
Marek Olšák
2019-01-22
1
-3
/
+3
*
radeonsi: Fix use of 1- or 2- component GL_DOUBLE vbo's.
Mario Kleiner
2019-01-09
1
-0
/
+8
*
radeonsi: remove unused variables in si_insert_input_ptr
Marek Olšák
2019-01-02
1
-3
/
+1
*
radeonsi: call si_fix_resource_usage for the GS copy shader as well
Marek Olšák
2019-01-02
1
-0
/
+4
*
radeonsi: extract declare_vs_blit_inputs
Nicolai Hähnle
2018-12-19
1
-18
/
+25
*
amd: remove support for LLVM 6.0
Samuel Pitoiset
2018-12-06
1
-79
/
+13
*
winsys/amdgpu: explicitly declare whether buffer_map is permanent or not
Nicolai Hähnle
2018-11-28
1
-1
/
+2
*
radeonsi: use faster integer division for instance divisors
Marek Olšák
2018-10-16
1
-28
/
+24
*
ac: define all address spaces properly
Marek Olšák
2018-10-06
1
-3
/
+3
*
radeonsi: avoid sending GS_EMIT in shaders without outputs
Józef Kucia
2018-10-02
1
-3
/
+6
*
ac: use iN_0/1 constants
Marek Olšák
2018-09-10
1
-2
/
+2
*
radeonsi: fix tess/gs fetchs for new swizzle.
Dave Airlie
2018-08-31
1
-5
/
+8
*
gallivm: allow to pass two swizzles into fetches.
Dave Airlie
2018-08-30
1
-3
/
+4
*
radeonsi: add TGSI_SEMANTIC_CS_USER_DATA for reading up to 4 SGPRs with TGSI
Marek Olšák
2018-08-29
1
-0
/
+11
*
ac,radeonsi: use ac_build_gather_values more
Marek Olšák
2018-08-21
1
-5
/
+3
[next]