Announcement

Collapse
No announcement yet.

R600c/g benchmarks

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • droidhacker
    replied
    Originally posted by darkbasic View Post
    Yes, but if you want to seriously play an online fps the framerate must never fall below the 60 fps barrier.
    Why? Because you think that you can see, process, and react to something in 1/60th of a second?

    ... I highly doubt that.

    Leave a comment:


  • darkbasic
    replied
    Originally posted by droidhacker View Post
    How exactly is that just "acceptable"? You're breaking 24, so you're fine.
    Yes, but if you want to seriously play an online fps the framerate must never fall below the 60 fps barrier.

    Originally posted by b15hop View Post
    I just wish this were for the 4000 and 5000 series and not just the 3000. Or am I mistaken?
    A 4870 should perform much, much better as far as I know. For 5000 series maybe it's a bit early.

    Leave a comment:


  • b15hop
    replied
    Originally posted by darkbasic View Post
    Note that nexuiz is finally (barely) playable at low quality! In fact lowest framerate is 36 fps and medium framerate is 53 fps, which is acceptable.
    Ah but you know that the game really is built around high fps. Those improvements are the ones I'm glad to see. I just wish this were for the 4000 and 5000 series and not just the 3000. Or am I mistaken?

    Leave a comment:


  • droidhacker
    replied
    Originally posted by darkbasic View Post
    Note that nexuiz is finally (barely) playable at low quality! In fact lowest framerate is 36 fps and medium framerate is 53 fps, which is acceptable.
    How exactly is that just "acceptable"? You're breaking 24, so you're fine.

    Leave a comment:


  • darkbasic
    replied
    Note that nexuiz is finally (barely) playable at low quality! In fact lowest framerate is 36 fps and medium framerate is 53 fps, which is acceptable.

    Leave a comment:


  • darkbasic
    started a topic R600c/g benchmarks

    R600c/g benchmarks

    My card is a Radeon HD 3870. I used today's snapshot of: mesa, libdrm, xf86-video-intel, drm-radeon-testing.

    To disable vsync I applied this patch

    Code:
    diff --git a/src/radeon_dri2.c b/src/radeon_dri2.c
    index 103972f..7ddcda0 100644
    --- a/src/radeon_dri2.c
    +++ b/src/radeon_dri2.c
    @@ -313,7 +313,7 @@ radeon_dri2_copy_region(DrawablePtr drawable,
         }
    
         vsync = info->accel_state->vsync;
    -    info->accel_state->vsync = TRUE;
    +    //info->accel_state->vsync = TRUE;
    
         (*gc->ops->CopyArea)(&src_pixmap->drawable, &dst_pixmap->drawable, gc,
                              0, 0, drawable->width, drawable->height, 0, 0);
    and I put this is /etc/drirc

    Code:
    <driconf>
      <device screen="0" driver="dri2">
        <application name="Default">
          <option name="vblank_mode" value="0"/>
        </application>
      </device>
    </driconf>

    Openarena: http://dri.freedesktop.org/wiki/Benchmarking
    Nexuiz: "demo1" time demo
    I couldn't do any benchmark with R600g because it was too much slow and with too much artifacts to bench (color tiling was disabled). I had to restart X.

    These are the results:

    Openarena Very High quality @2560x1600

    ----- R600c + color tiling
    ----------- 92.3 fps

    ----- R600c w/o color tiling
    ----------- 69.7 fps


    Openarena Very High quality +flare +bloom +8x aniso @2560x1600

    ----- R600c + color tiling
    ----------- 67.6 fps


    Nexuiz Low quality @2560x1600

    ----- R600c + color tiling
    ----------- 53.0 fps, min/avg/max: 36 55 88

    ----- R600c w/o color tiling
    ----------- 51.2 fps, min/avg/max: 36 53 81


    Nexuiz Medium quality @2560x1600

    ----- R600c + color tiling
    ----------- 31.4 fps, min/avg/max: 15 35 80
Working...
X