diff options
author | Eric Anholt <eric@anholt.net> | 2006-12-27 17:41:45 -0800 |
---|---|---|
committer | Eric Anholt <eric@anholt.net> | 2006-12-27 17:41:45 -0800 |
commit | 05066632b068ae91d7be77e3a199ea0d337d975b (patch) | |
tree | 32e4caf8b8df782753c80d067e11c03252148268 /src/i830_video.h | |
parent | 46df75ccd4647ea033583130253a2a2218b34a20 (diff) |
Move 965 textured-video out to a separate file.
Diffstat (limited to 'src/i830_video.h')
-rw-r--r-- | src/i830_video.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/i830_video.h b/src/i830_video.h index 12a5bda2..a00cd508 100644 --- a/src/i830_video.h +++ b/src/i830_video.h @@ -88,3 +88,11 @@ void I915DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, short src_w, short src_h, short drw_w, short drw_h, DrawablePtr pDraw); + +void I965DisplayVideoTextured(ScrnInfoPtr pScrn, I830PortPrivPtr pPriv, + 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, + DrawablePtr pDraw); |