Displaying 3 results from an estimated 3 matches for "nv40_xv_tex".
2019 Jan 21
5
[PATCH xf86-video-nouveau 0/4] Compiler warnings series
.../destroy buffer and copy region functions as
static
xv: Mark local NVSetupTexturedVideo function as static
xv/nv30,nv40: Mark local NV30GetSurfaceFormat and NV40GetSurfaceFormat
as static
src/nouveau_dri2.c | 12 ++++++------
src/nouveau_xv.c | 2 +-
src/nv30_xv_tex.c | 2 +-
src/nv40_xv_tex.c | 2 +-
src/nv_proto.h | 1 -
5 files changed, 9 insertions(+), 10 deletions(-)
--
2.19.1
2010 Feb 09
1
texture dimension limits in ddx
in nv10_exa.c :
check_texture does :
if (w > 2046 || h > 2046)
NOUVEAU_FALLBACK("picture too large, %dx%d\n", w, h);
check_render_target does :
if (w > 4096 || h > 4096)
return FALSE;
So we have different size limits for the source and the destination ?
Another thing is that nv20 uses nv10_exa.c code, and the limit in
2009 Jan 31
1
[Bug 19860] New: xv texture adaptor kills X
...src_offset2=691200, id=<value optimized out>,
src_pitch=<value optimized out>, dstBox=0x7fffd2c324c0, x1=0, y1=0,
x2=62914560, y2=47185920, width=960, height=720, src_w=480, src_h=360,
drw_w=960, drw_h=720, clipBoxes=0x7fffd2c325c0, ppix=0x1c412f0,
pPriv=0x8213b8) at nv40_xv_tex.c:356
#6 0x00002b79db187d64 in NVPutImage (pScrn=0x7fb940, src_x=0, src_y=0,
drw_x=32, drw_y=51, src_w=960, src_h=720, drw_w=960, drw_h=720,
id=842094169, buf=0x2b79e6015000 "", width=960, height=720, Sync=0,
clipBoxes=0x7fffd2c325c0, data=0x8213b8, pDraw=0x17b9330)
at...