[Mesa-dev] [PATCH 0/4] i965: Properly handle CCS in glxBindTexImageEXT

2017-09-12 Thread Jason Ekstrand
This little series fixes (I think!) a bug in glxBindTexImageEXT when using modifiers. Before, we were using make_shareable which resolves everything and then permanently throws away any aux information. In the world of modifiers, that aux information is suddenly important. This was causing rende

Re: [Mesa-dev] [PATCH 0/4] i965: Properly handle CCS in glxBindTexImageEXT

2017-09-13 Thread Daniel Stone
Hi, On 13 September 2017 at 00:23, Jason Ekstrand wrote: > This little series fixes (I think!) a bug in glxBindTexImageEXT when using > modifiers. Before, we were using make_shareable which resolves everything > and then permanently throws away any aux information. In the world of > modifiers,