medfall

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs

commit af448a87bb0c06cfe3cb3733f39c150877e67e30
parent 5523bbde434dbdac41c008d17e06d7dd380a454e
Author: Michael Savage <mikejsavage@gmail.com>
Date:   Sun Aug 16 14:16:41 +0200

Add notes on OpenGL 3.2/3.3 support

Diffstat:
README.md | 15+++++++++++++++
1 file changed, 15 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -1,3 +1,18 @@ ![BSP renderer](bsp.png) ![Terrain renderer](hm.png) ![Terrain paging](tiles.png) + +OpenGL 3.2 support: + +- Intel HD 4000+ (2012 Ivy Bridge) +- Intel HD 2000+ (2011 Sandy Bridge) except for geometry shaders and + ARB_texture_multisample +- NVIDIA 8xxx+ (2006) +- ATi HD 2000+ (2006) + +OpenGL 3.3 support: + +Same as above. Sandy Bridge doesn't support ARB_texture_swizzle or +ARB_blend_func_extended. + +See http://www.g-truc.net/doc/OpenGL%203%20Hardware%20Matrix.pdf