projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0c4a70b
)
lima: remove definition of lima_is_scanout
author
Qiang Yu
<yuq825@gmail.com>
Thu, 6 Feb 2020 12:20:28 +0000
(20:20 +0800)
committer
Marge Bot
<eric+marge@anholt.net>
Mon, 17 Feb 2020 02:54:15 +0000
(
02:54
+0000)
There is no implementation of this function.
Reviewed-by: Vasily Khoruzhick <anarsoul@gmail.com>
Signed-off-by: Qiang Yu <yuq825@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/merge_requests/3755>
src/gallium/drivers/lima/lima_context.h
patch
|
blob
|
history
diff --git
a/src/gallium/drivers/lima/lima_context.h
b/src/gallium/drivers/lima/lima_context.h
index 375437d92b093403081bedd7ea21c8de1fd55c18..e61605faacfda68d89a335091794517ad65b3f83 100644
(file)
--- a/
src/gallium/drivers/lima/lima_context.h
+++ b/
src/gallium/drivers/lima/lima_context.h
@@
-299,6
+299,5
@@
lima_context_create(struct pipe_screen *pscreen, void *priv, unsigned flags);
void lima_flush(struct lima_context *ctx);
bool lima_need_flush(struct lima_context *ctx, struct lima_bo *bo, bool write);
-bool lima_is_scanout(struct lima_context *ctx);
#endif