mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Lucas Stach <l.stach@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: [ptxdist] [PATCH 1/2] mesa-demos: remove option to build OpenVG demos
Date: Thu, 28 Jan 2016 13:13:43 +0100	[thread overview]
Message-ID: <1453983224-6960-1-git-send-email-l.stach@pengutronix.de> (raw)

Current MESA versions have dropped the VG state tracker, so
there is no way to provide OpenVG acceleration anymore.
Disable the respective demos unconditionally.

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/mesa-demos.in   | 20 --------------------
 rules/mesa-demos.make |  4 +---
 2 files changed, 1 insertion(+), 23 deletions(-)

diff --git a/rules/mesa-demos.in b/rules/mesa-demos.in
index 5ea2f87ce099..192bbd01d0e9 100644
--- a/rules/mesa-demos.in
+++ b/rules/mesa-demos.in
@@ -8,7 +8,6 @@ menuconfig MESA_DEMOS
 	select MESALIB_EGL		if MESA_DEMOS_EGL
 	select MESALIB_GLES1		if MESA_DEMOS_GLES1
 	select MESALIB_GLES2		if MESA_DEMOS_GLES2
-	select MESALIB_OPENVG		if MESA_DEMOS_VG
 	select MESALIB_EGL_WAYLAND	if MESA_DEMOS_WAYLAND
 	select XORG_LIB_X11		if MESA_DEMOS_X11
 	select XORG_LIB_XEXT		if MESA_DEMOS_X11
@@ -177,23 +176,4 @@ config MESA_DEMOS_ES2GEARS_WAYLAND
 
 endif
 
-menuconfig MESA_DEMOS_VG
-	bool
-	select MESA_DEMOS_GLES1
-	select MESA_DEMOS_EGL
-	select MESA_DEMOS_X11
-	prompt "OpenVG demos"
-
-if MESA_DEMOS_VG
-
-config MESA_DEMOS_VGIMAGE2TEX
-	bool
-	prompt "vgimage2tex"
-
-config MESA_DEMOS_TEX2VGIMAGE
-	bool
-	prompt "tex2vgimage"
-
-endif
-
 endif
diff --git a/rules/mesa-demos.make b/rules/mesa-demos.make
index a83d54e258e0..90ef9f9ac988 100644
--- a/rules/mesa-demos.make
+++ b/rules/mesa-demos.make
@@ -44,7 +44,7 @@ MESA_DEMOS_CONF_OPT	:= \
 	--$(call ptx/endis, PTXCONF_MESA_DEMOS_EGL)-egl \
 	--$(call ptx/endis, PTXCONF_MESA_DEMOS_GLES1)-gles1 \
 	--$(call ptx/endis, PTXCONF_MESA_DEMOS_GLES2)-gles2 \
-	--$(call ptx/endis, PTXCONF_MESA_DEMOS_VG)-vg \
+	--disable-vg \
 	--disable-osmesa \
 	--disable-libdrm \
 	--$(call ptx/endis, PTXCONF_MESA_DEMOS_X11)-x11 \
@@ -90,8 +90,6 @@ MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_ES2GEARS_SCREEN)	+= es2gears_screen
 MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_ES2GEARS_WAYLAND)	+= es2gears_wayland
 MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_ES2GEARS_X11)	+= es2gears_x11
 MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_ES2TRI)		+= es2tri
-MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_TEX2VGIMAGE)	+= tex2vgimage
-MESA_DEMOS_BIN-$(PTXCONF_MESA_DEMOS_VGIMAGE2TEX)	+= vgimage2tex
 
 $(STATEDIR)/mesa-demos.targetinstall:
 	@$(call targetinfo)
-- 
2.7.0.rc3


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

             reply	other threads:[~2016-01-28 12:13 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-01-28 12:13 Lucas Stach [this message]
2016-01-28 12:13 ` [ptxdist] [PATCH 2/2] mesalib: version bump 10.3.3 -> 11.1.1 Lucas Stach
2016-02-11 11:27 ` [ptxdist] [PATCH 1/2] mesa-demos: remove option to build OpenVG demos Michael Olbrich

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1453983224-6960-1-git-send-email-l.stach@pengutronix.de \
    --to=l.stach@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox