diff options
author | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-21 00:13:32 +0200 |
---|---|---|
committer | Thomas Hellstrom <thellstrom@vmware.com> | 2011-06-22 22:37:00 +0200 |
commit | 3650be74d5da602653b2b1d3cf3a6bb5a9cb3539 (patch) | |
tree | 0b810ae23c7a2c9f84c4f84563d3b3c18fffb404 /vmwgfx/vmwgfx_tex_video.c | |
parent | 63d7ddb35fe8b6743de182b73e6967f97f6a7eba (diff) |
vmwgfx: Try to match created hardware formats with the dri state tracker.
Diffstat (limited to 'vmwgfx/vmwgfx_tex_video.c')
-rw-r--r-- | vmwgfx/vmwgfx_tex_video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vmwgfx/vmwgfx_tex_video.c b/vmwgfx/vmwgfx_tex_video.c index fb8f41e..c357f06 100644 --- a/vmwgfx/vmwgfx_tex_video.c +++ b/vmwgfx/vmwgfx_tex_video.c @@ -455,7 +455,7 @@ display_video(ScreenPtr pScreen, struct xorg_xv_port_priv *pPriv, int id, REGION_NULL(pScreen, ®); - if (!vmwgfx_pixmap_validate_hw(pPixmap, ®, XA_FLAG_RENDER_TARGET, 0)) + if (!vmwgfx_pixmap_validate_hw(pPixmap, ®, 0, XA_FLAG_RENDER_TARGET, 0)) goto out_no_dst; hdtv = ((src_w >= RES_720P_X) && (src_h >= RES_720P_Y)); |