mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-29 12:49:08 +00:00
Ladybird+WebContent: Add option to use GPU painter
Adds `--enable-gpu-painting` param to enable painting command executor that uses LibAccelGfx.
This commit is contained in:
committed by
Andreas Kling
parent
7d26cbf523
commit
b6732b0234
@@ -25,6 +25,11 @@ enum class EnableCallgrindProfiling {
|
||||
Yes
|
||||
};
|
||||
|
||||
enum class EnableGPUPainting {
|
||||
No,
|
||||
Yes
|
||||
};
|
||||
|
||||
enum class IsLayoutTestMode {
|
||||
No,
|
||||
Yes
|
||||
|
||||
Reference in New Issue
Block a user