Page 2 of 2 FirstFirst 12
Results 11 to 19 of 19

Thread: Heroes of Newerth character display & Gallium r600g

  1. #11
    Join Date
    Jul 2009
    Location
    Lexington, KY
    Posts
    58

    Default

    I was thinking this might be just Evergreen specific.

    I can only test it on an r500 and r800.

  2. #12
    Join Date
    Dec 2007
    Posts
    1,975

  3. #13
    Join Date
    Nov 2008
    Posts
    49

    Default

    No change in HON. I compiled that commit about two hours after it went up. I watch mesa/mesa git at least once a day and just before bed I saw it and had to try it.

  4. #14
    Join Date
    Jan 2011
    Posts
    1

    Default

    To fix rendering of units and (some) buildings, enter this in the in-game console (CTRL-F8):
    vid_meshGPUDeform false

    To make HoN even start correctly, you might have to set shader detail to low in the settings.

    AFAICT, both workarounds are due to r600g only supporting 16 constants in GLSL shaders currently.

  5. #15
    Join Date
    Jul 2009
    Location
    Lexington, KY
    Posts
    58

    Default

    Quote Originally Posted by tilman View Post
    To fix rendering of units and (some) buildings, enter this in the in-game console (CTRL-F8):
    vid_meshGPUDeform false

    To make HoN even start correctly, you might have to set shader detail to low in the settings.

    AFAICT, both workarounds are due to r600g only supporting 16 constants in GLSL shaders currently.
    Aha, thank you for that!

  6. #16
    Join Date
    Dec 2007
    Posts
    1,975

    Default

    You might try this latest mesa commit too depending on how many constants it uses:
    http://cgit.freedesktop.org/mesa/mes...575a22db638d5a

  7. #17
    Join Date
    Nov 2008
    Posts
    49

    Default

    Quote Originally Posted by tilman View Post
    To fix rendering of units and (some) buildings, enter this in the in-game console (CTRL-F8):
    vid_meshGPUDeform false
    "vid_meshGPUDeform false" draws characters correctly but gives a large performance hit that makes the game unplayable.

    With "vid_meshGPUDeform" set to true and with the current xorg git characters now display but there is no animation. After a certain uknown commit the characters are now skewed where as before they were drawn mostly correct.

    By
    imagebugs at 2011-01-22

    Shadows on any object do not draw correctly but produces a kind of banding.

  8. #18
    Join Date
    Apr 2010
    Posts
    5

    Default

    Quote Originally Posted by charlie View Post
    But 600c is prone to crashing if there is a lot of action on the screen (like all 10 players executing their ultimates at the same time).
    This is an old regression:
    https://bugs.freedesktop.org/show_bug.cgi?id=31391

    But no one seems to bother, since it's just the “old” r600c driver.

  9. #19

    Default

    Quote Originally Posted by charlie View Post
    Shadows on any object do not draw correctly but produces a kind of banding.
    This may be related:
    https://bugs.freedesktop.org/show_bug.cgi?id=31159

    If it is it's a more general problem involving not only one driver.

Posting Permissions

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