mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-11 20:15:48 +00:00
DriverDetails: Disable shared context shader compilation on nouveau
Our usage of glFinish() can cause driver crashes and/or lockups. Please note that this disables the background shader compilation (i.e. all shaders will be compiled on boot). There is no way around this.
This commit is contained in:
parent
5516731a72
commit
602fe0f457
2 changed files with 4 additions and 1 deletions
|
@ -246,7 +246,8 @@ enum Bug
|
|||
// BUG: The GPU shader code appears to be context-specific on Mesa/i965.
|
||||
// This means that if we compiled the ubershaders asynchronously, they will be recompiled
|
||||
// on the main thread the first time they are used, causing stutter. For now, disable
|
||||
// asynchronous compilation on Mesa i965.
|
||||
// asynchronous compilation on Mesa i965. On nouveau, our use of glFinish() can cause
|
||||
// crashes and/or lockups.
|
||||
// Started version: -1
|
||||
// Ended Version: -1
|
||||
BUG_SHARED_CONTEXT_SHADER_COMPILATION,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue