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

Thread: ARB_vertex_program

  1. #1
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    FRANCE
    Posts
    157

    ARB_vertex_program

    Hi,

    I would like to know if there are some drivers that support this extension? and if not, is it plained by ATI or Nvidia? Also, anyone knows if the extension looks like nv_vertex_program? I mean, I've just very quickly read the registry at sgi and I wonder if I might implement my vertex shader with the nvidia extension now (coz I've got nvidia 3d card of course) or should I implement with arb and wait for drivers?

    Arath

  2. #2
    Senior Member OpenGL Pro
    Join Date
    Feb 2001
    Location
    Switzerland
    Posts
    1,840

    Re: ARB_vertex_program

    tons of questions that you can simply answer yourself..

    so that you don't need any brain:
    its not yet in any drivers as far as i know, but will soon be in the nvidia and ati drivers, as they sure want to provide opengl1.4 in their drivers.

    read the spec. its about the same as the nv_vertex_program, yes, and you should _NOT_ try to use the nv_vertex_program anymore, but use the arb, as it is the official one.

    i will get soon a radeon9700 and it will be my first card with vertex shaders. if you code for the nv ext i will never see your app running.
    http://davepermen.net - if i could stay true to my heart, i would feel totally free

  3. #3
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    FRANCE
    Posts
    157

    Re: ARB_vertex_program

    Thanks for your answer, I would like to apologize for asking stupid question, but I didn't have the courage to read completly the extension spec. Shame on me, I know ! By the way, anyone have a date for the release of driver supporting opengl 1.4 (I didn't show any information on nvidia site)?

    Arath

  4. #4
    Senior Member OpenGL Pro
    Join Date
    Feb 2001
    Location
    Switzerland
    Posts
    1,840

    Re: ARB_vertex_program

    you find it out when its there. as always..
    http://davepermen.net - if i could stay true to my heart, i would feel totally free

  5. #5
    Senior Member OpenGL Guru Humus's Avatar
    Join Date
    Mar 2000
    Location
    Stockholm, Sweden
    Posts
    2,444

    Re: ARB_vertex_program

    According to Beyond3D's review the ARB_vertex_program is already supported on R9700 with current drivers. Hopefully that means we'll see support for R8500 too in the not to distant future.

  6. #6
    Junior Member Regular Contributor
    Join Date
    Jan 2001
    Posts
    238

    Re: ARB_vertex_program

    Hummus is correct, the 9700 supports ARB_vertex_program with the drivers in the box. The 8500 and 9000 will be supporting it shortly.

    For those planning to use ARB_vertex_porgram on the 9700, I would suggest downloading the latest drivers. There was one or two minor issues where the implementation had behavior from a stale version of the spec. These were corrected, but I am not sure if they made the boxed driver.

    -Evan

  7. #7

    Re: ARB_vertex_program

    OS X 10.2 ships with ARB_vertex_program for almost all cards (down to the Rage128 I think). It also comes with Shader Builder that lets you edit vertex and pixel shader code, test it and see the C code needed to setup all the state. Also included is a nice OpenGL profiler.

    Guy

  8. #8
    Junior Member Regular Contributor
    Join Date
    Jun 2000
    Location
    FRANCE
    Posts
    157

    Re: ARB_vertex_program

    Is there any solution for poor nvidia cards owner, I mean to use arb_vertex_program under win32 before the release of driver? As I'm pretty hurry, and I don't want to develop a plateform specific application but if I can't do it properly I'll use nvidia extension.

Posting Permissions

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