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_shader.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
radv: use nir_lower_discard_to_demote to work around game bugs
Daniel Schürmann
2020-03-09
1
-0
/
+2
*
ac: rename lds_size_per_cu to lds_size_per_workgroup
Samuel Pitoiset
2020-03-03
1
-1
/
+1
*
radv/gfx10: adjust the number of VGPRs used to compute waves
Samuel Pitoiset
2020-02-26
1
-2
/
+2
*
radv/gfx10: adjust the LDS size used to compute waves
Samuel Pitoiset
2020-02-26
1
-4
/
+2
*
radv: remove RADV_DEBUG=nosisched and RADV_PERFTEST=sisched
Samuel Pitoiset
2020-02-13
1
-2
/
+0
*
Rename nir_lower_constant_initializers to nir_lower_variable_initalizers
Arcady Goldmints-Orlov
2020-02-12
1
-3
/
+3
*
radv: implement VK_AMD_shader_explicit_vertex_parameter
Samuel Pitoiset
2020-01-29
1
-0
/
+1
*
radv/aco: use ACO for GS copy shaders
Rhys Perry
2020-01-24
1
-2
/
+3
*
aco: implement GS on GFX7-8
Rhys Perry
2020-01-24
1
-23
/
+0
*
radv/aco,aco: implement GS on GFX9+
Rhys Perry
2020-01-24
1
-0
/
+3
*
radv: advertise VK_AMD_shader_fragment_mask
Samuel Pitoiset
2020-01-23
1
-0
/
+1
*
radv: advertise VK_AMD_shader_image_load_store_lod
Samuel Pitoiset
2020-01-09
1
-0
/
+1
*
radv: enable SpvCapabilityImageMSArray
Samuel Pitoiset
2019-12-12
1
-0
/
+1
*
radv: remove dead shader input/output variables
Samuel Pitoiset
2019-12-04
1
-1
/
+1
*
radv,ac/nir: lower deref operations for shared memory
Samuel Pitoiset
2019-11-29
1
-0
/
+19
*
radv: Replace supports_spill with explict_scratch_args
Connor Abbott
2019-11-25
1
-3
/
+2
*
aco: Use radv_shader_args in aco_compile_shader()
Connor Abbott
2019-11-25
1
-1
/
+1
*
radv: Move argument declaration out of nir_to_llvm
Connor Abbott
2019-11-25
1
-3
/
+15
*
radv: enable FP16/FP64 denormals earlier and only for LLVM
Rhys Perry
2019-11-15
1
-14
/
+14
*
radv: remove useless RADV_DEBUG=unsafemath debug option
Samuel Pitoiset
2019-11-15
1
-1
/
+0
*
radv: adjust loop unrolling heuristics for int64
Rhys Perry
2019-11-07
1
-0
/
+15
*
radv: determine shaders wavesize at pipeline level
Samuel Pitoiset
2019-11-06
1
-11
/
+1
*
radv: fix dumping SPIR-V into hang reports
Samuel Pitoiset
2019-10-30
1
-2
/
+10
*
radv: for secure compile exit early from radv_shader_variant_create()
Timothy Arceri
2019-10-26
1
-1
/
+8
*
radv: round vgprs/sgprs before calculating max_waves
Rhys Perry
2019-10-23
1
-4
/
+8
*
radv: implement VK_KHR_shader_float_controls
Samuel Pitoiset
2019-10-18
1
-0
/
+1
*
radv: implement VK_KHR_shader_clock
Samuel Pitoiset
2019-10-09
1
-0
/
+1
*
radv/aco,aco: set lower_fmod
Rhys Perry
2019-10-04
1
-0
/
+1
*
radv: enable lower_fmod for the LLVM path
Samuel Pitoiset
2019-10-03
1
-0
/
+1
*
radv/gfx10: fix the ESGS ring size symbol
Samuel Pitoiset
2019-10-02
1
-19
/
+1
*
radv/aco: Don't lower subtractions
Daniel Schürmann
2019-09-30
1
-1
/
+0
*
radv: Add debug option to dump meta shaders.
Timur Kristóf
2019-09-26
1
-2
/
+4
*
amd/common: Introduce ac_get_fs_input_vgpr_cnt.
Timur Kristóf
2019-09-26
1
-33
/
+1
*
radv: Set shared VGPR count in radv_postprocess_config.
Timur Kristóf
2019-09-26
1
-0
/
+13
*
aco,radv: rename record_llvm_ir/llvm_ir_string to record_ir/ir_string
Rhys Perry
2019-09-26
1
-7
/
+7
*
radv/aco: return a correct name and description for the backend IR
Rhys Perry
2019-09-26
1
-0
/
+1
*
aco,radv/aco: get dissassembly for release builds if requested
Rhys Perry
2019-09-26
1
-6
/
+1
*
radv: remove dead shared variables
Daniel Schürmann
2019-09-19
1
-1
/
+1
*
radv/aco: enable VK_EXT_shader_demote_to_helper_invocation
Daniel Schürmann
2019-09-19
1
-0
/
+1
*
radv/aco: Setup alternate path in RADV to support the experimental ACO compiler
Daniel Schürmann
2019-09-19
1
-39
/
+92
*
ac: move ac_get_num_physical_sgprs into radeon_info
Marek Olšák
2019-09-18
1
-2
/
+2
*
ac: move ac_get_max_wave64_per_simd into radeon_info
Marek Olšák
2019-09-18
1
-1
/
+1
*
radv/gfx10: adjust the GS NGG scratch size for streamout
Samuel Pitoiset
2019-09-16
1
-1
/
+15
*
radv/gfx10: add an option to switch from legacy to NGG streamout
Samuel Pitoiset
2019-09-16
1
-6
/
+10
*
radv/gfx10: declare a LDS symbol for the NGG emit space
Samuel Pitoiset
2019-09-10
1
-26
/
+15
*
radv: fill shader info for all stages in the pipeline
Samuel Pitoiset
2019-09-10
1
-6
/
+8
*
radeonsi/gfx10: fix wave occupancy computations
Marek Olšák
2019-09-09
1
-3
/
+4
*
radv: merge radv_shader_variant_info into radv_shader_info
Samuel Pitoiset
2019-09-06
1
-42
/
+42
*
nir: allow specifying filter callback in lower_alu_to_scalar
Vasily Khoruzhick
2019-09-06
1
-1
/
+1
*
radv: Call nir_propagate_invariant()
Connor Abbott
2019-09-05
1
-0
/
+2
[next]