search for: exapixmapisoffscreen

Displaying 3 results from an estimated 3 matches for "exapixmapisoffscreen".

2008 Jan 21
4
[Bug 14174] New: nouveau uses symbols from private header exa_priv.h
...All OS/Version: All Status: NEW Severity: minor Priority: low Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org ReportedBy: anssi at mandriva.org QAContact: xorg-team at lists.x.org nouveau uses symbols exaPixmapIsOffscreen, exaGetDrawablePixmap from exa_priv.h, which is not a public header. Those functions should either be moved to public headers or something else used in nouveau instead of them. -- Configure bugmail: http://bugs.freedesktop.org/userprefs.cgi?tab=email ------- You are receiving this mail because:...
2008 May 01
15
[Bug 15792] New: nv04 (TNT2) video blitter problem.
http://bugs.freedesktop.org/show_bug.cgi?id=15792 Summary: nv04 (TNT2) video blitter problem. Product: xorg Version: git Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium Component: Driver/nouveau AssignedTo: nouveau at lists.freedesktop.org
2007 May 30
0
[PATCH] added comments
...+ * @param x2 + * @param y2 + * @param width + * @param height + * @param src_w + * @param src_h + * @param drw_w + * @param drw_h + * @param clipBoxes + */ static void NVPutOverlayImage(ScrnInfoPtr pScrnInfo, int offset, int id, int dstPitch, BoxPtr dstBox, @@ -358,6 +441,30 @@ extern Bool exaPixmapIsOffscreen(PixmapPtr p); extern void exaMoveInPixmap(PixmapPtr pPixmap); #endif +/** + * NVPutBlitImage + * uses the DMA controller of the GPU to blit + * (block transfer) image from an offscreen buffer into + * the color buffer + * + * @param pScrnInfo screen + * @param src_offset + * @param id colorspa...