summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2009-08-26 15:40:13 -0700
committerEric Anholt <eric@anholt.net>2009-08-26 15:40:13 -0700
commit1b78b7398839c1772c25eb18d4c25d6b958ffd6d (patch)
treeeda372c78433f19ea8c9ff6a70e31fd77e1d73b0
parentf50401e4352284cb5c2620dd7ab3ad71507a83f6 (diff)
Add crystalspace 1.4 engine.
-rw-r--r--apps/crystalspace-1.431
-rw-r--r--notes/crystalspace-1.41
2 files changed, 32 insertions, 0 deletions
diff --git a/apps/crystalspace-1.4 b/apps/crystalspace-1.4
new file mode 100644
index 0000000..2ffcc6c
--- /dev/null
+++ b/apps/crystalspace-1.4
@@ -0,0 +1,31 @@
+GL_ARB_fragment_program
+GL_ARB_half_float_pixel
+GL_ARB_multisample
+GL_ARB_multitexture
+GL_ARB_pixel_buffer_object
+GL_ARB_point_parameters
+GL_ARB_point_sprite
+GL_ARB_texture_cube_map
+GL_ARB_texture_env_combine
+GL_ARB_texture_env_crossbar
+GL_ARB_texture_env_dot3
+GL_ARB_texture_float
+GL_ARB_texture_non_power_of_two
+GL_ARB_texture_rectangle
+GL_ARB_vertex_program
+GL_ATI_fragment_shader
+GL_EXT_abgr
+GL_EXT_blend_func_separate
+GL_EXT_framebuffer_object
+GL_EXT_packed_depth_stencil
+GL_EXT_secondary_color
+GL_EXT_separate_specular_color
+GL_EXT_texture3D
+GL_EXT_texture_compression_s3tc
+GL_EXT_texture_filter_anisotropic
+GL_EXT_texture_lod_bias
+GL_NV_multisample_filter_hint
+GL_NV_register_combiners
+GL_NV_texture_shader
+GL_NV_texture_shader3
+GL_SGIS_generate_mipmap
diff --git a/notes/crystalspace-1.4 b/notes/crystalspace-1.4
new file mode 100644
index 0000000..424cd00
--- /dev/null
+++ b/notes/crystalspace-1.4
@@ -0,0 +1 @@
+grepped the source for ext.*CS_GL_ and used the results