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
*
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
*
radeonsi: add llvm_type_is_64bit() helper
Timothy Arceri
2017-12-04
1
-0
/
+9
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
1
-4
/
+7
*
radeonsi: add nir support for gs epilogue
Timothy Arceri
2017-12-04
1
-4
/
+21
*
radeonsi: add nir support for es epilogue
Timothy Arceri
2017-12-04
1
-16
/
+13
*
radeonsi: add nir support for ls epilogue
Timothy Arceri
2017-12-04
1
-15
/
+14
*
radeonsi: remove r600_common_screen
Marek Olšák
2017-11-29
1
-51
/
+51
*
radeonsi: move shader debug helpers out of r600_pipe_common.c
Marek Olšák
2017-11-29
1
-7
/
+7
*
radeonsi: move/remove ac_shader_binary helpers
Marek Olšák
2017-11-29
1
-1
/
+1
*
radeonsi/gfx9: simplify condition for on-chip ESGS
Nicolai Hähnle
2017-11-28
1
-3
/
+1
*
radeonsi: use si_shader_context instead of lp_build_context in more places
Nicolai Hähnle
2017-11-28
1
-27
/
+23
*
radeonsi: fix a typo in creating monolithic ES-GS
Marek Olšák
2017-11-25
1
-1
/
+1
*
radeonsi: don't write undefined output channels to LDS in LS
Marek Olšák
2017-11-25
1
-0
/
+3
*
radeonsi: use ac.lds for shared memory
Marek Olšák
2017-11-25
1
-2
/
+2
*
radeonsi: do 64-bit LDS loads recursively
Marek Olšák
2017-11-25
1
-7
/
+9
*
radeonsi/gfx9: fix VM fault with fetched instance divisors
Nicolai Hähnle
2017-11-20
1
-2
/
+11
*
ac: add gs_{prim,invocation}_id to the abi
Timothy Arceri
2017-11-16
1
-8
/
+6
*
ac: add emit_vertex to the abi
Timothy Arceri
2017-11-12
1
-14
/
+21
*
radeonsi: rework gs_vtx_offset handling
Timothy Arceri
2017-11-12
1
-16
/
+9
*
radeonsi: use ready fences on all shaders, not just optimized ones
Nicolai Hähnle
2017-11-09
1
-0
/
+3
*
radeonsi: add si_screen::has_ls_vgpr_init_bug
Marek Olšák
2017-11-07
1
-2
/
+1
*
radeonsi: remove 'Authors:' comments
Marek Olšák
2017-11-02
1
-5
/
+0
*
radeonsi: add a workaround for weird s_buffer_load_dword behavior on SI
Marek Olšák
2017-10-26
1
-3
/
+10
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
1
-15
/
+5
*
radeonsi: use postponed KILL only when derivatives are used
Marek Olšák
2017-10-24
1
-2
/
+1
*
ac: replace ac_build_kill with ac_build_kill_if_false
Marek Olšák
2017-10-24
1
-26
/
+22
*
radeonsi: if there's just const buffer 0, set it in place of CONST/SSBO pointer
Marek Olšák
2017-10-17
1
-9
/
+63
*
ac: clean up ac_build_indexed_load function interfaces
Marek Olšák
2017-10-17
1
-17
/
+17
*
radeonsi: handle 64-bit loads earlier in fetch_constant
Marek Olšák
2017-10-17
1
-16
/
+10
*
radeonsi/gfx9: move RW_BUFFERS from s[0:1] to s[8:9] for HS and GS
Marek Olšák
2017-10-17
1
-19
/
+12
*
radeonsi: enumerize DBG flags
Marek Olšák
2017-10-09
1
-5
/
+5
*
radeonsi: add VS blit shader creation
Marek Olšák
2017-10-07
1
-0
/
+114
*
radeonsi: split declare_default_desc_pointers
Marek Olšák
2017-10-07
1
-9
/
+14
*
radeonsi: use f32_0 and f32_1
Marek Olšák
2017-10-06
1
-15
/
+13
*
radeonsi: fold *gallivm
Marek Olšák
2017-10-06
1
-44
/
+27
[next]