mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-24 21:41:10 +00:00
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:
parent
a6704af878
commit
9f3c2296dc
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ Quake II 6.00 to 7.00:
|
||||||
- Implement an OpenGL 3.2 renderer. This renderer has the same look
|
- 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
|
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
|
modern OpenGL and GPU features. An OpenGL 3.2 capable GPU (Intel
|
||||||
starting with Ivy Bridge, Nvidia staring with G80 and AMD starting
|
starting with Ivy Bridge on Windows or Sandy Bridge on Linux, Nvidia
|
||||||
with R600 / HD2000) is required.
|
staring with G80 and AMD starting with R600 / HD2000) is required.
|
||||||
- Fix OpenAL compatibility with modern openal-soft versions.
|
- Fix OpenAL compatibility with modern openal-soft versions.
|
||||||
- Several fixes and optimizations to OpenAL, implement support for
|
- Several fixes and optimizations to OpenAL, implement support for
|
||||||
doppler effects. (by xorw)
|
doppler effects. (by xorw)
|
||||||
|
|
Loading…
Reference in a new issue