On Friday, June 26, 2015 05:50:52 PM Topi Pohjolainen wrote:
> This is stimulating the shader binary re-use logic in i965 buffer
> object uploading. Without relaxing the current constraints there
> will be two identical copies in the cache. With the introduced
> three patches the logic begins to sh
On Fri, Jun 26, 2015 at 10:54:48AM -0400, Ilia Mirkin wrote:
> On Fri, Jun 26, 2015 at 10:50 AM, Topi Pohjolainen
> wrote:
> > This is stimulating the shader binary re-use logic in i965 buffer
> > object uploading. Without relaxing the current constraints there
> > will be two identical copies in
On Fri, Jun 26, 2015 at 10:50 AM, Topi Pohjolainen
wrote:
> This is stimulating the shader binary re-use logic in i965 buffer
> object uploading. Without relaxing the current constraints there
> will be two identical copies in the cache. With the introduced
> three patches the logic begins to shar
This is stimulating the shader binary re-use logic in i965 buffer
object uploading. Without relaxing the current constraints there
will be two identical copies in the cache. With the introduced
three patches the logic begins to share only one copy between
two entries in the cache.
CC: Kenneth Grau