summaryrefslogtreecommitdiff
path: root/src/cairo-gl-surface.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2009-07-28 17:32:30 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2009-07-28 20:56:48 +0100
commit4b7a1a2da7a7f55db788cbfb3164f9f948bbb26b (patch)
treeb1a36a2f593080b66049177928c738118a752e9f /src/cairo-gl-surface.c
parent780a95b024c5880353ffc256a634eb3bcc641601 (diff)
[gl] Disable the EXTEND_REFLECT convertor
As we can handle EXTEND_REFLECT via the samplers, we do not need to convert such patterns to EXTEND_REPEAT during acquisition.
Diffstat (limited to 'src/cairo-gl-surface.c')
-rw-r--r--src/cairo-gl-surface.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cairo-gl-surface.c b/src/cairo-gl-surface.c
index 72d38760..72f79e54 100644
--- a/src/cairo-gl-surface.c
+++ b/src/cairo-gl-surface.c
@@ -1065,7 +1065,7 @@ _cairo_gl_pattern_texture_setup (cairo_gl_composite_operand_t *operand,
CAIRO_CONTENT_COLOR_ALPHA,
src_x, src_y,
width, height,
- CAIRO_PATTERN_ACQUIRE_NO_REFLECT,
+ CAIRO_PATTERN_ACQUIRE_NONE,
(cairo_surface_t **)
&surface,
attributes);