From e932836691aeaec37794fdaed2dabb22710fd171 Mon Sep 17 00:00:00 2001 From: Dave Airlie Date: Tue, 30 Jun 2009 16:24:37 +1000 Subject: radeon: initial preparation for kms patch. This patch contains most of the changes to the EXA and texture video accel code. It adds a few bits of pixmap support but doesn't actually do anything useful KMS yet. Testing this should not have any regressions over what we have already, biggest worries are r6xx, I've fixed a textured video one, but no idea what other might lurk It won't build against libdrm radeon yet either --- src/radeon_video.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/radeon_video.h') diff --git a/src/radeon_video.h b/src/radeon_video.h index 0cf8168b..aeb6441f 100644 --- a/src/radeon_video.h +++ b/src/radeon_video.h @@ -120,6 +120,9 @@ typedef struct { int drw_x, drw_y; int src_x, src_y; int vsync; + + struct radeon_bo *src_bo; + struct radeon_bo *bicubic_bo; } RADEONPortPrivRec, *RADEONPortPrivPtr; /* Reference color space transform data */ -- cgit v1.2.3