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: fix passing gl_ClipVertex for GS and tess
Marek Olšák
2018-05-25
1
-1
/
+4
*
radeonsi: fix color inputs/outputs for GS and tess
Marek Olšák
2018-05-25
1
-11
/
+19
*
radeonsi: skip ES output stores for undefined output components
Marek Olšák
2018-05-18
1
-0
/
+3
*
radeonsi: add struct si_compiler containing LLVMTargetMachineRef
Marek Olšák
2018-04-27
1
-33
/
+33
*
radeonsi: use r600_resource() typecast helper
Marek Olšák
2018-04-27
1
-2
/
+1
*
ac/radv/radeonsi: refactor max simd waves into common code.
Dave Airlie
2018-04-24
1
-11
/
+1
*
radeonsi/nir: fix crash in test involving the sample mask
Nicolai Hähnle
2018-04-20
1
-1
/
+2
*
radeonsi: add support for VegaM
Marek Olšák
2018-04-18
1
-0
/
+1
*
radeonsi: add shader binary padding for UMR
Marek Olšák
2018-04-10
1
-3
/
+15
*
radeonsi: move definitions out of r600_pipe_common.h
Marek Olšák
2018-04-05
1
-1
/
+1
*
radeonsi: update copyrights
Marek Olšák
2018-04-05
1
-0
/
+1
*
radeonsi/gfx9: fix bad LLVM params in monolithic LS+HS
Marek Olšák
2018-04-03
1
-1
/
+5
*
radeonsi: implement GL_KHR_blend_equation_advanced
Marek Olšák
2018-04-02
1
-2
/
+2
*
radeonsi: rename unpack_param -> si_unpack_param
Marek Olšák
2018-04-02
1
-27
/
+27
*
radeonsi/nir: fix explicit component packing for geom/tess doubles
Timothy Arceri
2018-04-02
1
-8
/
+11
*
radeonsi/nir: gather buffers declared more accurately and use const fast path
Timothy Arceri
2018-04-02
1
-0
/
+7
*
radeonsi: create load_const_buffer_desc_fast_path() helper
Timothy Arceri
2018-04-02
1
-39
/
+49
*
radeonsi: don't use the SPI barrier management bug workaround
Marek Olšák
2018-03-28
1
-0
/
+5
*
ac/nir: pass the nir variable through tcs loading.
Dave Airlie
2018-03-14
1
-5
/
+4
*
radeonsi: expand constbuf 0 address correctly to fix Vega10 hangs
Marek Olšák
2018-03-08
1
-4
/
+17
*
ac/radeonsi: add emit_kill to the abi
Timothy Arceri
2018-03-08
1
-0
/
+1
*
radeonsi: remove si_llvm_add_attribute
Marek Olšák
2018-03-07
1
-15
/
+16
*
radeonsi: fix passing address32_hi to LLVM for high values
Marek Olšák
2018-03-07
1
-2
/
+5
*
ac: add ac_count_scratch_private_memory()
Samuel Pitoiset
2018-03-06
1
-28
/
+4
*
radeonsi/nir: fix handling of doubles for gs inputs
Timothy Arceri
2018-03-06
1
-2
/
+6
*
radeonsi: move si_nir_load_input_gs() to si_shader.c
Timothy Arceri
2018-03-06
1
-0
/
+20
*
ac/radeonsi: add load_base_vertex() to the abi
Timothy Arceri
2018-02-28
1
-0
/
+1
*
radeonsi: create get_base_vertex() helper
Timothy Arceri
2018-02-28
1
-14
/
+20
*
radeonsi: remove 2 unused user SGPRs from merged TES-GS with 32-bit pointers
Marek Olšák
2018-02-26
1
-7
/
+23
*
radeonsi: make SI_SGPR_VERTEX_BUFFERS the last user SGPR input
Marek Olšák
2018-02-26
1
-6
/
+10
*
radeonsi: set correct num_input_sgprs for VS prolog in merged shaders
Marek Olšák
2018-02-26
1
-24
/
+24
*
radeonsi: allow fewer input SGPRs in 2nd shader of merged shaders
Marek Olšák
2018-02-26
1
-1
/
+5
*
radeonsi/nir: fix loading of doubles for tess varyings
Timothy Arceri
2018-02-26
1
-2
/
+10
*
radeonsi/nir: fix lds store in tcs outputs handling
Timothy Arceri
2018-02-26
1
-1
/
+1
*
radeonsi: preload the tess offchip ring in TES
Marek Olšák
2018-02-24
1
-12
/
+9
*
radeonsi: move tess ring address into TCS_OUT_LAYOUT, removes 2 TCS user SGPRs
Marek Olšák
2018-02-24
1
-51
/
+53
*
radeonsi: move 2nd-shader descriptor pointers into s[0:1]
Marek Olšák
2018-02-24
1
-30
/
+64
*
radeonsi: move TCS_OUT_LAYOUT.PatchVerticesIn to lower bits
Marek Olšák
2018-02-24
1
-1
/
+1
*
radeonsi/nir: fix tess varying loads for doubles
Timothy Arceri
2018-02-22
1
-2
/
+2
*
ac/radeonsi: pass type to load_tess_varyings()
Timothy Arceri
2018-02-22
1
-0
/
+2
*
radeonsi: implement 32-bit pointers in user data SGPRs (v2)
Marek Olšák
2018-02-17
1
-44
/
+74
*
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
[next]