[gtk/wip/baedert/for-master: 15/23] gl renderer: Add missing debug output for repeat ops




commit 634fa772c991608462b7b2134c50f8ce3a78e26c
Author: Timm Bäder <mail baedert org>
Date:   Fri Dec 18 18:13:28 2020 +0100

    gl renderer: Add missing debug output for repeat ops

 gsk/gl/gskglrenderer.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/gsk/gl/gskglrenderer.c b/gsk/gl/gskglrenderer.c
index 7c11ee8698..4af89c5258 100644
--- a/gsk/gl/gskglrenderer.c
+++ b/gsk/gl/gskglrenderer.c
@@ -3199,6 +3199,7 @@ static inline void
 apply_repeat_op (const Program  *program,
                  const OpRepeat *op)
 {
+  OP_PRINT (" -> Repeat");
   glUniform4fv (program->repeat.child_bounds_location, 1, op->child_bounds);
   glUniform4fv (program->repeat.texture_rect_location, 1, op->texture_rect);
 }


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]