From a4ec30a677906ec2ff9824c7ddca586655f6d1a8 Mon Sep 17 00:00:00 2001 From: Corbin Simpson Date: Wed, 30 Jul 2008 00:54:32 -0700 Subject: Merge upstream changes to vertices, and also add Xv attributes for textured video, including bicubic filtering. --- src/radeon_video.h | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'src/radeon_video.h') 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); -- cgit v1.2.3