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: Catalyst 11.8 + fsaa not working.

  1. #1
    Member Regular Contributor trinitrotoluene's Avatar
    Join Date
    Sep 2008
    Location
    Montérégie,Québec
    Posts
    354

    Catalyst 11.8 + fsaa not working.

    I have an Asus AMD Radeon 5870V2 with Ubuntu 11.04 and I cannot get a multisample framebuffer (8 samples per pixel) working with Catalyst 11.7 and 11.8 . I enable multisampling with glEnable(GL_MULTISAMPLE) and check the result with glGetIntegerv(GL_SAMPLES,&numSamples). numSamples = 8. This is correct.
    Also forcing multisampling in the Catalyst control center don't work. I can get a working multisample framebuffer with catalyst 11.6 with the same code. So I suspect a bug inside the version 11.7 and 11.8 of the driver. The only way I can do fullscreen anti-aliasing with those two latest Catalyst drivers is to draw the scene in a FBO with a multisample renderbuffer attached. Then blit the result to another FBO to resolve and use the texture on a fullscreen quad.

    Does anybody that have an AMD Radeon on linux noticed the same problem?

    I can post a cleaned version of my program upon request.

  2. #2
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: Catalyst 11.8 + fsaa not working.

    Can you post more information.

    What is the driver package version and opengl driver version, you can view this in the catalyst control interface.

    Please go to the Catalyst information section and post the hardware info and the software info.

  3. #3
    Super Moderator OpenGL Guru dorbie's Avatar
    Join Date
    Jul 2000
    Location
    Bay Area, CA, USA
    Posts
    4,388

    Re: Catalyst 11.8 + fsaa not working.

    I would like a cleaned up version of your program but the fact that it used to work and doesn't work with driver overrides is in itself a troubling factor. That doesn't preclude breakage in your app that used to have no effect but it should be explored.

    Please post the requested information.

  4. #4
    Member Regular Contributor trinitrotoluene's Avatar
    Join Date
    Sep 2008
    Location
    Montérégie,Québec
    Posts
    354

    Re: Catalyst 11.8 + fsaa not working.

    Here is a very small test program that always reproduce the problem with multisample framebuffer. With this small program, the triangle have smooth edge with Catalyst 11.6 but have jagged edge with Catalyst 11.7 and 11.8 . Also there is two screen shot.
    The 4.1.10834.png image from Catalyst 11.6 show the correct behavior. The 4.1.11005.png image from Catalyst 11.8 show the "wrong" behavior.

  5. #5
    Member Regular Contributor trinitrotoluene's Avatar
    Join Date
    Sep 2008
    Location
    Montérégie,Québec
    Posts
    354

    Re: Catalyst 11.8 + fsaa not working.

    Quote Originally Posted by dorbie
    I would like a cleaned up version of your program but the fact that it used to work and doesn't work with driver overrides is in itself a troubling factor. That doesn't preclude breakage in your app that used to have no effect but it should be explored.

    Please post the requested information.
    The OpenGL renderer version string are in the filename of each of the screen shot of my previous post.

  6. #6
    Member Regular Contributor trinitrotoluene's Avatar
    Join Date
    Sep 2008
    Location
    Montérégie,Québec
    Posts
    354

    Re: Catalyst 11.8 + fsaa not working.

    Quote Originally Posted by dorbie
    Can you post more information.

    What is the driver package version and opengl driver version, you can view this in the catalyst control interface.

    Please go to the Catalyst information section and post the hardware info and the software info.
    Here is the two screenshot of the information page of the Catalyst control center.

Posting Permissions

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