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

Thread: Getting GLContext on a Tesla

  1. #1
    Junior Member Newbie
    Join Date
    Oct 2011
    Location
    Select State
    Posts
    3

    Getting GLContext on a Tesla

    I have a Nvidia Tesla M2070Q installed on an IBM Blade server. The server is set with a Matrox video card as the primary video card. The Nvidia card does not have any external output.

    Is it possible to get a OpenGL context from the Nvidia GPU? The OS that I used is Windows Server 2008 HPC Edition. I am primary trying to perform off-screen rendering (by reading off the p-buffer), thus a display is not necessary.

    Thanks for helping.

  2. #2
    Member Regular Contributor
    Join Date
    Apr 2010
    Posts
    491

    Re: Getting GLContext on a Tesla

    Sounds like WGL_NV_gpu_affinity might be what you are looking for.

    Have you thought about using FBOs instead of the old p-buffer stuff for off-screen rendering?

  3. #3
    Junior Member Newbie
    Join Date
    Oct 2011
    Location
    Select State
    Posts
    3

    Re: Getting GLContext on a Tesla

    But I am unable to get this working, is there any help or sample code for this? It appears WGL_NV_gpu_affinity function is missing even after I installed the Nvidia OpenGL SDK and NVIDIA drivers.

Posting Permissions

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