Age | Commit message (Collapse) | Author |
|
This allows raw GL calls outside wlr_renderer to be removed.
|
|
|
|
|
|
|
|
|
|
|
|
so we can use the alpha channel to e.g. blend in textures
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
compositor_fini destroys the display, but it is an error to destroy it
before e.g. wlr_seat that references it.
This lets us order destroy calls properly, following first-in-last-out
logic.
|
|
|
|
Put all the config parsing into shared.h so it is shared among the examples.
|
|
|
|
Resolves #76
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
And the compositor example into its own directory
|