Re: [Mesa-dev] i965: Blorp state setup refactors

2015-04-28 Thread Kenneth Graunke
On Thursday, April 23, 2015 09:00:25 PM Topi Pohjolainen wrote: > This series introduces virtual member functions for blorp parameters > that know how certain part of the batch is to be programmed for the > shader in question. > > This will be taken advantage of later on when I add support for > l

[Mesa-dev] i965: Blorp state setup refactors

2015-04-23 Thread Topi Pohjolainen
This series introduces virtual member functions for blorp parameters that know how certain part of the batch is to be programmed for the shader in question. This will be taken advantage of later on when I add support for launching glsl-based programs. Topi Pohjolainen (16): i965/blorp: Remove c