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/nir: fix si_nir_load_tcs_varyings() for outputs
Timothy Arceri
2018-02-15
1
-2
/
+11
*
radeonsi: make si_declare_compute_memory() more generic and call for nir
Timothy Arceri
2018-02-13
1
-4
/
+10
*
ac: remove unused parameters in abi::load_tess_coord()
Samuel Pitoiset
2018-02-12
1
-4
/
+2
*
ac: add load_sample_mask_in() to the ABI
Samuel Pitoiset
2018-02-12
1
-0
/
+6
*
ac: add ac_build_export_null() helper
Samuel Pitoiset
2018-02-08
1
-20
/
+1
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
1
-2
/
+2
*
ac/radeonsi: create ac_build_shader_clock() helper
Timothy Arceri
2018-02-07
1
-5
/
+1
*
ac/radeonsi: add load_local_group_size() to the abi
Timothy Arceri
2018-02-07
1
-0
/
+1
*
radeonsi: add get_block_size() helper
Timothy Arceri
2018-02-07
1
-20
/
+27
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
1
-2
/
+2
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
1
-5
/
+4
*
radeonsi: use pknorm_i16/u16 and pk_i16/u16 LLVM intrinsics
Marek Olšák
2018-02-02
1
-113
/
+39
*
ac: add glc parameter to ac_build_buffer_load_format
Marek Olšák
2018-02-01
1
-1
/
+1
*
radeonsi: load the right number of components for VS inputs and TBOs
Marek Olšák
2018-02-01
1
-3
/
+10
*
radeonsi: print shader-db stats for main parts, not final binaries
Marek Olšák
2018-01-31
1
-13
/
+20
*
radeonsi: move max_simd_waves computation into a separate function
Marek Olšák
2018-01-31
1
-12
/
+22
*
ac/radeonsi: add lookup_interp_param and load_sample_position to the abi
Timothy Arceri
2018-01-31
1
-0
/
+2
*
radeonsi/nir: add prim_mask to the abi
Timothy Arceri
2018-01-31
1
-3
/
+4
*
radeonsi/nir: adjust load_sample_position() to be shared between backends
Timothy Arceri
2018-01-31
1
-2
/
+3
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-13
/
+6
*
ac: move address space definitions to common code
Marek Olšák
2018-01-27
1
-8
/
+3
*
ac: don't use byval LLVM qualifier in shaders
Marek Olšák
2018-01-27
1
-12
/
+5
*
ac: pass the number of channels to ac_build_buffer_load_format()
Samuel Pitoiset
2018-01-26
1
-1
/
+1
*
ac/radeonsi: add emit primitive to the abi
Timothy Arceri
2018-01-23
1
-0
/
+1
*
radeonsi: add generic emit primitive helper
Timothy Arceri
2018-01-23
1
-7
/
+14
*
ac/radeonsi: add tcs load outputs support
Timothy Arceri
2018-01-18
1
-15
/
+27
*
ac: fix build error in si_shader
Mauro Rossi
2018-01-13
1
-1
/
+1
*
ac: add load_patch_vertices_in() to the abi
Timothy Arceri
2018-01-11
1
-6
/
+14
*
ac: add load_tess_level() to the abi
Timothy Arceri
2018-01-09
1
-0
/
+22
*
radeonsi: add load_tess_level() helper
Timothy Arceri
2018-01-09
1
-14
/
+19
*
ac/radeonsi: add load_tess_coord() to the abi
Timothy Arceri
2018-01-05
1
-17
/
+25
*
radeonsi: make si_llvm_emit_tcs_epilogue compatible with emit_outputs abi
Timothy Arceri
2018-01-05
1
-3
/
+7
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
1
-9
/
+10
*
radeonsi: add unpack_llvm_param() helper
Timothy Arceri
2018-01-05
1
-6
/
+12
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
1
-9
/
+8
*
radeonsi: add nir support for tcs outputs
Timothy Arceri
2018-01-05
1
-0
/
+118
*
radeonsi: add si_nir_load_input_tcs()
Timothy Arceri
2018-01-05
1
-0
/
+45
*
radeonsi: add get_dw_address_from_generic_indices() helper
Timothy Arceri
2018-01-05
1
-30
/
+46
*
ac: add load_tes_inputs() to the abi
Timothy Arceri
2018-01-05
1
-0
/
+1
*
radeonsi: add si_nir_load_input_tes()
Timothy Arceri
2018-01-05
1
-0
/
+48
*
radeonsi: make use of ac_init_exec_full_mask()
Samuel Pitoiset
2017-12-27
1
-11
/
+3
*
amd/common: add ac_export_mrt_z() helper
Samuel Pitoiset
2017-12-22
1
-60
/
+1
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
1
-11
/
+2
*
radeonsi: make use of ac_get_spi_shader_z_format()
Samuel Pitoiset
2017-12-14
1
-20
/
+2
*
radeonsi: create get_tcs_tes_buffer_address helper
Timothy Arceri
2017-12-13
1
-12
/
+32
*
radeonsi/gfx9: make shader binaries use read-only memory
Marek Olšák
2017-12-06
1
-3
/
+6
*
radeonsi: pass llvm type directly to buffer_load()
Timothy Arceri
2017-12-05
1
-8
/
+7
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
1
-0
/
+1
*
radeonsi: create si_llvm_load_input_gs()
Timothy Arceri
2017-12-04
1
-23
/
+38
*
radeonsi: pass llvm type to lds_load()
Timothy Arceri
2017-12-04
1
-13
/
+13
[next]