Game development presentations - a useful reference

Discussion in 'Rendering Technology and APIs' started by liolio, Sep 16, 2009.

  1. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
  2. Frenetic Pony

    Regular

    Joined:
    Nov 12, 2011
    Messages:
    807
    Likes Received:
    478
    pharma, Clukos, BRiT and 4 others like this.
  3. CarstenS

    Legend Subscriber

    Joined:
    May 31, 2002
    Messages:
    5,800
    Likes Received:
    3,920
    Location:
    Germany
  4. Lurkmass

    Regular

    Joined:
    Mar 3, 2020
    Messages:
    565
    Likes Received:
    711
    One could even call it "Material-based" Anti-Aliasing (MBAA) with a TAA fallback ...

    Surface-based Anti-Aliasing (SBAA) does classification of the samples based on their depth range. Our surfaces or regions of samples in a pixel would be aggregated together based on their discontinuous depth ranges. We then shade a sample per each unique surface bordering each other in the same pixel ...

    In MBAA, our regions of samples in a pixel will get classified according to our material. Unfilled samples in a pixel could be approximated from samples sharing the same material in our quad or they could be potentially switched within our quad ...

    If we postulate that our regions of samples in a pixel will often share the same material and depth range then this might be a sound assumption. What would happen in a case where our regions of samples share the same material but they don't share the same depth range ? In this scenario, aliasing would almost certainly become a problem again because our discontinuous region of samples based on materials wouldn't correlate anymore with their depth ranges or more likely the edges of their surfaces ...
     
  5. Lurkmass

    Regular

    Joined:
    Mar 3, 2020
    Messages:
    565
    Likes Received:
    711
    #765 Lurkmass, Jul 20, 2021
    Last edited: Jul 20, 2021
    Clukos, BRiT, pharma and 1 other person like this.
  6. Dictator

    Regular

    Joined:
    Feb 11, 2011
    Messages:
    682
    Likes Received:
    3,969
    It has not released yet - but the GDC presentation concerning scalable shadow solutions (Shadows of Cold War: A Scalable Approach to Shadowing) from Treyarch is brilliant. Really informative and well presented.
     
    Scott_Arm, Clukos, jlippo and 6 others like this.
  7. PSman1700

    Legend

    Joined:
    Mar 22, 2019
    Messages:
    7,118
    Likes Received:
    3,091
    pharma likes this.
  8. trinibwoy

    trinibwoy Meh
    Legend

    Joined:
    Mar 17, 2004
    Messages:
    12,057
    Likes Received:
    3,114
    Location:
    New York
    How long after the conference are presentations usually released to the public?
     
  9. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
  10. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,679
    I'm really liking the visibility buffer stuff. Will be really interesting if MSAA makes a comeback.
     
    SpeedyGonzales likes this.
  11. chris1515

    Legend

    Joined:
    Jul 24, 2005
    Messages:
    7,157
    Likes Received:
    7,965
    Location:
    Barcelona Spain
  12. Metricity

    Joined:
    Jul 18, 2021
    Messages:
    5
    Likes Received:
    19
    The planets sampler feedback demo shown in that video is on github
    github.com/GameTechDev/SamplerFeedbackStreaming
     
    Dictator and jlippo like this.
  13. Jay

    Jay
    Veteran

    Joined:
    Aug 3, 2013
    Messages:
    4,032
    Likes Received:
    3,428
    BRiT likes this.
  14. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,679
  15. jlippo

    Veteran

    Joined:
    Oct 7, 2004
    Messages:
    1,744
    Likes Received:
    1,090
    Location:
    Finland
  16. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353


    Pretty good video about optimal use of tile-based GPUs. Specific for Mali GL/Vulkan but a lot of these concepts map to similar logic on Apple Silicon/Metal (or Adreno GPUs).
     
  17. troyan

    Regular

    Joined:
    Sep 1, 2015
    Messages:
    605
    Likes Received:
    1,125
    chris1515, Dictator, Clukos and 5 others like this.
  18. Scott_Arm

    Legend

    Joined:
    Jun 16, 2004
    Messages:
    15,134
    Likes Received:
    7,679
    trinibwoy, CarstenS, jlippo and 4 others like this.
  19. Clukos

    Clukos Bloodborne 2 when?
    Veteran

    Joined:
    Jun 25, 2014
    Messages:
    4,688
    Likes Received:
    4,353
    #780 Clukos, Aug 4, 2021
    Last edited: Aug 4, 2021
    Krteq, OlegSH, jlippo and 3 others like this.
Loading...

Share This Page

  • About Us

    Beyond3D has been around for over a decade and prides itself on being the best place on the web for in-depth, technically-driven discussion and analysis of 3D graphics hardware. If you love pixels and transistors, you've come to the right place!

    Beyond3D is proudly published by GPU Tools Ltd.
Loading...