summaryrefslogtreecommitdiff
path: root/lib/rendercopy.h
diff options
context:
space:
mode:
authorDamien Lespiau <damien.lespiau@intel.com>2013-02-27 14:57:33 +0000
committerDamien Lespiau <damien.lespiau@intel.com>2014-09-30 12:21:02 +0100
commitaa7f9cf881a50370cdf49c6210d8224c32943d24 (patch)
treeca74a78590b3df2a8f6c542836b3bd8539b9d660 /lib/rendercopy.h
parent334f657e981e2f2278d26516f0ebd559f2ebbfb7 (diff)
rendercopy/skl: Start the gen9 rendercopy from the gen8 version
v2 (Ben): Rebased on: commit ea11d103e0617e33bce6f11328521d15b13422b0 Author: Oscar Mateo <oscar.mateo@intel.com> Date: Tue Nov 12 11:50:35 2013 +0000 build: list all test/tool/lib source files in their own Makefile.sources v3: (Ben): Rebased on the doc/API rework. Probably needs review Signed-off-by: Damien Lespiau <damien.lespiau@intel.com> Signed-off-by: Ben Widawsky <benjamin.widawsky@intel.com>
Diffstat (limited to 'lib/rendercopy.h')
-rw-r--r--lib/rendercopy.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/rendercopy.h b/lib/rendercopy.h
index 20619d66..f15df0e4 100644
--- a/lib/rendercopy.h
+++ b/lib/rendercopy.h
@@ -23,6 +23,10 @@ static inline void emit_vertex_normalized(struct intel_batchbuffer *batch,
OUT_BATCH(u.ui);
}
+void gen9_render_copyfunc(struct intel_batchbuffer *batch,
+ struct igt_buf *src, unsigned src_x, unsigned src_y,
+ unsigned width, unsigned height,
+ struct igt_buf *dst, unsigned dst_x, unsigned dst_y);
void gen8_render_copyfunc(struct intel_batchbuffer *batch,
drm_intel_context *context,
struct igt_buf *src, unsigned src_x, unsigned src_y,