Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | scaler: Use new snapshot transforms | Benjamin Otte | 2019-02-21 | 1 | -16/+10 |
| | |||||
* | snapshot: Redo debug messages | Benjamin Otte | 2018-04-24 | 1 | -4/+1 |
| | | | | | Instead of every snapshot function having debug messages, have an explicit gtk_snapshot_push_debug() function that appends a debug node. | ||||
* | image: Load resources and files into textures | Benjamin Otte | 2018-03-16 | 1 | -0/+173 |
Instead of loading them into surfaces (which we want to get rid of), we load into textures. In fact, we introduce a new paintable subclass called a GtkScaler that takes care of tracking scaling. This also ideally gets rid of an extra conversion once renderers learn to render textures directly. |