Searched refs:fakexa (Results 1 – 3 of 3) sorted by relevance
61 EphyrFakexaPriv *fakexa = scrpriv->fakexa; in ephyrPreparePipelinedAccess() local63 assert(fakexa->saved_ptrs[index] == NULL); in ephyrPreparePipelinedAccess()64 fakexa->saved_ptrs[index] = pPix->devPrivate.ptr; in ephyrPreparePipelinedAccess()69 pPix->devPrivate.ptr = fakexa->exa->memoryBase + exaGetPixmapOffset(pPix); in ephyrPreparePipelinedAccess()82 EphyrFakexaPriv *fakexa = scrpriv->fakexa; in ephyrFinishPipelinedAccess() local84 pPix->devPrivate.ptr = fakexa->saved_ptrs[index]; in ephyrFinishPipelinedAccess()85 fakexa->saved_ptrs[index] = NULL; in ephyrFinishPipelinedAccess()100 EphyrFakexaPriv *fakexa = scrpriv->fakexa; in ephyrPrepareSolid() local105 fakexa->pDst = pPix; in ephyrPrepareSolid()106 fakexa->pGC = GetScratchGC(pPix->drawable.depth, pScreen); in ephyrPrepareSolid()[all …]
68 EphyrFakexaPriv *fakexa; member
16371 Fixes Xephyr -fakexa crashing on startup.166594 Fix indentation of fakexa help text.176170 This is only used by fakexa, but we would have missed some errors without this177268 issues like the previous commit. Leave it on in fakexa.177768 exaPrepare/FinishAccess()es. Revealed by xtest with fakexa.177833 exaPrepare/FinishAccess(). This was used with fakexa to find (by NULL178386 stable in testing with fakexa, unlike the work as a whole.178497 If fakexa is enabled, create a larger buffer in the Ximage, but keep the178498 same width/height for front-buffer drawing. The fakexa code then uses178500 absurdity of fakexa's offscreen pixmap alignment requirements (odd[all …]