Home
last modified time | relevance | path

Searched refs:fakexa (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/kdrive/ephyr/
H A Dephyr_draw.c61 EphyrFakexaPriv *fakexa = scrpriv->fakexa; in ephyrPreparePipelinedAccess() local
63 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() local
84 pPix->devPrivate.ptr = fakexa->saved_ptrs[index]; in ephyrFinishPipelinedAccess()
85 fakexa->saved_ptrs[index] = NULL; in ephyrFinishPipelinedAccess()
100 EphyrFakexaPriv *fakexa = scrpriv->fakexa; in ephyrPrepareSolid() local
105 fakexa->pDst = pPix; in ephyrPrepareSolid()
106 fakexa->pGC = GetScratchGC(pPix->drawable.depth, pScreen); in ephyrPrepareSolid()
[all …]
H A Dephyr.h68 EphyrFakexaPriv *fakexa; member
/OK3568_Linux_fs/external/xserver/
H A DChangeLog16371 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 this
177268 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 NULL
178386 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 the
178498 same width/height for front-buffer drawing. The fakexa code then uses
178500 absurdity of fakexa's offscreen pixmap alignment requirements (odd
[all …]