mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-12-26 05:31:07 +00:00
gpu: More debug spew
Print out the direction of the cicp conversion.
This commit is contained in:
parent
da07f1221f
commit
d53b3f9941
@ -31,6 +31,8 @@ gsk_gpu_convert_cicp_op_print_instance (GskGpuShaderOp *shader,
|
||||
gsk_gpu_print_image (string, shader->images[0]);
|
||||
if (shader->variation & VARIATION_STRAIGHT_ALPHA)
|
||||
gsk_gpu_print_string (string, "straight");
|
||||
if (shader->variation & VARIATION_REVERSE)
|
||||
gsk_gpu_print_string (string, "reverse");
|
||||
g_string_append_printf (string, "cicp %u/%u/%u/%u",
|
||||
instance->color_primaries,
|
||||
instance->transfer_function,
|
||||
|
Loading…
Reference in New Issue
Block a user