mirror of https://github.com/PCSX2/pcsx2.git
Updated OpenGL and INTEL GPUs All you need to know (markdown)
parent
b0e37f237d
commit
caf6765c94
|
@ -5,7 +5,9 @@ Due to an inefficient driver OpenGL will perform poorly on INTEL GPUs. The drive
|
||||||
Intel doesn't seem to care much about providing fully working drivers. Even Kaby Lake doesn't support OpenGL 4.5
|
Intel doesn't seem to care much about providing fully working drivers. Even Kaby Lake doesn't support OpenGL 4.5
|
||||||
|
|
||||||
There is a PCSX2 discussion thread regarding the mentioned issues [here](https://github.com/PCSX2/pcsx2/issues/1716).
|
There is a PCSX2 discussion thread regarding the mentioned issues [here](https://github.com/PCSX2/pcsx2/issues/1716).
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### List of issues:
|
### List of issues:
|
||||||
* **OpenGL support.**
|
* **OpenGL support.**
|
||||||
Currently the support on Windows is very lacking. As a result many OpenGL functions and Extensions will not work. [List of OpenGL version support on Intel GPU Generations](https://www.intel.com/content/www/us/en/support/graphics-drivers/000005524.html)
|
Currently the support on Windows is very lacking. As a result many OpenGL functions and Extensions will not work. [List of OpenGL version support on Intel GPU Generations](https://www.intel.com/content/www/us/en/support/graphics-drivers/000005524.html)
|
||||||
|
@ -14,9 +16,9 @@ Currently the support on Windows is very lacking. As a result many OpenGL functi
|
||||||
Below Ivy Bridge - nothing
|
Below Ivy Bridge - nothing
|
||||||
Ivy Bridge OpenGL SW yes / HW no
|
Ivy Bridge OpenGL SW yes / HW no
|
||||||
Haswell and above OpenGL SW yes / Hw yes
|
Haswell and above OpenGL SW yes / Hw yes
|
||||||
***
|
|
||||||
|
|
||||||
***
|
***
|
||||||
|
|
||||||
### QA:
|
### QA:
|
||||||
**Q I'm not able to run OpenGL?**
|
**Q I'm not able to run OpenGL?**
|
||||||
A: Check your generation. Anything below Ivy Bridge won't run on Windows. Ivy Bridge only supports Software rendering on OpenGL.
|
A: Check your generation. Anything below Ivy Bridge won't run on Windows. Ivy Bridge only supports Software rendering on OpenGL.
|
||||||
|
|
Loading…
Reference in New Issue