summaryrefslogtreecommitdiff
path: root/src/i965_render.h
diff options
context:
space:
mode:
authorXiang, Haihao <haihao.xiang@intel.com>2013-03-13 15:26:33 +0800
committerXiang, Haihao <haihao.xiang@intel.com>2013-03-15 15:45:28 +0800
commitc93c0cbf6934e15bc340643c51cd6b5925531c41 (patch)
tree6a242b06c387e37fe1000bab0f71ba2ccf3f151f /src/i965_render.h
parent4b256a2f9e1c9316fe1e6238dafb6fd5fb28566f (diff)
downloadlibva-intel-driver-c93c0cbf6934e15bc340643c51cd6b5925531c41.tar.gz
libva-intel-driver-c93c0cbf6934e15bc340643c51cd6b5925531c41.tar.bz2
libva-intel-driver-c93c0cbf6934e15bc340643c51cd6b5925531c41.zip
Render: directly use the backing store buffer
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'src/i965_render.h')
-rw-r--r--src/i965_render.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/i965_render.h b/src/i965_render.h
index 56dc222..6537873 100644
--- a/src/i965_render.h
+++ b/src/i965_render.h
@@ -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
);