|
You are here |
auzaiffe.wordpress.com | ||
| | | | |
mynameismjp.wordpress.com
|
|
| | | | | A common part of most HDR rendering pipelines is some form of average luminance calculation. Typically it's used to implement Reinhard's method of image calibration, which is to map the geometric mean of luminance (log average) to some "key value". This, combined with some time-based adaptation, allows for a reasonable approximation of auto-exposure or human... | |
| | | | |
interplayoflight.wordpress.com
|
|
| | | | | Recently, I've been playing Metro: Exodus on Series X a second time, after the enhanced edition was released, just to study the new raytraced GI the developers added to the game (by the way, the game is great and worth playing anyway). What makes this a bigger achievement is that the game runs at 60fps... | |
| | | | |
seblagarde.wordpress.com
|
|
| | | | | The slides of my talk "Physically-Based Materials: Where Are We?" in the open real-time rendering course at Siggraph 2017 are available here: http://openproblems.realtimerendering.com/s2017/index.html This talk is about current state of the art of physically based material in real time rendering and what could be done in the future. Often people tend to say that material... | |
| | | | |
timur.hu
|
|
| | | In the previous post I gave a brief introduction on what mesh and task shaders are from the perspective of application developers. Now it's time to dive deeper and talk about how mesh shaders are implemented in a Vulkan driver on AMD HW. Note that everything I discuss here is based on my experience and understanding as I was working on mesh shader support in RADV and is already available as public information in open source driver code. The goal of this blog post is to elaborate on how mesh shaders are i... | ||