cogl: Remove pango debug flag
As there is no pango usage as part of cogl anymore Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/4004>
This commit is contained in:
parent
7cae64fccd
commit
76b2655495
@ -69,11 +69,6 @@ OPT (DRAW,
|
|||||||
"draw",
|
"draw",
|
||||||
N_("Trace Misc Drawing"),
|
N_("Trace Misc Drawing"),
|
||||||
N_("Trace some misc drawing operations"))
|
N_("Trace some misc drawing operations"))
|
||||||
OPT (PANGO,
|
|
||||||
N_("Cogl Tracing"),
|
|
||||||
"pango",
|
|
||||||
N_("Trace Pango Renderer"),
|
|
||||||
N_("Trace the Cogl Pango renderer"))
|
|
||||||
OPT (TEXTURE_PIXMAP,
|
OPT (TEXTURE_PIXMAP,
|
||||||
N_("Cogl Tracing"),
|
N_("Cogl Tracing"),
|
||||||
"texture-pixmap",
|
"texture-pixmap",
|
||||||
|
@ -53,7 +53,6 @@ static const GDebugKey cogl_log_debug_keys[] = {
|
|||||||
{ "matrices", COGL_DEBUG_MATRICES },
|
{ "matrices", COGL_DEBUG_MATRICES },
|
||||||
{ "draw", COGL_DEBUG_DRAW },
|
{ "draw", COGL_DEBUG_DRAW },
|
||||||
{ "opengl", COGL_DEBUG_OPENGL },
|
{ "opengl", COGL_DEBUG_OPENGL },
|
||||||
{ "pango", COGL_DEBUG_PANGO },
|
|
||||||
{ "show-source", COGL_DEBUG_SHOW_SOURCE},
|
{ "show-source", COGL_DEBUG_SHOW_SOURCE},
|
||||||
{ "show-uniforms", COGL_DEBUG_SHOW_UNIFORMS},
|
{ "show-uniforms", COGL_DEBUG_SHOW_UNIFORMS},
|
||||||
{ "framebuffer", COGL_DEBUG_FRAMEBUFFER },
|
{ "framebuffer", COGL_DEBUG_FRAMEBUFFER },
|
||||||
|
@ -44,7 +44,6 @@ typedef enum
|
|||||||
COGL_DEBUG_FRAMEBUFFER,
|
COGL_DEBUG_FRAMEBUFFER,
|
||||||
COGL_DEBUG_OFFSCREEN,
|
COGL_DEBUG_OFFSCREEN,
|
||||||
COGL_DEBUG_DRAW,
|
COGL_DEBUG_DRAW,
|
||||||
COGL_DEBUG_PANGO,
|
|
||||||
COGL_DEBUG_RECTANGLES,
|
COGL_DEBUG_RECTANGLES,
|
||||||
COGL_DEBUG_OBJECT,
|
COGL_DEBUG_OBJECT,
|
||||||
COGL_DEBUG_BLEND_STRINGS,
|
COGL_DEBUG_BLEND_STRINGS,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user