r600g: fix color resolve for RGBX8 and RGBX16 integer formats
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
@@ -777,7 +777,7 @@ static enum pipe_format int_to_norm_format(enum pipe_format format)
|
||||
REPLACE_FORMAT_SIGN(B10G10R10A2, U);
|
||||
REPLACE_FORMAT(R8);
|
||||
REPLACE_FORMAT(R8G8);
|
||||
REPLACE_FORMAT(R8G8B8);
|
||||
REPLACE_FORMAT(R8G8B8X8);
|
||||
REPLACE_FORMAT(R8G8B8A8);
|
||||
REPLACE_FORMAT(A8);
|
||||
REPLACE_FORMAT(I8);
|
||||
@@ -785,7 +785,7 @@ static enum pipe_format int_to_norm_format(enum pipe_format format)
|
||||
REPLACE_FORMAT(L8A8);
|
||||
REPLACE_FORMAT(R16);
|
||||
REPLACE_FORMAT(R16G16);
|
||||
REPLACE_FORMAT(R16G16B16);
|
||||
REPLACE_FORMAT(R16G16B16X16);
|
||||
REPLACE_FORMAT(R16G16B16A16);
|
||||
REPLACE_FORMAT(A16);
|
||||
REPLACE_FORMAT(I16);
|
||||
|
||||
Reference in New Issue
Block a user