[Intel-gfx] [PATCH 06/12] Remove glamor support from UXA acceleration
Eric Anholt
eric at anholt.net
Thu Jul 31 03:42:44 CEST 2014
Keith Packard <keithp at keithp.com> writes:
> Makes UXA no longer include calls to glamor acceleration functions.
>
> Signed-off-by: Keith Packard <keithp at keithp.com>
> ---
> src/uxa/Makefile.am | 9 --
> src/uxa/intel_dri.c | 60 +------------
> src/uxa/intel_driver.c | 1 -
> src/uxa/intel_uxa.c | 49 -----------
> src/uxa/intel_uxa.h | 1 -
> src/uxa/uxa-accel.c | 230 -------------------------------------------------
> src/uxa/uxa-glamor.h | 65 --------------
> src/uxa/uxa-glyphs.c | 28 ------
> src/uxa/uxa-render.c | 79 -----------------
> src/uxa/uxa.c | 7 --
> src/uxa/uxa.h | 16 ----
> 11 files changed, 2 insertions(+), 543 deletions(-)
> delete mode 100644 src/uxa/uxa-glamor.h
>
> diff --git a/src/uxa/Makefile.am b/src/uxa/Makefile.am
> index 23b074d..b9618c9 100644
> --- a/src/uxa/Makefile.am
> +++ b/src/uxa/Makefile.am
> @@ -34,7 +34,6 @@ libuxa_la_SOURCES = \
> intel_batchbuffer.h \
> intel_display.c \
> intel_driver.c \
> - intel_glamor.h \
> intel_memory.c \
> intel_uxa.c \
> intel_video.c \
> @@ -65,14 +64,6 @@ libuxa_la_SOURCES = \
> uxa-unaccel.c
> $(NULL)
>
> -if GLAMOR
> -AM_CFLAGS += $(LIBGLAMOR_CFLAGS)
> -libuxa_la_LIBADD += $(LIBGLAMOR_LIBS)
> -libuxa_la_SOURCES += \
> - intel_glamor.c \
> - $(NULL)
> -endif
> -
Something weird happened in this commit.
uxa-glamor.h is removed from the repo, but the makefile only drops
intel_glamor.h, which keeps getting used. I suspect make distcheck is
broken.
intel_glamor.c is no longer built, but USE_GLAMOR might still be defined
I think, and if so intel_glamor_flush() from it is still getting called.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 818 bytes
Desc: not available
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20140730/f9132701/attachment.sig>
More information about the Intel-gfx
mailing list