projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f987504
)
gl renderer: Remove an outdated comment
author
Timm Bäder
<mail@baedert.org>
Sun, 27 May 2018 15:37:22 +0000
(17:37 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 27 May 2018 15:51:51 +0000
(17:51 +0200)
gsk/gl/gskglrenderer.c
patch
|
blob
|
history
diff --git
a/gsk/gl/gskglrenderer.c
b/gsk/gl/gskglrenderer.c
index a0e962524dad29be29c8c7cecb77edf54744aefd..3f14304b943075203d0833fac2314d4ca8fd0b7f 100644
(file)
--- a/
gsk/gl/gskglrenderer.c
+++ b/
gsk/gl/gskglrenderer.c
@@
-1602,8
+1602,6
@@
apply_color_op (const Program *program,
const RenderOp *op)
{
OP_PRINT (" -> Color: (%f, %f, %f, %f)", op->color.red, op->color.green, op->color.blue, op->color.alpha);
- /* TODO: We use color.color_location here and this is right for all three of the programs above,
- * but that's just a coincidence. */
glUniform4f (program->color.color_location,
op->color.red, op->color.green, op->color.blue, op->color.alpha);
}