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_internal.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac/radeonsi: add local_invocation_ids to the abi
Timothy Arceri
2018-02-07
1
-1
/
+0
*
ac/radeonsi: add workgroup_ids to the abi
Timothy Arceri
2018-02-07
1
-1
/
+0
*
radeonsi: remove unused si_shader_context members
Marek Olšák
2018-02-01
1
-4
/
+0
*
radeonsi/nir: add si_nir_lookup_interp_param() helper
Timothy Arceri
2018-01-31
1
-0
/
+4
*
ac: rename and move si_const_array into common code
Marek Olšák
2018-01-27
1
-2
/
+0
*
ac/radeonsi: add tcs load outputs support
Timothy Arceri
2018-01-18
1
-1
/
+2
*
ac/radeonsi: add tcs_rel_ids to the abi
Timothy Arceri
2018-01-05
1
-1
/
+0
*
ac: add {tcs,tes}_patch_id to the abi
Timothy Arceri
2018-01-05
1
-2
/
+0
*
radeonsi: add si_nir_load_input_tes()
Timothy Arceri
2018-01-05
1
-0
/
+11
*
amd/common: add ac_build_waitcnt()
Samuel Pitoiset
2017-12-14
1
-2
/
+0
*
ac: add si_nir_load_input_gs() to the abi
Timothy Arceri
2017-12-04
1
-0
/
+9
*
radeonsi: create si_llvm_load_input_gs()
Timothy Arceri
2017-12-04
1
-0
/
+6
*
radeonsi: pass llvm type to si_llvm_emit_fetch_64bit()
Timothy Arceri
2017-12-04
1
-1
/
+1
*
radeonsi: use ac.lds for shared memory
Marek Olšák
2017-11-25
1
-2
/
+0
*
ac: add gs_{prim,invocation}_id to the abi
Timothy Arceri
2017-11-16
1
-2
/
+0
*
radeonsi: rework gs_vtx_offset handling
Timothy Arceri
2017-11-12
1
-6
/
+1
*
ac/nir: move lds declaration/load/store into shared code.
Dave Airlie
2017-10-26
1
-1
/
+0
*
radeonsi: add VS blit shader creation
Marek Olšák
2017-10-07
1
-0
/
+1
*
radeonsi: use si_get_indirect_index for CONST indexing
Marek Olšák
2017-10-06
1
-1
/
+1
*
gallivm: add dst register index to lp_build_tgsi_context::emit_store
Nicolai Hähnle
2017-09-29
1
-0
/
+1
*
radeonsi: optimize TCS epilog when invocation 0 writes tess factors
Marek Olšák
2017-09-11
1
-0
/
+1
*
radeonsi: don't read tcs_out_lds_layout.vertex_size from an SGPR
Marek Olšák
2017-09-07
1
-2
/
+0
*
radeonsi: remove 2 callbacks from si_shader_context
Marek Olšák
2017-09-07
1
-7
/
+6
*
radeonsi: declare new user SGPR indices for bindless samplers/images
Samuel Pitoiset
2017-08-22
1
-0
/
+1
*
radeonsi: make get_indirect_index globally visible
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
radeonsi/nir: add image descriptor loading
Nicolai Hähnle
2017-07-31
1
-0
/
+3
*
radeonsi/nir: implement ac_shader_abi::load_sampler_desc
Nicolai Hähnle
2017-07-31
1
-0
/
+4
*
radeonsi/nir: load FS inputs
Nicolai Hähnle
2017-07-31
1
-0
/
+4
*
radeonsi/nir: load VS inputs
Nicolai Hähnle
2017-07-31
1
-0
/
+5
*
ac,radeonsi: add ac_shader_abi::emit_outputs for hardware VS shaders
Nicolai Hähnle
2017-07-31
1
-0
/
+7
*
radeonsi: translate NIR to LLVM
Nicolai Hähnle
2017-07-31
1
-0
/
+2
*
ac,radeonsi: move some VS input descriptions to ac_shader_abi
Nicolai Hähnle
2017-07-31
1
-5
/
+3
*
radeonsi/gfx9: always wrap GS and TCS in an if-block (v2)
Nicolai Hähnle
2017-07-27
1
-0
/
+3
*
radeonsi: merge si_llvm_get_amdgpu_target into ac_get_llvm_target
Marek Olšák
2017-07-17
1
-2
/
+0
*
radeonsi: implement the workaround for Rocket League - postponed TGSI kill
Marek Olšák
2017-06-23
1
-0
/
+1
*
radeonsi: clamp indirect index to the number of declared shader resources
Marek Olšák
2017-05-18
1
-0
/
+6
*
radeonsi: merge sampler and image descriptor lists into one
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: merge constant and shader buffers descriptor lists into one
Marek Olšák
2017-05-18
1
-2
/
+1
*
radeonsi: extract TGSI memory/texture opcode handling into its own file
Nicolai Hähnle
2017-05-16
1
-0
/
+1
*
radeonsi: make const_array externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+2
*
radeonsi: make get_bounded_indirect_index externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+4
*
radeonsi: make emit_waitcnt externally accessible
Nicolai Hähnle
2017-05-16
1
-0
/
+7
*
radeonsi: inline si_llvm_shader_type into si_llvm_create_func
Marek Olšák
2017-05-05
1
-1
/
+0
*
radeonsi: fold surrounding code into si_llvm_finalize_module
Marek Olšák
2017-05-05
1
-2
/
+1
*
radeonsi: stop using v16i8
Marek Olšák
2017-05-05
1
-1
/
+0
*
radeonsi: don't load unused compute shader input SGPRs and VGPRs
Marek Olšák
2017-04-28
1
-0
/
+5
*
radeonsi: fix tess offchip offset for per-patch attributes
Marek Olšák
2017-04-28
1
-6
/
+11
*
radeonsi: pass tessellation ring addresses via user SGPRs
Marek Olšák
2017-04-28
1
-0
/
+2
*
radeonsi/gfx9: add the function signature of merged ES-GS
Marek Olšák
2017-04-28
1
-7
/
+10
*
radeonsi/gfx9: pass inputs from LS to TCS
Marek Olšák
2017-04-28
1
-0
/
+3
[next]