Re: [PATCH] exa: fix CreatePixmap2 to be useful for tiling.

2009-08-14 Thread Maarten Maathuis
You need to be more explicit about the requirement to *SET* the pitch yourself in CreatePixmap2, since it currently only mentions that you may need to modify it. Maarten. ___ xorg-devel mailing list xorg-devel@lists.x.org

[PATCH] exa: fix CreatePixmap2 to be useful for tiling.

2009-08-10 Thread Dave Airlie
This adds a pitch return so that the driver can align the pitch to any value it wishes and not just the one it gave to EXA at startup. --- exa/exa.h |6 -- exa/exa_driver.c | 31 +-- exa/exa_migration_mixed.c | 16 +---