index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
about
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: fix WAITCNT flags for GFX9
Marek Olšák
2018-08-22
1
-5
/
+0
*
radeonsi: don't use emit_data->args in atomic_emit
Marek Olšák
2018-08-14
1
-0
/
+2
*
ac,radeonsi: reduce optimizations for complex compute shaders on older APUs (v2)
Marek Olšák
2018-08-01
1
-1
/
+2
*
radeonsi: rename si_compiler -> ac_llvm_compiler
Dave Airlie
2018-07-04
1
-3
/
+3
*
radeonsi: clean up some #includes
Marek Olšák
2018-06-25
1
-2
/
+0
*
radeonsi: clean up passing the is_monolithic flag for compilation
Marek Olšák
2018-06-25
1
-3
/
+0
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-3
/
+3
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-0
/
+1
*
radeonsi: rename unpack_param -> si_unpack_param
Marek Olšák
2018-04-02
1
-0
/
+4
*
radeonsi: add si_llvm_emit_kill() helper
Timothy Arceri
2018-03-08
1
-0
/
+2
*
radeonsi: make use of if/loop build helpers in ac
Timothy Arceri
2018-03-08
1
-8
/
+0
*
radeonsi: remove si_llvm_add_attribute
Marek Olšák
2018-03-07
1
-2
/
+0
*
radeonsi: move si_nir_load_input_gs() to si_shader.c
Timothy Arceri
2018-03-06
1
-9
/
+0
*
radeonsi: preload the tess offchip ring in TES
Marek Olšák
2018-02-24
1
-0
/
+1
*
radeonsi: move tess ring address into TCS_OUT_LAYOUT, removes 2 TCS user SGPRs
Marek Olšák
2018-02-24
1
-2
/
+2
*
radeonsi: move TCS_OUT_LAYOUT.PatchVerticesIn to lower bits
Marek Olšák
2018-02-24
1
-1
/
+1
*
ac/radeonsi: pass type to load_tess_varyings()
Timothy Arceri
2018-02-22
1
-0
/
+1
*
radeonsi: make si_declare_compute_memory() more generic and call for nir
Timothy Arceri
2018-02-13
1
-2
/
+3
*
ac/radeonsi: add num_work_groups to the abi
Timothy Arceri
2018-02-07
1
-1
/
+0
*
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
[prev]
[next]