summaryrefslogtreecommitdiff
path: root/src/radeon_video.h
diff options
context:
space:
mode:
authorCorbin Simpson <MostAwesomeDude@gmail.com>2008-07-30 00:54:32 -0700
committerAlex Deucher <alexdeucher@gmail.com>2008-08-25 06:22:36 -0400
commita4ec30a677906ec2ff9824c7ddca586655f6d1a8 (patch)
tree0a9acb45670f97f88b7e38a3dd9e6631ee14f355 /src/radeon_video.h
parentf3b81c7582aed307fa44e134ee161cd8a3158657 (diff)
Merge upstream changes to vertices, and also add Xv attributes for textured video, including bicubic filtering.
Diffstat (limited to 'src/radeon_video.h')
-rw-r--r--src/radeon_video.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/src/radeon_video.h b/src/radeon_video.h
index 34bfb307..abf8d983 100644
--- a/src/radeon_video.h
+++ b/src/radeon_video.h
@@ -15,20 +15,6 @@
#include "bicubic_table.h"
-/*
- * This function takes a float and packs it into a uint32_t. Thanks, Mesa!
- */
-static inline uint32_t r300PackFloat32(float fl)
-{
- union {
- float fl;
- uint32_t u;
- } u;
-
- u.fl = fl;
- return u.u;
-}
-
/* Xvideo port struct */
typedef struct {
uint32_t transform_index;
@@ -128,7 +114,6 @@ typedef struct {
int drw_x, drw_y;
} RADEONPortPrivRec, *RADEONPortPrivPtr;
-
void RADEONInitI2C(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);
void RADEONResetI2C(ScrnInfoPtr pScrn, RADEONPortPrivPtr pPriv);