diff options
author | Eric Anholt <eric@anholt.net> | 2011-08-16 01:17:47 -0700 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2011-08-16 01:17:47 -0700 |
commit | f267a1e19ba800b58147b76aab981d60c12f5d74 (patch) | |
tree | efb5ec7a904881b650d3de061630aa159ca69325 | |
parent | 237b6d7c05629a8aa95064229ca256ca4515bb51 (diff) |
-rw-r--r-- | apps/hammerfight | 9 | ||||
-rw-r--r-- | apps/hiverise | 6 | ||||
-rw-r--r-- | apps/shadowgrounds | 7 | ||||
-rw-r--r-- | apps/trine | 7 |
4 files changed, 29 insertions, 0 deletions
diff --git a/apps/hammerfight b/apps/hammerfight new file mode 100644 index 0000000..d8c9978 --- /dev/null +++ b/apps/hammerfight @@ -0,0 +1,9 @@ +GL_APPLE_ycbcr_422 +GL_ARB_texture_compression +GL_ARB_texture_non_power_of_two +GL_ARB_texture_rectangle +GL_ARB_vertex_buffer_object +GL_EXT_framebuffer_object +GL_EXT_texture_compression_s3tc +GL_EXT_texture_rectangle +GL_NV_texture_rectangle diff --git a/apps/hiverise b/apps/hiverise new file mode 100644 index 0000000..ba28bbe --- /dev/null +++ b/apps/hiverise @@ -0,0 +1,6 @@ +GL_EXT_framebuffer_object +GL_ARB_vertex_buffer_object +GL_ARB_point_sprite +GL_ARB_texture_compression +GL_ARB_multitexture +GL_EXT_texture_env_combine diff --git a/apps/shadowgrounds b/apps/shadowgrounds new file mode 100644 index 0000000..a10ddf0 --- /dev/null +++ b/apps/shadowgrounds @@ -0,0 +1,7 @@ +GL_EXT_texture_filter_anisotropic +GL_EXT_framebuffer_object +GL_ARB_vertex_program +GL_ARB_fragment_program +GL_NV_texgen_reflection +GL_ATI_envmap_bumpmap +GL_EXT_texture_compression_s3tc diff --git a/apps/trine b/apps/trine new file mode 100644 index 0000000..2c5bbc8 --- /dev/null +++ b/apps/trine @@ -0,0 +1,7 @@ +GL_ARB_multisample +GL_ARB_framebuffer_object +GL_VERSION_2_0 +GL_EXT_texture_filter_anisotropic +GL_ARB_draw_buffers +GL_ATI_envmap_bumpmap +GL_EXT_texture_compression_s3tc |