[mupen64plus-video-glide64mk2] 19/60: Enable ARGB and YUV input to fix channel order in compressed textures

Sven Eckelmann ecsv-guest at moszumanska.debian.org
Thu Nov 26 06:16:10 UTC 2015


This is an automated email from the git hooks/post-receive script.

ecsv-guest pushed a commit to branch armhf_test
in repository mupen64plus-video-glide64mk2.

commit 66eace23adea73252497a4e1ca26f090ed18b4bf
Author: Sven Eckelmann <sven at narfation.org>
Date:   Mon Jul 8 22:56:22 2013 +0200

    Enable ARGB and YUV input to fix channel order in compressed textures
---
 debian/changelog                                |  8 ++++++++
 debian/patches/quantization_channel_order.patch | 17 +++++++++++++++++
 debian/patches/series                           |  1 +
 3 files changed, 26 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index d4d8ba8..446560e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,11 @@
+mupen64plus-video-glide64mk2 (2.0-2) UNRELEASED; urgency=low
+
+  * debian/patches:
+    - Add quantization_channel_order.patch, Enable ARGB and YUV input to fix
+      channel order in compressed textures
+
+ -- Sven Eckelmann <sven at narfation.org>  Mon, 08 Jul 2013 22:55:53 +0200
+
 mupen64plus-video-glide64mk2 (2.0-1) unstable; urgency=low
 
   * Initial release (Closes: #714994)
diff --git a/debian/patches/quantization_channel_order.patch b/debian/patches/quantization_channel_order.patch
new file mode 100644
index 0000000..96c180a
--- /dev/null
+++ b/debian/patches/quantization_channel_order.patch
@@ -0,0 +1,17 @@
+Description: Enable ARGB and YUV input to fix channel order in compressed textures
+Author: Sven Eckelmann <sven at narfation.org>
+
+---
+diff --git a/projects/unix/Makefile b/projects/unix/Makefile
+index fe15b081981349b73427fe860e824a82fc912470..6660cfef8975d3e9d4db0557156c4fc2b6ec51f5 100644
+--- a/projects/unix/Makefile
++++ b/projects/unix/Makefile
+@@ -374,7 +374,7 @@ SOURCE += \
+ 	$(SRCDIR)/GlideHQ/tc-1.1+/wrapper.c \
+ 	$(SRCDIR)/GlideHQ/tc-1.1+/texstore.c
+ 
+-CPPFLAGS += -DTEXTURE_FILTER # -DDUMP_CACHE
++CPPFLAGS += -DTEXTURE_FILTER -DARGB -DYUV # -DDUMP_CACHE
+ LDLIBS += -lboost_filesystem$(BOOST_SUFFIX) -lboost_system$(BOOST_SUFFIX)
+ endif
+ 
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c616d8f
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+quantization_channel_order.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus-video-glide64mk2.git



More information about the Pkg-games-commits mailing list