Kenneth Graunke <kenn...@whitecape.org> writes:

> We don't currently use the clipper statistics, but we'll soon use
> CL_INVOCATIONS_COUNT to implement the GL_PRIMITIVES_GENERATED query.
> The number of primitives generated is not supposed to be altered during
> operations such as glGenerateMipmap.
>
> Prevents spec/EXT_transform_feedback/generatemipmap prims_generated
> from breaking when we start using pipeline statistics registers to
> implement the GL_PRIMITIVES_GENERATED query in a few commits.

Missing state flagging -- I guess we should check for new
_mesa_meta_in_progress() at the start of brw_state_upload, and flag a
BRW_NEW_META_IN_PROGRESS for it.

Attachment: pgpzsXQ4J5i8d.pgp
Description: PGP signature

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to