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
/
amd
/
vulkan
/
radv_nir_to_llvm.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ac: set swizzled bit in cache policy as a hint not to merge loads/stores
Marek Olšák
2019-11-25
1
-10
/
+10
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
1
-9
/
+5
*
radv: Move argument declaration out of nir_to_llvm
Connor Abbott
2019-11-25
1
-774
/
+51
*
ac/nir, radv, radeonsi: Switch to using ac_shader_args
Connor Abbott
2019-11-25
1
-706
/
+701
*
radv: Rename ac_arg_regfile
Connor Abbott
2019-11-25
1
-2
/
+2
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-25
/
+1
*
radv: fix radv_nir_get_max_workgroup_size when nir=NULL
Rhys Perry
2019-11-11
1
-1
/
+4
*
radv/gfx10: fix primitive indices orientation for NGG GS
Samuel Pitoiset
2019-11-07
1
-7
/
+45
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
1
-2
/
+1
*
radv: hardcode the number of waves for the GFX6 LS-HS bug
Samuel Pitoiset
2019-11-06
1
-1
/
+1
*
radv: declare NGG scratch for VS or TES and only on GFX10
Samuel Pitoiset
2019-10-31
1
-5
/
+3
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
1
-3
/
+7
*
radv/gfx10: fix NGG streamout with triangle strips for VS
Samuel Pitoiset
2019-10-02
1
-1
/
+5
*
radv/gfx10: fix storing/loading NGG stream outputs for GS
Samuel Pitoiset
2019-10-02
1
-12
/
+77
*
radv/gfx10: use the component mask when storing/loading NGG stream outputs
Samuel Pitoiset
2019-10-02
1
-0
/
+6
*
radv/gfx10: fix storing/loading NGG stream outputs for VS and TES
Samuel Pitoiset
2019-10-02
1
-8
/
+10
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
1
-1
/
+1
*
radv: never kill a NGG GS shader
Rhys Perry
2019-09-18
1
-1
/
+3
*
radv: fix loading 64-bit GS inputs
Samuel Pitoiset
2019-09-18
1
-0
/
+35
*
radv: always emit a position export in gs copy shaders
Rhys Perry
2019-09-16
1
-1
/
+1
*
radv: keep GS threads with excessive emissions which could write to memory
Rhys Perry
2019-09-16
1
-4
/
+11
*
radv/gfx10: implement NGG streamout
Samuel Pitoiset
2019-09-16
1
-7
/
+514
*
radv/gfx10: unconditionally declare scratch space for NGG streamout without GS
Samuel Pitoiset
2019-09-16
1
-0
/
+22
*
radv/gfx10: adjust the GS NGG scratch size for streamout
Samuel Pitoiset
2019-09-16
1
-2
/
+4
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-3
/
+9
*
radv: fix allocating number of user sgprs if streamout is used
Samuel Pitoiset
2019-09-13
1
-1
/
+1
*
radv/gfx10: declare a LDS symbol for the NGG emit space
Samuel Pitoiset
2019-09-10
1
-3
/
+4
*
radv: fill shader info for all stages in the pipeline
Samuel Pitoiset
2019-09-10
1
-9
/
+0
*
radv: do not pass all compiler options to the shader info pass
Samuel Pitoiset
2019-09-10
1
-2
/
+4
*
radv/gfx10: determine the number of vertices per primitive for TES
Samuel Pitoiset
2019-09-06
1
-1
/
+16
*
radv/gfx10: make use the output usage mask when exporting NGG GS params
Samuel Pitoiset
2019-09-06
1
-3
/
+8
*
radv/gfx10: account for the subpass view for the NGG GS storage
Samuel Pitoiset
2019-09-06
1
-0
/
+3
*
radv: calculate esgs_itemsize in the shader info pass
Samuel Pitoiset
2019-09-06
1
-14
/
+0
*
radv: calculate the GSVS vertex size in the shader info pass
Samuel Pitoiset
2019-09-06
1
-15
/
+2
*
radv: gather primitive ID in the shader info pass
Samuel Pitoiset
2019-09-06
1
-3
/
+0
*
radv: gather layer in the shader info pass
Samuel Pitoiset
2019-09-06
1
-10
/
+0
*
radv: gather viewport in the shader info pass
Samuel Pitoiset
2019-09-06
1
-8
/
+0
*
radv: gather pointsize in the shader info pass
Samuel Pitoiset
2019-09-06
1
-8
/
+0
*
radv: gather clip/cull distances in the shader info pass
Samuel Pitoiset
2019-09-06
1
-21
/
+0
*
radv: move ac_fill_shader_info() to radv_nir_shader_info_pass()
Samuel Pitoiset
2019-09-06
1
-45
/
+0
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
1
-97
/
+97
*
radv/gfx10: always set ballot_mask_bits to 64
Samuel Pitoiset
2019-09-06
1
-2
/
+1
*
radv: keep a pointer to a NIR shader into radv_shader_context
Samuel Pitoiset
2019-08-30
1
-36
/
+24
*
radv: move setting can_discard to ac_fill_shader_info()
Samuel Pitoiset
2019-08-30
1
-1
/
+1
*
radv: replace ac_nir_build_if by ac_build_ifcc
Samuel Pitoiset
2019-08-30
1
-107
/
+13
*
radv: remove unused shader_info parameter in ac_compile_llvm_module()
Samuel Pitoiset
2019-08-30
1
-3
/
+2
*
radv: remove some unused fields from radv_shader_context
Samuel Pitoiset
2019-08-30
1
-2
/
+0
*
ac: drop now useless lookup_interp_param from ABI
Samuel Pitoiset
2019-08-30
1
-31
/
+0
*
ac: import linear/perspective PS input parameters from radv/radeonsi
Samuel Pitoiset
2019-08-30
1
-17
/
+14
*
radv: make use of has_ls_vgpr_init_bug
Samuel Pitoiset
2019-08-27
1
-2
/
+1
[next]