[PATCH 1/2] exa: remove some outdated comment
Michel Dänzer
michel at daenzer.net
Mon Nov 2 04:08:55 PST 2009
On Sun, 2009-11-01 at 22:08 +0100, Maarten Maathuis wrote:
> - This comment is still in exa_driver.c and there it makes sense.
>
> Signed-off-by: Maarten Maathuis <madman2003 at gmail.com>
> ---
> exa/exa_mixed.c | 4 ----
> 1 files changed, 0 insertions(+), 4 deletions(-)
>
> diff --git a/exa/exa_mixed.c b/exa/exa_mixed.c
> index bc393c7..b29ee35 100644
> --- a/exa/exa_mixed.c
> +++ b/exa/exa_mixed.c
> @@ -154,10 +154,6 @@ exaModifyPixmapHeader_mixed(PixmapPtr pPixmap, int width, int height, int depth,
> if (pExaScr->info->ModifyPixmapHeader && pExaPixmap->driverPriv) {
> ret = pExaScr->info->ModifyPixmapHeader(pPixmap, width, height, depth,
> 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)
> goto out;
> }
Acked-by: Michel Dänzer <michel at daenzer.net>
--
Earthling Michel Dänzer | http://www.vmware.com
Libre software enthusiast | Debian, X and DRI developer
More information about the xorg-devel
mailing list