| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
This is the default memory format.
I added it because it is way better than including a private header and
using GDK_MEMORY_CAIRO_FORMAT_ARGB32.
|
|
|
|
| |
Use gdk_memory_texture_new() instead.
|
|
|
|
| |
Fixes a rather large memleak.
|
|
|
|
|
| |
Get rid of GSK_RENDERING_MODE and add the flags to GSK_DEBUG,
following the same pattern we use in gdk now.
|
|
|
|
|
|
|
| |
Add a setter for per-renderer debug flags, and use
them where possible. Some places don't have easy access
to a renderer, so this is not complete.
Also, use g_message instead of g_print throughout.
|
|
Following what was already done for GL.
|