diff options
author | Eric Anholt <eric@anholt.net> | 2007-01-31 12:50:31 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2007-01-31 12:50:31 -0800 |
commit | c47210d94ed17ad9e8e489a1e1886732e6dc7220 (patch) | |
tree | b675c4bd113f0e384a1ff20e633d0e55a9696506 /src/i915_video.c | |
parent | 72ea0e514dcbebd009833c21f40e9bfb84074628 (diff) |
Move the render code to non-EXA-specific filenames.
Diffstat (limited to 'src/i915_video.c')
-rw-r--r-- | src/i915_video.c | 12 |
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, |