search for: nbox

Displaying 14 results from an estimated 14 matches for "nbox".

Did you mean: inbox
2015 Aug 25
1
[Bug 91756] New: glean test vertProg1 segfaulting X server in exaHWCopyNtoN
...g1 That immediately crashes the X server with a segfault an attached gdb show following backtrace: #0 exaHWCopyNtoN (pSrcDrawable=pSrcDrawable at entry=0x55920c1fbb20, pDstDrawable=pDstDrawable at entry=0x55920c262620, pGC=pGC at entry=0x55920c2627b0, pbox=pbox at entry=0x7ffdc7dee340, nbox=nbox at entry=1, dx=dx at entry=13, dy=31, reverse=0, upsidedown=0) at ../../exa/exa_accel.c:424 #1 0x00007fb5e5baedcf in exaCopyNtoN (pSrcDrawable=pSrcDrawable at entry=0x55920c1fbb20, pDstDrawable=0x55920c262620, pGC=0x55920c2627b0, pbox=pbox at entry=0x7ffdc7dee340, nbox=nbox at...
2011 Apr 19
2
Markov transition matrices , missing transitions for certain years
...the function or a way around it that would be most appreciated! Thank you! -------------- Function requires the commands already listed above: FMAT <- matrx(0, nrow=4, ncol=4, byrow=TRUE) #This is the matrix that will store the frequency of each possible transition occurring over the 4 years nboxes <- 4 nyears <- 4 for(row in 1:nboxes) { for(col in 1:(nyears-1)) { FMAT[boxes[row,col+1], boxes[row,col]] <- boxes[boxes[row, col+1], boxes[row,col]] #This is the line of code I have been struggling with an am unsure about. I have tried #various versions of this and keep getting an asso...
1999 Sep 20
3
image legend
Dear R users, Does anyone have a function for putting a legend on an image plot? I couldn't locate an R equivalent of image.legend....has anyone written such a thing? kind regards andy --------------------------------------------------------------------- J. Andy Royle, U.S. Fish and Wildlife Service - Office of Migratory Bird Management; 11510 American Holly Drive , Laurel, MD
2016 Oct 17
2
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
...4,6 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, > { dst, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR }, > }; > struct nouveau_pushbuf *push = pNv->pushbuf; > - uint32_t mode = 0xd0005000 | (src->config.nvc0.tile_mode << 18); > float X1, X2, Y1, Y2; > BoxPtr pbox; > int nbox; > @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, > > PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); > if (id == FOURCC_YV12 || id == FOURCC_I420) { > - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | > + PUSH_TIC(push, src, packed_y, width, h...
2004 Feb 03
1
RE: Asterisk-Users digest, Vol 1 #2719 - 10 msgs
...ssume as Linux > is GPL'd Snom will supply the source code? It would be > fun to install an Asterisk server in a phone. > > > > --- Panny Malialis <panny@hotlinks.co.uk> wrote: > > Does anyone have it running on a Cyclades T100 ? same as used for > > ntop/nbox. > > > > I was thinking of using that as an IAX->sip translator for offices > > with NAT. > > > > CPU MPC855T (PowerPC Dual-CPU) > > Memory 32MB RAM / 4MB Flash (TS100) > > Interfaces1 Ethernet 10/100BT on RJ45 > > 1 RS232 Console on RJ45 > >...
2004 Feb 03
7
The Smallest Asterisk Server Ever?
Hello all, Saturday night, after a couple of shots of bourbon, I realized that I had an old PC sitting in the garage that I could use as an Asterisk gateway if I just blew the dust off it and reloaded it with a modern Linux distribution. In my characteristically impulsive manner, I grabbed it and started cleaning it up so that I could put it in my office without my wife having a fit. The
2016 Oct 16
0
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
...v.c +++ b/src/nvc0_xv.c @@ -74,7 +74,6 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, { dst, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR }, }; struct nouveau_pushbuf *push = pNv->pushbuf; - uint32_t mode = 0xd0005000 | (src->config.nvc0.tile_mode << 18); float X1, X2, Y1, Y2; BoxPtr pbox; int nbox; @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); if (id == FOURCC_YV12 || id == FOURCC_I420) { - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | + PUSH_TIC(push, src, packed_y, width, height, 0, + NV50TIC_0_0_M...
2016 Oct 27
0
[PATCH v2 5/7] nvc0: refactor TIC uploads to allow different specifics per generation
...v.c +++ b/src/nvc0_xv.c @@ -74,7 +74,6 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, { dst, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR }, }; struct nouveau_pushbuf *push = pNv->pushbuf; - uint32_t mode = 0xd0005000 | (src->config.nvc0.tile_mode << 18); float X1, X2, Y1, Y2; BoxPtr pbox; int nbox; @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); if (id == FOURCC_YV12 || id == FOURCC_I420) { - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | + PUSH_TIC(push, src, packed_y, width, height, 0, + NV50TIC_0_0_M...
2016 Oct 17
0
[PATCH 4/5] nvc0: refactor TIC uploads to allow different specifies per generation
...OUVEAU_BO_VRAM | NOUVEAU_BO_WR }, >> }; >> struct nouveau_pushbuf *push = pNv->pushbuf; >> - uint32_t mode = 0xd0005000 | (src->config.nvc0.tile_mode << 18); >> float X1, X2, Y1, Y2; >> BoxPtr pbox; >> int nbox; >> @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, >> >> PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); >> if (id == FOURCC_YV12 || id == FOURCC_I420) { >> - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | >>...
2010 Jul 27
0
NV50 inifinite loop
...gt;, yMask=<value optimized out>, xDst=268, yDst=0, width=<value optimized out>, height=<value optimized out>) at ../../exa/exa_render.c:759 region = {extents = {x1 = 268, y1 = 0, x2 = 848, y2 = 28}, data = 0x3794a70} pbox = <value optimized out> nbox = <value optimized out> src_off_x = <value optimized out> src_off_y = <value optimized out> mask_off_x = <value optimized out> mask_off_y = <value optimized out> dst_off_x = 0 dst_off_y = 0 pSrcPix = 0x2057530...
2016 Oct 27
2
[PATCH v2 5/7] nvc0: refactor TIC uploads to allow different specifics per generation
...4,6 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, > { dst, NOUVEAU_BO_VRAM | NOUVEAU_BO_WR }, > }; > struct nouveau_pushbuf *push = pNv->pushbuf; > - uint32_t mode = 0xd0005000 | (src->config.nvc0.tile_mode << 18); > float X1, X2, Y1, Y2; > BoxPtr pbox; > int nbox; > @@ -105,71 +104,49 @@ nvc0_xv_image_put(ScrnInfoPtr pScrn, > > PUSH_DATAu(push, pNv->scratch, TIC_OFFSET, 16); > if (id == FOURCC_YV12 || id == FOURCC_I420) { > - PUSH_DATA (push, NV50TIC_0_0_MAPA_C0 | NV50TIC_0_0_TYPEA_UNORM | > + PUSH_TIC(push, src, packed_y, width, h...
2009 Mar 20
12
[Bug 20780] New: nouveau corrupts and crashes on 7800gt when NoAccel= false after a few drawing operations
http://bugs.freedesktop.org/show_bug.cgi?id=20780 Summary: nouveau corrupts and crashes on 7800gt when NoAccel=false after a few drawing operations Product: xorg Version: unspecified Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW Severity: normal Priority: medium
2016 Oct 16
10
[PATCH 1/5] hwdefs: update nvc0_3d, add gm107_texture for new TIC format
These are copied directly from the mesa repository. Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu> --- src/hwdefs/gm107_texture.xml.h | 365 +++++++++++++++++ src/hwdefs/nvc0_3d.xml.h | 867 +++++++++++++++++++++++++---------------- 2 files changed, 892 insertions(+), 340 deletions(-) create mode 100644 src/hwdefs/gm107_texture.xml.h diff --git
2016 Oct 27
11
[PATCH v2 0/7] Add Maxwell support
I believe I've addressed all the feedback from the first time around, and also made fixes necessary for GM20x based on testing results. I believe now it should actually work for all GM10x and GM20x. Further, GP10x should be very easy to add, but without someone to actually test I didn't want to claim support for it. Ilia Mirkin (7): exa: add GM10x acceleration support hwdefs: update