summaryrefslogtreecommitdiff
path: root/gsk/vulkan
Commit message (Collapse)AuthorAgeFilesLines
* gdk: Add GDK_MEMORY_DEFAULTBenjamin Otte2018-03-181-3/+1
| | | | | | | 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.
* gdk: Remove gdk_texture_new_from_data()Benjamin Otte2018-03-181-1/+8
| | | | Use gdk_memory_texture_new() instead.
* vulkan: Keep track of command buffersBenjamin Otte2018-02-171-0/+20
| | | | Fixes a rather large memleak.
* gsk: Reorganize env varsMatthias Clasen2018-01-143-5/+7
| | | | | Get rid of GSK_RENDERING_MODE and add the flags to GSK_DEBUG, following the same pattern we use in gdk now.
* gsk: make logging per-rendererMatthias Clasen2018-01-145-39/+45
| | | | | | | 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.
* gsk: Move Vulkan sources to a subdirectoryMatthias Clasen2018-01-0646-0/+7961
Following what was already done for GL.