radv: introduce perf test env var and allow to enable chaining
We have some features that seem to slow things down or cause other possible undesireable side effects, but it would be nice to test games etc with them easily. I forsee multisample DCC and maybe some shader opt changes using this. For now use it for batch chaining. Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -37,4 +37,7 @@ enum {
|
||||
RADV_DEBUG_NO_IBS = 0x200,
|
||||
};
|
||||
|
||||
enum {
|
||||
RADV_PERFTEST_BATCHCHAIN = 0x1,
|
||||
};
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user