Re: [Mesa-dev] [PATCH V3 09/13] i965: implement indirect drawing for Gen7

2013-11-12 Thread Eric Anholt
Chris Forbes writes: > Just prior to emitting the 3DPRIMITIVE command, we load each of the > indirect registers. The values loaded are either from offsets into the > current indirect BO, or constant zero if the parameter is not used for > this draw. > > Enabling use of the indirect registers is d

Re: [Mesa-dev] [PATCH V3 09/13] i965: implement indirect drawing for Gen7

2013-11-12 Thread Kenneth Graunke
On 11/09/2013 01:02 AM, Chris Forbes wrote: > Just prior to emitting the 3DPRIMITIVE command, we load each of the > indirect registers. The values loaded are either from offsets into the > current indirect BO, or constant zero if the parameter is not used for > this draw. > > Enabling use of the i

[Mesa-dev] [PATCH V3 09/13] i965: implement indirect drawing for Gen7

2013-11-09 Thread Chris Forbes
Just prior to emitting the 3DPRIMITIVE command, we load each of the indirect registers. The values loaded are either from offsets into the current indirect BO, or constant zero if the parameter is not used for this draw. Enabling use of the indirect registers is done by turning on a bit in the fir