mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 07:28:11 +02:00
freedreno: add flag to enable dEQP hacks
Signed-off-by: Rob Clark <robclark@freedesktop.org>
This commit is contained in:
parent
f68f6c0246
commit
6bf462a1ab
2 changed files with 2 additions and 0 deletions
|
|
@ -71,6 +71,7 @@ static const struct debug_named_value debug_options[] = {
|
|||
{"glsl120", FD_DBG_GLSL120,"Temporary flag to force GLSL 1.20 (rather than 1.30) on a3xx+"},
|
||||
{"shaderdb", FD_DBG_SHADERDB, "Enable shaderdb output"},
|
||||
{"flush", FD_DBG_FLUSH, "Force flush after every draw"},
|
||||
{"deqp", FD_DBG_DEQP, "Enable dEQP hacks"},
|
||||
DEBUG_NAMED_VALUE_END
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -73,6 +73,7 @@ enum adreno_stencil_op fd_stencil_op(unsigned op);
|
|||
#define FD_DBG_GLSL120 0x0400
|
||||
#define FD_DBG_SHADERDB 0x0800
|
||||
#define FD_DBG_FLUSH 0x1000
|
||||
#define FD_DBG_DEQP 0x2000
|
||||
|
||||
extern int fd_mesa_debug;
|
||||
extern bool fd_binning_enabled;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue