🎉 Celebrating 25 Years of GameDev.net! 🎉

Not many can claim 25 years on the Internet! Join us in celebrating this milestone. Learn more about our history, and thank you for being a part of our community!

Graphics Programming weekly - Issue 74 — February 24, 2019

posted in jendrikillner
Published February 24, 2019 Imported
Advertisement
  • in-depth discussion of color spaces
  • shows how the color response curve influences which color absolute values are referring to
  • explains how to match colors between different color spaces
  • how to represent color spaces visually
  • what negative color values represent
  • defines the standard CIE XYZ and RGB color space and how they have been defined relative to human perception capabilities
  • look at the sRGB color space related to all the information covered in the article
color_spaces.png

  • whitepaper explains how to enable GPU assisted validation
  • how it is implemented, performance implicatications
  • what issues it is a ble to detect and known problems
vulkan.png

  • walkthrough of two algorithms for forward culling techniques
  • stream compaction and flat bit arrays
  • presents how to implement scalarazation to reduce atomics overhead and achieve higher occupancy
  • presents performance comparisions of the approaches with lights and decals
bistro_heatmap-1.png

  • presents multiple approaches to calculate MIP mapping textures when using raytracing
  • includes performance comparisons for the different methods
  • DXR shader implementation of the RayCones mip selection algorithm
cone.png

  • explains how to use GPU instancing
  • to render health bars for individual objects
healthbarsdemo.png

  • implementation walkthrough of the OpenGL Scalable Ambient Obscurance (SAO) algorithm
SAO6_Lo.jpg

  • shows how to implement a parallax effect in the pixel shader
  • allows the appearance of depth in materials that is not backed by actual geoemtry
parallax.png

  • Vulkan extension that exposes NVIDIA Tensor Cores on Turing GPUs
turing.jpg
  • video, author presents his approach to reducing of tiling artifacts in terrain textures using a height based approach
stochastic_texturing.png
  • great visual explanation of Convolution Integrals
  • many examples that allow to gain a visual understanding of filters commonly used in computer graphics
filtering.png

Thanks to Vivitsu Maharaja @vivitsum for support of this series.

You would like to see your name here too? Become a Patreon of this series.


Read more

0 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement