mirror of
https://github.com/servo/servo.git
synced 2025-08-14 09:55:35 +01:00
Add a headless null compositor
We also have to disable rendering in headless mode because it uses OpenGL calls for now. Fixes #471.
This commit is contained in:
parent
ecc3db7b1f
commit
1b785f150c
5 changed files with 60 additions and 1 deletions
|
@ -72,6 +72,7 @@ make
|
|||
- `-p INTERVAL` turns on the profiler and dumps info to the console every
|
||||
`INTERVAL` seconds
|
||||
- `-s SIZE` sets the tile size for rendering; defaults to 512
|
||||
- `-z` disables all graphical output; useful for running JS / layout tests
|
||||
|
||||
### Keyboard Shortcuts
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue