Enable decoder texture binding for all FL11.1 iGPUs

Since those GPUs don't benefit from the fence hack, restrict that to Intel only.
This commit is contained in:
Cameron Gutman
2024-08-31 00:36:25 -05:00
parent 7074463d0f
commit 25132a1f7b
2 changed files with 47 additions and 19 deletions
@@ -67,6 +67,7 @@ private:
SupportedFenceType m_FenceType;
SDL_mutex* m_ContextLock;
bool m_BindDecoderOutputTextures;
bool m_UseFenceHack;
DECODER_PARAMETERS m_DecoderParams;
int m_TextureAlignment;