summaryrefslogtreecommitdiff
path: root/src/i965_video.c
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2009-12-01 14:32:30 +0100
committerEric Anholt <eric@anholt.net>2010-01-07 10:25:07 -0800
commitce6526b9b4df304ccd83a0a02a95621300dbaed3 (patch)
treeaf03a730ee408f86f2c0f4437321b1c32c175949 /src/i965_video.c
parentcf74caaa91667457bba3583b216dfc157d09f39e (diff)
Xv: kill unnecessary parameters for hw PutImage functions
This is the first part of my small crusade to rip out x1, x2, y1, y2 from I830PutImage*. These variables have strange semantics (they change from simple integers to fixed-point values somewhere in the middle) and don't really seem to be what we actually need. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Signed-off-by: Eric Anholt <eric@anholt.net>
Diffstat (limited to 'src/i965_video.c')
-rw-r--r--src/i965_video.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i965_video.c b/src/i965_video.c
index e0a8215e..0ba9511c 100644
--- a/src/i965_video.c
+++ b/src/i965_video.c
@@ -981,7 +981,6 @@ I965DisplayVideoTextured(ScrnInfoPtr scrn,
intel_adaptor_private *adaptor_priv, int id,
RegionPtr dstRegion,
short width, short height, int video_pitch,
- int x1, int y1, int x2, int y2,
short src_w, short src_h,
short drw_w, short drw_h, PixmapPtr pixmap)
{