gtk/gsk/gpu/shaders
Benjamin Otte bf39fa3b3b gpu: Hook up immutable samplers to shaders
Define an array with a compile-time-constant variable size for the
immutable samplers.

A bunch of work is necessary to ensure that at least one element is in
the sampler array, because the GLSL code
  sampler2D immutable_textures[0];
is invalid.
2024-01-07 07:22:51 +01:00
..
color.glsl gpu: Add support for mask patterns 2024-01-07 07:22:50 +01:00
common-gl.glsl gpu: Turn globals into macros 2024-01-07 07:22:50 +01:00
common-vulkan.glsl gpu: Hook up immutable samplers to shaders 2024-01-07 07:22:51 +01:00
common.glsl gpu: Add a box shadow shader 2024-01-07 07:22:51 +01:00
ellipse.glsl
enums.glsl gpu: Add support for mask patterns 2024-01-07 07:22:50 +01:00
generate-header.py
gradient.glsl gpu: Add linear gradients to pattern shader 2024-01-07 07:22:50 +01:00
gskgpublur.glsl gpu: Turn globals into macros 2024-01-07 07:22:50 +01:00
gskgpuborder.glsl gpu: Turn globals into macros 2024-01-07 07:22:50 +01:00
gskgpuboxshadow.glsl gpu: Add a box shadow shader 2024-01-07 07:22:51 +01:00
gskgpucolor.glsl gpu: Add a color shader 2024-01-07 07:22:50 +01:00
gskgpucolorize.glsl gpu: Introduce gsk_texture() shader function/macro 2024-01-07 07:22:50 +01:00
gskgpuroundedcolor.glsl gpu: Add a rounded color shader 2024-01-07 07:22:50 +01:00
gskgputexture.glsl gpu: Introduce gsk_texture() shader function/macro 2024-01-07 07:22:50 +01:00
gskgpuuber.glsl
meson.build gpu: Add a box shadow shader 2024-01-07 07:22:51 +01:00
pattern.glsl gpu: Turn globals into macros 2024-01-07 07:22:50 +01:00
process-glsl-includes.py
rect.glsl gpu: Turn globals into macros 2024-01-07 07:22:50 +01:00
roundedrect.glsl gpu: Handle overlapping rounded rect corners 2024-01-07 07:22:51 +01:00