diff options
author | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-06 15:38:39 +0200 |
---|---|---|
committer | Tilman Sauerbeck <tilman@code-monkey.de> | 2006-09-06 15:38:39 +0200 |
commit | 74e85b19e564927337f23f6de25bb58f309e892b (patch) | |
tree | b806194aa8b1a5f537e4d8bd790893500581ec7f /src/mga_reg.h | |
parent | c2490640b4b237239872c5acbde3704e6e1412e9 (diff) |
Enabled alpha filtering.
This doesn't influence rendercheck's test outcome, but helps with
evas_xrender_x11_test.
Diffstat (limited to 'src/mga_reg.h')
-rw-r--r-- | src/mga_reg.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mga_reg.h b/src/mga_reg.h index 8e844f2..9a64955 100644 --- a/src/mga_reg.h +++ b/src/mga_reg.h @@ -502,6 +502,7 @@ # define MGA_MIN_ANISO (0x0000000D) # define MGA_MAG_NRST (0x00000000) # define MGA_MAG_BILIN (0x00000020) +# define MGA_FILTERALPHA (0x00100000) #define MGAREG_ALPHASTART 0x2c70 #define MGAREG_ALPHAXINC 0x2c74 #define MGAREG_ALPHAYINC 0x2c78 |