summaryrefslogtreecommitdiff
path: root/src/intel_glamor.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intel_glamor.c')
-rw-r--r--src/intel_glamor.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/intel_glamor.c b/src/intel_glamor.c
index 0cf8ed75..8daa4b19 100644
--- a/src/intel_glamor.c
+++ b/src/intel_glamor.c
@@ -78,6 +78,13 @@ intel_glamor_pre_init(ScrnInfoPtr scrn)
return TRUE;
}
+PixmapPtr
+intel_glamor_create_pixmap(ScreenPtr screen, int w, int h,
+ int depth, unsigned int usage)
+{
+ return glamor_create_pixmap(screen, w, h, depth, usage);
+}
+
Bool
intel_glamor_create_textured_pixmap(PixmapPtr pixmap)
{