Re: [Mesa-dev] [PATCH v3 11/42] i965: Implement L3 state atom.

2015-11-26 Thread Francisco Jerez
Matt Turner writes: > On Wed, Nov 25, 2015 at 6:26 AM, Francisco Jerez > wrote: >> The L3 state atom calculates the target L3 partition weights when the >> program bound to some shader stage is modified, and in case they are >> far enough from the current partitioning it makes sure that the L3

Re: [Mesa-dev] [PATCH v3 11/42] i965: Implement L3 state atom.

2015-11-25 Thread Matt Turner
On Wed, Nov 25, 2015 at 6:26 AM, Francisco Jerez wrote: > The L3 state atom calculates the target L3 partition weights when the > program bound to some shader stage is modified, and in case they are > far enough from the current partitioning it makes sure that the L3 > state is re-emitted. > > v3:

[Mesa-dev] [PATCH v3 11/42] i965: Implement L3 state atom.

2015-11-25 Thread Francisco Jerez
The L3 state atom calculates the target L3 partition weights when the program bound to some shader stage is modified, and in case they are far enough from the current partitioning it makes sure that the L3 state is re-emitted. v3: Fix for inconsistent units the context URB size is expressed in.