mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 00:00:11 +01:00
v3d: Add missing always_flush debug flag.
The #define existed and was checked in the driver.
This commit is contained in:
parent
9b1cb50ba4
commit
07b243674f
1 changed files with 1 additions and 0 deletions
|
|
@ -52,6 +52,7 @@ static const struct debug_control debug_control[] = {
|
|||
{ "fs", V3D_DEBUG_FS},
|
||||
{ "vs", V3D_DEBUG_VS},
|
||||
{ "cs", V3D_DEBUG_CS},
|
||||
{ "always_flush", V3D_DEBUG_ALWAYS_FLUSH},
|
||||
{ NULL, 0 }
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue