> +        /* Remove the entry in the FBO -> batch hash table if the batch
> +         * matches. This way, next draws/clears targeting this FBO will 
> trigger
> +         * the creation of a new batch.
> +         */
> +        entry = _mesa_hash_table_search(ctx->batches, &batch->key);
> +     if (entry && entry->data == batch)
> +                _mesa_hash_table_remove(ctx->batches, entry);

Spacing got messed up here, otherwise R-b
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to