> + /* 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).
_______________________________________________
xorg mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/xorg