EXA bug: Calling FinishAccess on pixmap 0xaf06d008 with index 1 while it should have been (nil).
Michel Dänzer
michel at daenzer.net
Tue Jul 21 05:36:56 PDT 2009
On Tue, 2009-07-21 at 12:14 +0200, Maarten Maathuis wrote:
> > + /* If slot for this index is taken, find an empty slot */
> > + if (pExaScr->access[index].pixmap) {
> > + for (index = EXA_NUM_PREPARE_INDICES - 1; index >= 0; index--)
> > + if (!pExaScr->access[index].pixmap)
> > break;
> > + }
>
> Maybe add a note in the headerfile that people cannot assume that the
> word src or dst has any meaning with regards to usage (wrt to specific
> optimisations).
Done and pushed.
--
Earthling Michel Dänzer | http://www.vmware.com
Libre software enthusiast | Debian, X and DRI developer
More information about the xorg
mailing list