summaryrefslogtreecommitdiff
path: root/src/i915_video.c
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2007-01-31 12:50:31 -0800
committerEric Anholt <eric@anholt.net>2007-01-31 12:50:31 -0800
commitc47210d94ed17ad9e8e489a1e1886732e6dc7220 (patch)
treeb675c4bd113f0e384a1ff20e633d0e55a9696506 /src/i915_video.c
parent72ea0e514dcbebd009833c21f40e9bfb84074628 (diff)
Move the render code to non-EXA-specific filenames.
Diffstat (limited to 'src/i915_video.c')
-rw-r--r--src/i915_video.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/i915_video.c b/src/i915_video.c
index 591b6f82..e837097d 100644
--- a/src/i915_video.c
+++ b/src/i915_video.c
@@ -39,18 +39,6 @@
#include "i915_reg.h"
#include "i915_3d.h"
-union intfloat {
- CARD32 ui;
- float f;
-};
-
-#define OUT_RING_F(x) do { \
- union intfloat _tmp; \
- _tmp.f = x; \
- OUT_RING(_tmp.ui); \
-} while (0)
-
-
void
I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, int id,
RegionPtr dstRegion,