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 6 of 6

Thread: Since When Does OpenGL link to DirectDraw?!

  1. #1
    Intern Contributor
    Join Date
    Apr 2003
    Posts
    61

    Since When Does OpenGL link to DirectDraw?!

    Someone on gamedev.net posted this and I want to know if it is actually true, that OpenGL links to ddraw.dll

    "I've noticed this since my RIVA TNT 2 ULTRA.The OpenGL library is indeed linking with the DirectDraw library.As a proof i will show this:

    Loaded 'C:\WINDOWS\SYSTEM32\opengl32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\SYSTEM32\glu32.dll', no matching symbolic information found.
    Loaded 'C:\WINDOWS\SYSTEM32\ddraw.dll', no matching symbolic information found.

    I have only linked to OpenGL and GLU but i'm also linked to DirectDraw and can fully use it's stuff. "

  2. #2
    Advanced Member Frequent Contributor
    Join Date
    Oct 2001
    Posts
    612

    Re: Since When Does OpenGL link to DirectDraw?!

    Its up to the driver to link to whatever it wants and needs.. it doenst make any difference for you.. you shouldnt mix dx and opengl on the same surface anyway.

  3. #3
    Intern Contributor
    Join Date
    Jan 2003
    Posts
    88

    Re: Since When Does OpenGL link to DirectDraw?!

    OpenGL itself doesnt need DirtyX.

    However some drivers internaly use DirtyDraw to deal with texture, buffers,...

    No biggy.

  4. #4
    Intern Contributor
    Join Date
    Apr 2003
    Posts
    61

    Re: Since When Does OpenGL link to DirectDraw?!

    Thanks guys!

  5. #5
    Senior Member OpenGL Guru Relic's Avatar
    Join Date
    Apr 2000
    Posts
    2,527

    Re: Since When Does OpenGL link to DirectDraw?!

    I'd say it's OpenGL32.dll itself loading ddraw.dll. It's listed in the dll's dependencies and MS's OpenGL implementation might use it for fast blits or somesuch.

  6. #6
    Junior Member Regular Contributor
    Join Date
    Nov 2002
    Location
    Sofia,None,Bulgaria
    Posts
    107

    Re: Since When Does OpenGL link to DirectDraw?!

    Hi!

    I happends to be the author of the text posted above.It's true that it depends only on the driver if something will link with another one.You guys are also right that OpenGL uses DDraw for fast blit ops.I read in some function spec for this.
    The pain is coming...THIS SUMMER!

Posting Permissions

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