[email protected] writes: > From: Mathias Fröhlich <[email protected]> > > Similar to _mesa_update_array_format add an argument to > avoid calling FLUSH_VERTICES in certain cases. > This will be used with the following change.
Do we need to avoid calling FLUSH_VERTICES in the following change, though? We've already called FLUSH_VERTICES(ctx, 0) at the top of _mesa_DeleteBuffers(), and here you're ORing the _NEW_ARRAY NewState in anyway, so it seems like we could just skip this change.
signature.asc
Description: PGP signature
_______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
