• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › General Discussion v
« Previous 1 ... 84 85 86 87 88 ... 369 Next »

What exactly causes shader cache stuttering?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
What exactly causes shader cache stuttering?
04-03-2015, 11:58 AM (This post was last modified: 04-03-2015, 12:00 PM by Fiora.)
#2
Fiora Offline
x86 JIT Princess
**********
Developers (Some Administrators and Super Moderators)
Posts: 237
Threads: 0
Joined: Aug 2014
It takes time to compile the shaders that represent the current Gamecube GPU pipeline configuration, and since this is done by the graphics driver, there's no direct way around it.

Possible solutions include:

1) Ishiruuka's solution: just don't display the object until its shader is compiled, causing potentially bad graphical glitches but avoiding stutters.

2) Ubershader solution: compile an ubershader (or a set of ubershaders) that can represent any Gamecube GPU pipeline configuration, and load that until the specialized one is finished compiling. Nobody's done this one yet, so it's not certain it would work effectively.

3) Partial ubershader: identify families of shaders which are similar but differ in small ways, and compile slightly more generic versions than currently (but not fully generic) so that a single shader can represent all those slight variations, thus dramatically reducing the number of shaders necessary (and much less stuttering). This would require analysis of how games configure the GPU pipeline and what sort of shaders are typically generated in games that generate very large numbers of shaders, like Metroid.
Website Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
What exactly causes shader cache stuttering? - Gamedominator06 - 04-03-2015, 10:34 AM
RE: What exactly causes shader cache stuttering? - Fiora - 04-03-2015, 11:58 AM
RE: What exactly causes shader cache stuttering? - NaturalViolence - 04-03-2015, 12:29 PM
RE: What exactly causes shader cache stuttering? - tueidj - 04-08-2015, 09:58 PM
RE: What exactly causes shader cache stuttering? - Gamedominator06 - 04-03-2015, 12:30 PM
RE: What exactly causes shader cache stuttering? - Fiora - 04-03-2015, 12:54 PM
RE: What exactly causes shader cache stuttering? - Khronikos - 04-06-2015, 03:07 AM
RE: What exactly causes shader cache stuttering? - bomblord - 04-08-2015, 03:47 AM
RE: What exactly causes shader cache stuttering? - JosJuice - 04-08-2015, 03:57 AM
RE: What exactly causes shader cache stuttering? - phly95 - 01-15-2016, 01:11 AM
RE: What exactly causes shader cache stuttering? - AnyOldName3 - 04-08-2015, 03:59 AM
RE: What exactly causes shader cache stuttering? - bomblord - 04-08-2015, 04:01 AM
RE: What exactly causes shader cache stuttering? - Rikimaru - 04-08-2015, 04:33 AM
RE: What exactly causes shader cache stuttering? - Fiora - 04-08-2015, 06:58 AM
RE: What exactly causes shader cache stuttering? - Rikimaru - 04-08-2015, 08:31 PM
RE: What exactly causes shader cache stuttering? - Fiora - 04-08-2015, 09:33 PM
RE: What exactly causes shader cache stuttering? - mimimi - 04-09-2015, 01:04 AM
RE: What exactly causes shader cache stuttering? - Fiora - 04-09-2015, 01:42 AM
RE: What exactly causes shader cache stuttering? - leolam - 01-15-2016, 03:52 AM
RE: What exactly causes shader cache stuttering? - mbc07 - 01-15-2016, 04:09 PM
RE: What exactly causes shader cache stuttering? - leolam - 01-16-2016, 02:21 AM
RE: What exactly causes shader cache stuttering? - mbc07 - 01-16-2016, 03:10 AM
RE: What exactly causes shader cache stuttering? - AnyOldName3 - 01-16-2016, 06:20 AM
RE: What exactly causes shader cache stuttering? - techloomp - 12-14-2016, 12:42 AM
RE: What exactly causes shader cache stuttering? - AnyOldName3 - 12-14-2016, 12:53 AM
RE: What exactly causes shader cache stuttering? - leolam - 12-14-2016, 01:02 AM
RE: What exactly causes shader cache stuttering? - techloomp - 12-14-2016, 05:21 PM
RE: What exactly causes shader cache stuttering? - JMC47 - 12-14-2016, 01:17 AM
RE: What exactly causes shader cache stuttering? - techloomp - 12-14-2016, 05:22 PM
RE: What exactly causes shader cache stuttering? - JMC47 - 12-14-2016, 06:33 PM
RE: What exactly causes shader cache stuttering? - JOHN30011887 - 12-19-2016, 08:02 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode