Skip to content
Snippets Groups Projects
Commit 42085ff1 authored by Lioncash's avatar Lioncash
Browse files

video_core/surface: Remove obsolete TODO in PixelFormatFromRenderTargetFormat()

This isn't needed anymore, according to Hexagon
parent 79f970e6
No related branches found
No related tags found
No related merge requests found
......@@ -89,8 +89,6 @@ PixelFormat PixelFormatFromDepthFormat(Tegra::DepthFormat format) {
PixelFormat PixelFormatFromRenderTargetFormat(Tegra::RenderTargetFormat format) {
switch (format) {
// TODO (Hexagon12): Converting SRGBA to RGBA is a hack and doesn't completely correct the
// gamma.
case Tegra::RenderTargetFormat::RGBA8_SRGB:
return PixelFormat::RGBA8_SRGB;
case Tegra::RenderTargetFormat::RGBA8_UNORM:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment