Template:Problems/Shader Compilation Stuttering: Difference between revisions

Adding that changing your GPU will invalidate the shader cache. Some minor wording tweaks.
(Minor adjustments. Not sure about the last note, feel free to improve)
(Adding that changing your GPU will invalidate the shader cache. Some minor wording tweaks.)
Line 2: Line 2:
''{{PAGENAME}}'' is one of the most susceptible titles to shader compilation stuttering. The GC and Wii have no concept of shaders - everything is executed directly by the hardware without an intermediate programming language (API). Modern computers and mobile systems do not work in this way, requiring the use of shaders as an intermediary so your system's GPU can perform the tasks that the GC and Wii GPU performed directly. Shaders have to be generated though, and since GC/Wii games are not designed to create shaders ahead of time as a PC game would, when a new effect appears Dolphin has to delay the CPU thread while the GPU thread performs the compilation; a pause that does not exist on the consoles. For most games shader generation takes only a few milliseconds, but for a few demanding titles, the shaders that they generate are so large that they can result in noticeable stuttering, in severe cases pauses of over a second may occur.
''{{PAGENAME}}'' is one of the most susceptible titles to shader compilation stuttering. The GC and Wii have no concept of shaders - everything is executed directly by the hardware without an intermediate programming language (API). Modern computers and mobile systems do not work in this way, requiring the use of shaders as an intermediary so your system's GPU can perform the tasks that the GC and Wii GPU performed directly. Shaders have to be generated though, and since GC/Wii games are not designed to create shaders ahead of time as a PC game would, when a new effect appears Dolphin has to delay the CPU thread while the GPU thread performs the compilation; a pause that does not exist on the consoles. For most games shader generation takes only a few milliseconds, but for a few demanding titles, the shaders that they generate are so large that they can result in noticeable stuttering, in severe cases pauses of over a second may occur.


Eventually stuttering will reduce as a shader cache is built up, but there is no solution to this problem at this time. Also, updating your GPU drivers or Dolphin version may invalidate the shader cache which will be rebuilt from scratch again.</includeonly><noinclude>{{documentation}}</noinclude>
Eventually stuttering will reduce as a shader cache is built up, but there is no solution to this problem at this time. Note that changing your GPU, updating your GPU drivers, or updating your Dolphin version will invalidate the shader cache, requiring it to be rebuilt from scratch.</includeonly><noinclude>{{documentation}}</noinclude>