mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 06:58:05 +02:00
radv: remove old comment about LLVM <= 8
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10403>
This commit is contained in:
parent
24b52a9b69
commit
0b7c442d39
1 changed files with 0 additions and 3 deletions
|
|
@ -1156,9 +1156,6 @@ radv_shader_variant_create(struct radv_device *device, const struct radv_shader_
|
|||
if (device->physical_device->rad_info.chip_class >= GFX9 &&
|
||||
(binary->stage == MESA_SHADER_GEOMETRY || binary->info.is_ngg) &&
|
||||
!binary->is_gs_copy_shader) {
|
||||
/* We add this symbol even on LLVM <= 8 to ensure that
|
||||
* shader->config.lds_size is set correctly below.
|
||||
*/
|
||||
struct ac_rtld_symbol *sym = &lds_symbols[num_lds_symbols++];
|
||||
sym->name = "esgs_ring";
|
||||
sym->size = binary->info.ngg_info.esgs_ring_size;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue