Displaying 6 results from an estimated 6 matches for "clipboxes".
2010 Jul 29
1
[PATCH] Reflow logic to make it easier to follow
...NVGetDrawablePixmap(pDraw);
+ if (action_flags & USE_OVERLAY) {
+ if (pNv->Architecture == NV_ARCH_04) {
+ NV04PutOverlayImage(pScrn, pPriv->video_mem, offset,
+ id, dstPitch, &dstBox, 0, 0,
+ xb, yb, npixels, nlines,
+ src_w, src_h, drw_w, drw_h,
+ clipBoxes);
+ } else {
+ NV10PutOverlayImage(pScrn, pPriv->video_mem, offset,
+ uv_offset, id, dstPitch, &dstBox,
+ 0, 0, xb, yb,
+ npixels, nlines, src_w, src_h,
+ drw_w, drw_h, clipBoxes);
+ }
+
+ pPriv->currentBuffer ^= 1;
+ } else {
+ int ret = BadImplement...
2010 Dec 03
1
Need help with bugreport...
Hi,
I filed a bugreport (found the FAQ for bug reports later...I hope that the adjustments I made (tag -> downloadable, setting priority to trivial, uploading more detailed logfiles) are correct (if I missed something, please tell me).
Now I'm kinda stuck...I tried to dig my way into wine and fix that problem myself but I've nearly none experience with c/c++ (I'm a good c#
2009 Mar 21
1
Forestplot () box size question
Hi All,
I have been able to modify the x-axis to start at zero by adding xlow
and xhigh parameters; that was pretty simple. I have been unable to
find the location of the code that would turn off the information
weighting of the box size (I have smaller randomized trials getting
less weight than a much larger non-randomized trial). The function
is forestplot() from rmeta.
Thanks for any
2009 Jan 31
1
[Bug 19860] New: xv texture adaptor kills X
...NV40PutTextureImage (pScrn=0x0, src=0x17cc700,
src_offset=0, 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,...
2007 May 30
0
[PATCH] added comments
...r
+ *
+ * @param pScrnInfo screen
+ * @param src_offset
+ * @param id colorspace of image
+ * @param src_pitch
+ * @param dstBox
+ * @param x1
+ * @param y1
+ * @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...
2007 Oct 16
22
[Bug 12825] New: TvTime shows only the upper left corner (~ 1280x1024) in Randr1.2
http://bugs.freedesktop.org/show_bug.cgi?id=12825
Summary: TvTime shows only the upper left corner (~ 1280x1024) in
Randr1.2
Product: xorg
Version: unspecified
Platform: x86 (IA32)
OS/Version: Linux (All)
Status: NEW
Severity: normal
Priority: medium
Component: Driver/nouveau