mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-01 03:10:09 +01:00
r300: fix R300_FG_ALPHA_FUNC_VAL_MASK
This commit is contained in:
parent
5adc763898
commit
74a217fbcd
1 changed files with 1 additions and 1 deletions
|
|
@ -1963,7 +1963,7 @@ USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|||
|
||||
/* Fog: Alpha function */
|
||||
#define R300_FG_ALPHA_FUNC 0x4bd4
|
||||
# define R300_FG_ALPHA_FUNC_VAL_MASK 0x0000000f
|
||||
# define R300_FG_ALPHA_FUNC_VAL_MASK 0x000000ff
|
||||
# define R300_FG_ALPHA_FUNC_NEVER (0 << 8)
|
||||
# define R300_FG_ALPHA_FUNC_LESS (1 << 8)
|
||||
# define R300_FG_ALPHA_FUNC_EQUAL (2 << 8)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue