• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 370 371 372 373 374 ... 1198 Next »

Can HDR be added on emulators?
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Can HDR be added on emulators?
11-02-2016, 03:34 AM
#2
AnyOldName3 Offline
First Random post over 9000
*******
Posts: 3,535
Threads: 2
Joined: Feb 2012
Depending on the rendering system, HDR can be super-duper easy to add, or impossible. If the whole pipeline uses floating point (or integer with a large range) colours throughout, then it's simply a matter of scaling to (for example) 0-1023 instead of the usual 0-255 after gamma correction. However, it's completely possible that software does some post processing after conversion to 8-bits-per-channel, and that kills any chance of HDR output altogether.

In the case of Dolphin specifically, it's possible that a game could work either of these ways, and I'd imagine there's little that can be done to detect or work around that - even if Dolphin's using standard API functions to convert int or float vectors to colours right before displaying them, there's no guarantee that the game hasn't already removed all the dynamic range at some point earlier in the process.
OS: Windows 10 64 bit Professional
CPU: AMD Ryzen 5900X
RAM: 16GB
GPU: Radeon Vega 56
Find
Reply
« Next Oldest | Next Newest »


Messages In This Thread
Can HDR be added on emulators? - hyperspeed - 11-02-2016, 02:43 AM
RE: Can HDR be added on emulators? - AnyOldName3 - 11-02-2016, 03:34 AM

  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 1 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode