mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-12 13:30:19 +00:00
gsk: Clarify debug category messages a bit
After discussion on IRC about debug messages: - FALLBACK is meant to be used for printing stuff about fallbacks (Cairo, offscreens, conversion when uploading, etc) - CAIRO is for overdrawing everything drawn with Cairo
This commit is contained in:
parent
4ce08a7b89
commit
3f97ba2041
@ -9,7 +9,7 @@ static const GdkDebugKey gsk_debug_keys[] = {
|
||||
{ "vulkan", GSK_DEBUG_VULKAN, "Vulkan renderer information" },
|
||||
{ "shaders", GSK_DEBUG_SHADERS, "Information about shaders" },
|
||||
{ "surface", GSK_DEBUG_SURFACE, "Information about surfaces" },
|
||||
{ "fallback", GSK_DEBUG_FALLBACK, "Information about fallbacks" },
|
||||
{ "fallback", GSK_DEBUG_FALLBACK, "Information about fallback usage in renderers" },
|
||||
{ "glyphcache", GSK_DEBUG_GLYPH_CACHE, "Information about glyph caching" },
|
||||
{ "verbose", GSK_DEBUG_VERBOSE, "Print verbose output while rendering" },
|
||||
{ "geometry", GSK_DEBUG_GEOMETRY, "Show borders (when using cairo)" },
|
||||
|
Loading…
Reference in New Issue
Block a user