Part of the Khronos Group
OpenGL.org

The Industry's Foundation for High Performance Graphics

from games to virtual reality, mobile phones to supercomputers

Results 1 to 2 of 2

Thread: Using the GL_INTERLACE_SGIX ext

  1. #1
    Junior Member Newbie
    Join Date
    Aug 2001
    Location
    Petah Tikva
    Posts
    2

    Using the GL_INTERLACE_SGIX ext

    I'm trying to interlace real time video by using the GL_INTERLACE_SGIX extension, which seems to works o.k. with glDrawPixels(), but i get a kind of an unwanted pattern when i combine both odd and even fields onto a texture. The two fields don't combine perfectly.
    I'm using glTexSubImage2d() with the GL_INTERLACE_SGIX enabled, into a premade texture which is bigger than my video image.
    I have a wildcat2(5110) card on a dual-P4 with Windows2000.
    Thanks,

  2. #2
    Junior Member Newbie
    Join Date
    Sep 2001
    Location
    SAN JUAN
    Posts
    1

    Re: Using the GL_INTERLACE_SGIX ext

    Originally posted by shahalh:
    I'm trying to interlace real time video by using the GL_INTERLACE_SGIX extension, which seems to works o.k. with glDrawPixels(), but i get a kind of an unwanted pattern when i combine both odd and even fields onto a texture. The two fields don't combine perfectly.
    I'm using glTexSubImage2d() with the GL_INTERLACE_SGIX enabled, into a premade texture which is bigger than my video image.
    I have a wildcat2(5110) card on a dual-P4 with Windows2000.
    Thanks,

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •