summaryrefslogtreecommitdiff
path: root/src/i810_reg.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-05-08 09:42:40 -0700
committerEric Anholt <anholt@FreeBSD.org>2006-05-16 10:09:25 -0700
commit3a2d8af214a79591322ce6e5546f856a1ee41736 (patch)
tree2083e894923a5fbb456b8c221abe357a2c914c0b /src/i810_reg.h
parent66875c1559bc20b531ab72e5d6b921d9f50b29f3 (diff)
Add initial textured XV support for i915, which can do YUY2 and UYVY, but fails
on I420 and YV12 currently, doesn't support the composite extension, and should break XV support on non-i915.
Diffstat (limited to 'src/i810_reg.h')
-rw-r--r--src/i810_reg.h2
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)