mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 12:14:10 +08:00
asahi: Rename PANDECODE->AGXDECODE
Fix remnant of the Panfrost decoder fork. Signed-off-by: Alyssa Rosenzweig <alyssa@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13784>
This commit is contained in:
parent
e346ca5b41
commit
df1824046a
@ -562,7 +562,7 @@ agxdecode_dump_file_open(void)
|
||||
/* This does a getenv every frame, so it is possible to use
|
||||
* setenv to change the base at runtime.
|
||||
*/
|
||||
const char *dump_file_base = getenv("PANDECODE_DUMP_FILE") ?: "agxdecode.dump";
|
||||
const char *dump_file_base = getenv("AGXDECODE_DUMP_FILE") ?: "agxdecode.dump";
|
||||
if (!strcmp(dump_file_base, "stderr"))
|
||||
agxdecode_dump_stream = stderr;
|
||||
else {
|
||||
|
Loading…
Reference in New Issue
Block a user