summaryrefslogtreecommitdiff
path: root/lib/media_fill.h
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 15:35:16 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-03-22 15:39:29 +0100
commitaaebbc513a2f1fd94e9db5fc2841c2bd617e3472 (patch)
tree18061926b80258fc6ac5cd20e84d9620ea9ae654 /lib/media_fill.h
parent7dc0001f3db58af82f7e34c83a9fdb5fe90baccd (diff)
lib: make media_fill.h an internal header
Same deal as with rendercopy.h. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'lib/media_fill.h')
-rw-r--r--lib/media_fill.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/lib/media_fill.h b/lib/media_fill.h
index 9115776a..4b2fd3a4 100644
--- a/lib/media_fill.h
+++ b/lib/media_fill.h
@@ -19,14 +19,6 @@
#include "intel_batchbuffer.h"
#include "intel_gpu_tools.h"
-typedef void (*media_fillfunc_t)(struct intel_batchbuffer *batch,
- struct scratch_buf *dst,
- unsigned x, unsigned y,
- unsigned width, unsigned height,
- uint8_t color);
-
-media_fillfunc_t get_media_fillfunc(int devid);
-
void
gen8_media_fillfunc(struct intel_batchbuffer *batch,
struct scratch_buf *dst,