Render: directly use the backing store buffer
[profile/ivi/vaapi-intel-driver.git] / src / i965_render.h
index 56dc222..6537873 100644 (file)
@@ -87,6 +87,7 @@ void
 intel_render_put_surface(
     VADriverContextP   ctx,
     VASurfaceID        surface,
+    struct object_surface *obj_surface,
     const VARectangle *src_rect,
     const VARectangle *dst_rect,
     unsigned int       flags
@@ -95,7 +96,7 @@ intel_render_put_surface(
 void
 intel_render_put_subpicture(
     VADriverContextP   ctx,
-    VASurfaceID        surface,
+    struct object_surface *obj_surface,
     const VARectangle *src_rect,
     const VARectangle *dst_rect
 );