Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mesa
mesa
Commits
c6ea4c0e
Commit
c6ea4c0e
authored
Nov 27, 2010
by
Henri Verbeet
Browse files
r600g: Fix the PIPE_FORMAT_A8_UNORM color swap for Evergreen as well.
parent
7a4599c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/gallium/drivers/r600/eg_state_inlines.h
View file @
c6ea4c0e
...
...
@@ -290,6 +290,7 @@ static inline uint32_t r600_translate_colorswap(enum pipe_format format)
switch
(
format
)
{
/* 8-bit buffers. */
case
PIPE_FORMAT_A8_UNORM
:
return
V_028C70_SWAP_ALT_REV
;
case
PIPE_FORMAT_I8_UNORM
:
case
PIPE_FORMAT_L8_UNORM
:
case
PIPE_FORMAT_R8_UNORM
:
...
...
Bugzilla Migration User
@bugzilla-migration
mentioned in issue
#686
·
Sep 18, 2019
mentioned in issue
#686
mentioned in issue #686
Toggle commit list
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment