Re: [Mesa-dev] [RFC 07/10] mesa: add program blob cache functionality

2018-01-10 Thread Tapani Pälli
On 01/11/2018 12:43 AM, Jordan Justen wrote: On 2018-01-08 23:48:19, Tapani Pälli wrote: Cache set and get are called in similar fashion as what is happening with disk cache. Functionality requires ARB_get_program_binary and EGL_ANDROID_blob_cache support. Signed-off-by: Tapani Pälli

Re: [Mesa-dev] [RFC 07/10] mesa: add program blob cache functionality

2018-01-10 Thread Jordan Justen
On 2018-01-08 23:48:19, Tapani Pälli wrote: > Cache set and get are called in similar fashion as what is happening > with disk cache. Functionality requires ARB_get_program_binary and > EGL_ANDROID_blob_cache support. > > Signed-off-by: Tapani Pälli > --- >

Re: [Mesa-dev] [RFC 07/10] mesa: add program blob cache functionality

2018-01-09 Thread Tapani Pälli
On 01/09/2018 05:05 PM, Eric Engestrom wrote: On Tuesday, 2018-01-09 09:48:19 +0200, Tapani Pälli wrote: Cache set and get are called in similar fashion as what is happening with disk cache. Functionality requires ARB_get_program_binary and EGL_ANDROID_blob_cache support. Signed-off-by:

Re: [Mesa-dev] [RFC 07/10] mesa: add program blob cache functionality

2018-01-09 Thread Eric Engestrom
On Tuesday, 2018-01-09 09:48:19 +0200, Tapani Pälli wrote: > Cache set and get are called in similar fashion as what is happening > with disk cache. Functionality requires ARB_get_program_binary and > EGL_ANDROID_blob_cache support. > > Signed-off-by: Tapani Pälli > --- >

[Mesa-dev] [RFC 07/10] mesa: add program blob cache functionality

2018-01-08 Thread Tapani Pälli
Cache set and get are called in similar fashion as what is happening with disk cache. Functionality requires ARB_get_program_binary and EGL_ANDROID_blob_cache support. Signed-off-by: Tapani Pälli --- src/mesa/Makefile.sources | 2 +