On 12/19/2011 04:18 PM, Paul Berry wrote:
[snip]
> - [PATCH 0/8] i965 gen6: Initial implementation of transform feedback.
> - [PATCH] i965: Implement bounds checking for transform feedback output.
> - [PATCH 2/2] i965 gen6: Implement rasterizer discard.
>
> If you want to see this patch series in
This patch series adds support for the transform feedback queries
(PRIMITIVES_GENERATED and TRANSFORM_FEEDBACK_PRIMITIVES_WRITTEN) for
i965 Gen6. For now, the queries are implemented using software
counters, since we don't yet have the necessary kernel support to use
the hardware counters. (The k