This is an automated email from the git hooks/post-receive script. ecsv-guest pushed a commit to branch master in repository mupen64plus.
commit 2291d87be8165cc2dcedd2309ece7588b544afc2 Author: Sven Eckelmann <[email protected]> Date: Thu Jun 18 19:36:24 2009 +0200 Reduce screenflickering in some games when using rice_video --- debian/changelog | 2 + debian/patches/112-rice-screenflickering.patch | 125 +++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 128 insertions(+) diff --git a/debian/changelog b/debian/changelog index 9faec5f..fe5d464 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,8 @@ mupen64plus (1.5+dfsg1-2) UNRELEASED; urgency=low * debian:patches: - Add 111-rice-texturepack-crash.patch, Fix crash when loading textures from texturepacks with rice_video + - Add 112-rice-screenflickering.patch, Reduce screenflickering in some games + when using rice_video -- Sven Eckelmann <[email protected]> Thu, 18 Jun 2009 19:33:23 +0200 diff --git a/debian/patches/112-rice-screenflickering.patch b/debian/patches/112-rice-screenflickering.patch new file mode 100644 index 0000000..39c992c --- /dev/null +++ b/debian/patches/112-rice-screenflickering.patch @@ -0,0 +1,125 @@ +From d9b5a0bfedde0115013d309ae94a17ef3a2e8773 Mon Sep 17 00:00:00 2001 +From: Sven Eckelmann <[email protected]> +Date: Tue, 10 Mar 2009 02:46:01 +0000 +Subject: [PATCH] Fix screenflickering in some games with rice_video + + +Signed-off-by: Sven Eckelmann <[email protected]> +--- + config/RiceVideoLinux.ini | 40 +++++++++++++++++++++++++++++++++++++++- + 1 files changed, 39 insertions(+), 1 deletions(-) + +diff --git a/config/RiceVideoLinux.ini b/config/RiceVideoLinux.ini +index e2a476a..92fc73a 100644 +--- a/config/RiceVideoLinux.ini ++++ b/config/RiceVideoLinux.ini +@@ -253,6 +253,7 @@ Name=SIM CITY 2000 + {325e9b7280d928b7-45} + Name=GAUNTLET LEGENDS + FrameBufferEmulation=1 ++ScreenUpdateSetting=1 + + {0d4302e49dfcfcd2-45} + Name=Diddy Kong Racing +@@ -263,6 +264,7 @@ Name=TONY HAWK PRO SKATER + {b2bb524c6b0fabce-45} + Name=ARMYMENAIRCOMBAT + IncTexRectEdge ++ScreenUpdateSetting=1 + + {b6ce09347a51c8ce-45} + Name=SMASH BROTHERS +@@ -476,6 +478,7 @@ Name=WORMS N64 + {9bbfc5f3e2330f16-45} + Name=Rayman 2 + FastTextureCRC=1 ++ScreenUpdateSetting=1 + + {118a08497e959464-45} + Name=Turok 2: Seeds of Ev +@@ -508,7 +511,7 @@ Name=THPS3 + Name=VIGILANTE 8 + FullTMEM=2 + RenderToTexture=3 +-ScreenUpdateSetting=3 ++ScreenUpdateSetting=1 + + {e7dda46ae7f4e2e3-45} + Name=BATTLETANX +@@ -1001,6 +1004,7 @@ PrimaryDepthHack + + {b6730fb234fc7529-45} + Name=ARMYMEN SARGE 2 ++ScreenUpdateSetting=1 + + {1cfb9046446dd54c-45} + Name=GOLDEN NUGGET 64 +@@ -1071,6 +1075,7 @@ Name=NFL QBC 2000 + + {6960bfac62e1beea-45} + Name=CHOPPER_ATTACK ++ScreenUpdateSetting=1 + + {707ae874d4ae9362-50} + Name=ROADSTERS TROPHY +@@ -1120,6 +1125,7 @@ Name=WILD CHOPPERS + + {57062c866d89fd8d-45} + Name=Army Men Sarge ++ScreenUpdateSetting=1 + + {a18efce89183739f-45} + Name=CyberTiger +@@ -1190,6 +1196,7 @@ Name=TETRIS64 + + {c45db2418667721b-45} + Name=Lamborghini 64 ++ScreenUpdateSetting=1 + + {5007706bfe21d629-45} + Name=MACE +@@ -1292,6 +1299,7 @@ Name=PGA European Tour Go + + {94ad4c21243b1abe-45} + Name=CHOPPER_ATTACK ++ScreenUpdateSetting=1 + + {4716b67578bfda7a-45} + Name=MAGICAL TETRIS +@@ -1541,3 +1549,33 @@ Name=Cruis'n USA + {9723feeb34da74ff-45} + Name=SPACE INVADERS + ++{0e4016ac1a075dcf-45} ++Name=CAL SPEED ++ ++{e8960e1e6b82284e-45} ++Name=CHARLIE BLAST'S ++ ++{a00b78ba34db210f-45} ++Name=STARFOX64 ++ ++{e740d45311b01975-45} ++Name=Diddy Kong Racing ++ ++{134c3f03a7e79e31-45} ++Name=TWINE ++ScreenUpdateSetting=1 ++ ++{ccffc42d215affc8-50} ++Name=AIDYN_CHRONICLES ++ScreenUpdateSetting=1 ++ ++{91e285e16d76504e-45} ++Name=ALL STAR TENNIS '99 ++ ++{df1850253aaed657-45} ++Name=Lode Runner 3D ++ScreenUpdateSetting=1 ++ ++{71458cfac0f9e7bb-45} ++Name=MICKEY USA ++ +-- +1.6.3.1 + diff --git a/debian/patches/series b/debian/patches/series index d9ce299..a4fa977 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -10,3 +10,4 @@ 109-remove-nondfsg-icons.patch 110-glide64-noasm.patch 111-rice-texturepack-crash.patch +112-rice-screenflickering.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/mupen64plus.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

