Graphics Programming weekly - Issue 88 — June 9, 2019

posted in jendrikillner
Published June 09, 2019 Imported
Advertisement
  • the presentation explains the stages a triangle is passing through while being processed for rendering
  • starts with a brief look at the software layers
  • provides more details on lower-level hardware layers
triangles-are-precious.png

  • Windows Version 1903 adds a new variable refresh rate option
  • enable VRR in older D3D11 games if the hardware supports it
VRR_Toggle-1.png

  • beginner level explanation of the rendering pipeline for games
  • explains how game worlds are defined, and models are converted into something that can be seen on the screen
wireframe-demo.jpg

  • explains what a Vulkan pipeline cache is, why developers want to use it
  • presents best-practices
graphics_pipeline_dependencies.png

  • keynote from I3D presenting the challenges modern open world games such as FarCry need to solve
  • presents an in-depth case study for Multiscattering BRDFs & Area Lights
  • research investigation, implementation combinations with other techniques
fc5_long_distance.jpg

  • part 1 of article series about Global Illumination
  • overview of terms and concepts required to understand Global Illumination solutions
x2-diffuse-villa.jpg

  • a paper about Dynamic Diffuse Global Illumination solution
  • builds on the terms explained in the previous article
  • presents an overview of the problems the technique tries to solve
  • provides implementation details
dynamic_gi.png

  • collection of best practices and pitfalls when using Vulkan on Nvidia hardware
  • many of the guidelines should apply to other hardware manufacturers too
rtx_2080.png

  • the article presents a comparison between two different sampling strategies for environment maps
  • tested on three environment maps with very different characteristics
hierarchical-warp.png

  • presents an overview of what requirements need to be met on AMD to enable color compression on render targets
  • and what causes DCC to be disabled
  • look at barriers and copy queue usage
dcc_compression.png

  • presentation with a collection of options and debug modes that help with debugging
  • provide a safe mode to disable optimizations and use API validation layers
  • overview of tools available and APIS to add more debug information
debugging_aaa.png

Thanks to Max R.R. Collada for support of this series.

Would you like to see your name here too? Become a Patreon of this series.


Read more

0 likes 1 comments

Comments

jafre

My partner and I stumbled over here by a different website and thought I might as well check things out. I like what I see so i am just following you. Look forward to finding out about your web page again.|

[url]https://trialsolution.co/[/url]

March 05, 2021 07:21 PM
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement