mirror of
https://github.com/brl/mutter.git
synced 2025-01-24 02:19:15 +00:00
5a5b21446c
A simple, GLSL shader-based blur effect. The blur shader is taken straight from the test-shader.c interactive test case. It's a fairly clunky, inefficient and visually incorrect implementation of a box blur, but it's all we have right now until I figure out a way to do multi-pass shading with the current API.