Clarify Sandy Bridge GPUs with GL3.

Sandy Bridges hardware is OpenGL 3.2 compatible and Mesa3D has a working
driver. But the crappy Windows driver is limit to OpenGL 3.1... GL3 is
working on Linux, but not on Windows.
This commit is contained in:
Yamagi Burmeister 2017-06-06 17:50:58 +02:00
parent a6704af878
commit 9f3c2296dc

View file

@ -7,8 +7,8 @@ Quake II 6.00 to 7.00:
- Implement an OpenGL 3.2 renderer. This renderer has the same look
and feel as the old OpenGL 1.4 renderer but makes heavy use of
modern OpenGL and GPU features. An OpenGL 3.2 capable GPU (Intel
starting with Ivy Bridge, Nvidia staring with G80 and AMD starting
with R600 / HD2000) is required.
starting with Ivy Bridge on Windows or Sandy Bridge on Linux, Nvidia
staring with G80 and AMD starting with R600 / HD2000) is required.
- Fix OpenAL compatibility with modern openal-soft versions.
- Several fixes and optimizations to OpenAL, implement support for
doppler effects. (by xorw)