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: FBO, PBO, Texture Upload / Download Profiler

  1. #1
    Junior Member Newbie
    Join Date
    Jun 2005
    Posts
    11

    FBO, PBO, Texture Upload / Download Profiler

    Hello,

    There has been a fair amount of posts on here recently regarding upload/download speeds using PBO's and the like.

    I've knocked together a little profiler that will test various upload/read back cases, including using PBOs, FBOs, Pow2 and NPow2 textures with different internal and external formats.

    It compiles under Linux with (make) and has been tested with the Nvidia 7667 drivers.

    It is written against the OpenGL 2.0 spec and compiles with the gl.h, glu.h and glext that come with the nvidia driver.

    The profile tests are just quick and dirty versions and are not currently optimal (in fact in several cases they are probably very un-optimal).

    If anyone finds this useful or has suggestions / improvements I'd be very interested in them.

    Click on the link below to download the file.

    http://www.sendmefile.com/00020852

    Contents

    Profile/main.cpp
    Profile/Makefile

    Jack Greasley

  2. #2
    Junior Member Newbie
    Join Date
    Aug 2005
    Location
    Denmark
    Posts
    10

    Re: FBO, PBO, Texture Upload / Download Profiler

    Shuh! I wanted to try this, but the file seem to have vanished. Anybody knows where I can find the program or another speed test?

Posting Permissions

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