Thank you Ken!
On Tue, Oct 3, 2017 at 2:26 AM, Kenneth Graunke
wrote:
> On Monday, October 2, 2017 1:58:23 PM PDT Plamena Manolova wrote:
> > A series of patches introducing ARB_indirect_parameters
> > for i965. We can implement ARB_indirect_parameters for i965
> > by taking advantage of the con
A series of patches introducing ARB_indirect_parameters
for i965. We can implement ARB_indirect_parameters for i965
by taking advantage of the conditional rendering mechanism.
This works by issuing maxdrawcount draw calls and using
conditional rendering to predicate each of them with
"drawcount > g
On Monday, October 2, 2017 1:58:23 PM PDT Plamena Manolova wrote:
> A series of patches introducing ARB_indirect_parameters
> for i965. We can implement ARB_indirect_parameters for i965
> by taking advantage of the conditional rendering mechanism.
> This works by issuing maxdrawcount draw calls and