mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 09:08:10 +02: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Reference in a new issue