Post Reply 
 
Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Bleach: Heat The Soul 7
02-11-2013, 08:58 PM (This post was last modified: 02-11-2013 09:05 PM by JumperTwo.)
Post: #31
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, i'm done testing, here's my results :

First of all, i tried Half Minute Hero (the only game i own of your list) with your hack (the OR condition,with both 6 and 11 values).i have not spotted any corruption,here there are a few screenshots
           
Than i reverted the hack and changed the line to if (block), result :
a little less speed than the previous change

with the second change, result :
much more slower

third change,result :
good speed, more than the first hack you did (even with value 11)

i also tried :
if(__builtin_expect((vai->numDraws > 16), 0))
vai->framesUntilNextFullHash = std::min(64, vai->numDraws);
else
vai->framesUntilNextFullHash = std::min(64, vai->numFrames);

just to test if speed is influenced , and seems a tiny bit more faster
Find all posts by this user
Quote this message in a reply
02-11-2013, 09:18 PM (This post was last modified: 02-11-2013 10:16 PM by [Unknown].)
Post: #32
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Thanks for all this testing, it really helps. The last one seems pretty good and should be pretty safe too.

-[Unknown]

Umm, wow, I think I found it. Duh. If you can test one more time:

Revert everything, and move this line:
Code:
vai->lastFrame = gpuStats.numFrames;

Just above these lines:
Code:
        } else {
            DecodeVerts();
rotateVBO:

Arg, I really should've caught that.

-[Unknown]
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:03 PM
Post: #33
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
No problem, reverted and moved the line.Hmm..now it's very slow again
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:08 PM
Post: #34
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:03 PM)JumperTwo Wrote:  No problem, reverted and moved the line.Hmm..now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:08 PM
Post: #35
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Hmm, well, I'll debug it in a few hours. Knowing which are faster or not for you really helps. Probably a combination of both changes is what's needed.

-[Unknown]
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:13 PM (This post was last modified: 02-11-2013 11:14 PM by Carter07.)
Post: #36
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93

JumperTwo (and others if have this game) please can try it?
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:14 PM (This post was last modified: 02-11-2013 11:14 PM by JumperTwo.)
Post: #37
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:08 PM)Carter07 Wrote:  
(02-11-2013 11:03 PM)JumperTwo Wrote:  No problem, reverted and moved the line.Hmm..now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).

did you also revert the changes? this is what i have :

vai->lastFrame = gpuStats.numFrames;
} else {
DecodeVerts();
rotateVBO:

am i missing something?
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:20 PM (This post was last modified: 02-11-2013 11:38 PM by Carter07.)
Post: #38
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:14 PM)JumperTwo Wrote:  
(02-11-2013 11:08 PM)Carter07 Wrote:  
(02-11-2013 11:03 PM)JumperTwo Wrote:  No problem, reverted and moved the line.Hmm..now it's very slow again

Are you sure? moving the line above the else branch made it fast again on my phone (lg l9 ics).

did you also revert the changes? this is what i have :

vai->lastFrame = gpuStats.numFrames;
} else {
DecodeVerts();
rotateVBO:

am i missing something?

I started from a plain source downloaded 30 minutes ago and did only this change (moved line).
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:21 PM
Post: #39
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:13 PM)Carter07 Wrote:  I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93

JumperTwo (and others if have this game) please can try it?

Ok, fast for me.i just don't understand why i cannot reproduce this, are you sure to have reverted the previous changes?
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:28 PM (This post was last modified: 02-11-2013 11:29 PM by Carter07.)
Post: #40
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
(02-11-2013 11:21 PM)JumperTwo Wrote:  
(02-11-2013 11:13 PM)Carter07 Wrote:  I uploaded my apk:
http://www.mediafire.com/?sax1vhj84xkms93

JumperTwo (and others if have this game) please can try it?

Ok, fast for me.i just don't understand why i cannot reproduce this, are you sure to have reverted the previous changes?

Umh I suggest to delete everything (workspace, ppsspp master, native folders) and start from a plain source from github.

I'm sure I did it right, this is the first change I tried Wink
Find all posts by this user
Quote this message in a reply
02-11-2013, 11:32 PM (This post was last modified: 02-12-2013 12:12 AM by JumperTwo.)
Post: #41
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, solved. seems like commenting out old changes (and the moved line) was not enough for my computer, removed them and now it's working fast again. i'm getting a lot of crash and strange compilation behaviour recently, suspect i got bad ram

Carter07 can you try a combination with the previous changes? seems to going faster for me (+3 fps average)
Find all posts by this user
Quote this message in a reply
02-12-2013, 07:29 AM
Post: #42
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Turns out that still had glitches in several games. I tried this, I'd really like to know if it's still better or at least not so bad:

https://github.com/hrydgard/ppsspp/pull/666

I think there could still be many improvements, but wanting to get it at least caching again.

-[Unknown]
Find all posts by this user
Quote this message in a reply
02-12-2013, 08:47 AM (This post was last modified: 02-12-2013 08:50 AM by JumperTwo.)
Post: #43
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
downloaded and tried revision 403 , on Bleach speed is great (just a little tiny less than the previous combination,but very little)
Find all posts by this user
Quote this message in a reply
02-12-2013, 10:18 AM (This post was last modified: 02-12-2013 12:31 PM by Carter07.)
Post: #44
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
Ok, I'll experiment later with vertex cache.

For now I'm tring to find what build caused missing textures in bleach 7 and a lot of other games, it seems an android-only related bug because in windows can't replicate it, turning vertex cache on and off changes nothing.
I think it was introduced in the last 2-3 days as far I remember.

EDIT: found and segnaled to github


Attached File(s) Thumbnail(s)
   
Find all posts by this user
Quote this message in a reply
02-12-2013, 05:13 PM
Post: #45
RE: (Windows v0.6) Bleach Heat of the Soul 7 [UCJS-10110]
I tested the v0.6-408 build and there are no speed increment for me (SGS2) it runs 12-20 FPS Ingame.

I also never had the textures missing problem on android.
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump: