exa: remove some outdated comment
- This comment is still in exa_driver.c and there it makes sense. Signed-off-by: Maarten Maathuis <madman2003@gmail.com> Acked-by: Michel Dänzer <michel@daenzer.net> Signed-off-by: Keith Packard <keithp@keithp.com>
This commit is contained in:
parent
48b8c076a7
commit
412c56ef33
|
@ -154,10 +154,6 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, int height, int depth,
|
||||||
if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) {
|
if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) {
|
||||||
ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth,
|
ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth,
|
||||||
bitsPerPixel, devKind, pPixData);
|
bitsPerPixel, devKind, pPixData);
|
||||||
/* For EXA_HANDLES_PIXMAPS, we set pPixData to NULL.
|
|
||||||
* If pPixmap->devPrivate.ptr is non-NULL, then we've got a non-offscreen pixmap.
|
|
||||||
* We need to store the pointer, because PrepareAccess won't be called.
|
|
||||||
*/
|
|
||||||
if (ret == TRUE)
|
if (ret == TRUE)
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue