summaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorJulien Isorce <julien.isorce@gmail.com>2008-09-14 19:56:50 +0200
committerJulien Isorce <julien.isorce@gmail.com>2008-09-14 19:56:50 +0200
commitd36cd5abb4827f1ff4abed23e9174fea53ceb2fe (patch)
tree7a891a0bde7103d5b47beaa6e62ffb3ac8331a17 /TODO
parent0ee963512a185ebe9748a6e29227162d9fbc68bf (diff)
Finish TODO task 17
Diffstat (limited to 'TODO')
-rw-r--r--TODO2
1 files changed, 1 insertions, 1 deletions
diff --git a/TODO b/TODO
index b583ea3..623049d 100644
--- a/TODO
+++ b/TODO
@@ -68,7 +68,7 @@
(And so have some more cool stuffs work on Intel card for example)
cg can convert GLSL code to ARB_fp/ARB_vp.
-- 17: add a generic way to check that a given extension is available. (and set isAlive to false..)
+(DONE) - 17: add a generic way to check that a given extension is available. (and set isAlive to false..)
(for examples gleffects does not check you have shaders available so it can cause segfault.)
(whereas using "gst_gl_display_gen_shader", the check is done)