mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 13:28:06 +02:00
r600: revert disabling llvm draw
Now that llvm supports NIR and lowers uniforms to UBO in draw calls when this hasn't be done before this can be used again. Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/6706>
This commit is contained in:
parent
288d33d3f4
commit
1c40db5dc4
1 changed files with 0 additions and 4 deletions
|
|
@ -1286,10 +1286,6 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
||||||
rscreen->family = rscreen->info.family;
|
rscreen->family = rscreen->info.family;
|
||||||
rscreen->chip_class = rscreen->info.chip_class;
|
rscreen->chip_class = rscreen->info.chip_class;
|
||||||
rscreen->debug_flags |= debug_get_flags_option("R600_DEBUG", common_debug_options, 0);
|
rscreen->debug_flags |= debug_get_flags_option("R600_DEBUG", common_debug_options, 0);
|
||||||
int has_draw_use_llvm = debug_get_bool_option("DRAW_USE_LLVM", FALSE);
|
|
||||||
if (!has_draw_use_llvm)
|
|
||||||
setenv("DRAW_USE_LLVM", "no", 0);
|
|
||||||
|
|
||||||
|
|
||||||
r600_disk_cache_create(rscreen);
|
r600_disk_cache_create(rscreen);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue