Re: [Mesa-dev] [PATCH 3/3] i965: Stop aux data compare preventing program binary re-use

2015-06-29 Thread Anuj Phogat
On Thu, Jun 25, 2015 at 5:45 AM, Topi Pohjolainen topi.pohjolai...@intel.com wrote: Items in the program cache consist of three things: key, the data representing the instructions and auxiliary data representing uniform storage. The data consisting of instructions is stored into a drm buffer

[Mesa-dev] [PATCH 3/3] i965: Stop aux data compare preventing program binary re-use

2015-06-25 Thread Topi Pohjolainen
Items in the program cache consist of three things: key, the data representing the instructions and auxiliary data representing uniform storage. The data consisting of instructions is stored into a drm buffer object while the key and the auxiliary data reside in malloced section. Now the cache