diff options
author | Alex Deucher <alex@samba.(none)> | 2008-02-23 19:06:30 -0500 |
---|---|---|
committer | Alex Deucher <alex@samba.(none)> | 2008-02-23 19:06:30 -0500 |
commit | d9be9f34b0d3313e7b22b2a8bb0a8924ad3116bf (patch) | |
tree | 4dd3416086a3dc9b063bd8b245be973cd9fd903f /src/radeon_exa.c | |
parent | 9dc4acad79196e9d5d94dd710773bfa83456d47f (diff) |
RADEON: add textured video support for r1xx-r4xx radeons
Based on the kdrive ati video code by Eric Anholt.
R3xx/R4xx still have some clipping issues in certain situations
Diffstat (limited to 'src/radeon_exa.c')
-rw-r--r-- | src/radeon_exa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/radeon_exa.c b/src/radeon_exa.c index 3b0c734d..4ea451d7 100644 --- a/src/radeon_exa.c +++ b/src/radeon_exa.c @@ -120,8 +120,6 @@ RADEONPow2(int num) return pot; } - - static __inline__ CARD32 F_TO_DW(float val) { union { |