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:
Keegan McAllister 2013-10-18 16:16:48 -07:00
parent ecc3db7b1f
commit 1b785f150c
5 changed files with 60 additions and 1 deletions

View file

@ -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