diff options
author | Julien Isorce <julien.isorce@gmail.com> | 2008-09-14 19:56:50 +0200 |
---|---|---|
committer | Julien Isorce <julien.isorce@gmail.com> | 2008-09-14 19:56:50 +0200 |
commit | d36cd5abb4827f1ff4abed23e9174fea53ceb2fe (patch) | |
tree | 7a891a0bde7103d5b47beaa6e62ffb3ac8331a17 /TODO | |
parent | 0ee963512a185ebe9748a6e29227162d9fbc68bf (diff) |
Finish TODO task 17
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) |