diff options
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r-- | src/i810_reg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i810_reg.h b/src/i810_reg.h index 6c9b5bcd..54536c6a 100644 --- a/src/i810_reg.h +++ b/src/i810_reg.h @@ -1040,7 +1040,7 @@ SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. #define MS4_VOLUME_DEPTH_SHIFT 0 #define MS4_VOLUME_DEPTH_MASK (0xff<<0) -#define STATE3D_SAMPLER_STATE (CMD_3D | (0x1d<<24)|(0x01<<16) +#define STATE3D_SAMPLER_STATE (CMD_3D | (0x1d<<24)|(0x01<<16)) #define SS1_MAPMASK_SHIFT 0 #define SS1_MAPMASK_MASK (0x8fff<<0) |