[PATCH weston 5/9] clients/simple-dmabuf-intel: rename to simple-dmabuf-drm
Eric Engestrom
eric.engestrom at imgtec.com
Thu Nov 17 12:16:19 UTC 2016
On Thursday, 2016-11-17 17:25:59 +0530, Varad Gautam wrote:
> From: Varad Gautam <varad.gautam at collabora.com>
>
> this will allow adding other drm backends later.
>
> Signed-off-by: Varad Gautam <varad.gautam at collabora.com>
> ---
> Makefile.am | 12 +-
> clients/simple-dmabuf-drm.c | 668 ++++++++++++++++++++++++++++++++++++++++++
> clients/simple-dmabuf-intel.c | 668 ------------------------------------------
> configure.ac | 22 +-
> 4 files changed, 685 insertions(+), 685 deletions(-)
> create mode 100644 clients/simple-dmabuf-drm.c
> delete mode 100644 clients/simple-dmabuf-intel.c
Hint: next time, you could use `git format-patch -M` to show renames,
instead of delete + create.
Makes reading the diff (and therefore reviewing) much easier :)
More information about the wayland-devel
mailing list