Re: [Mesa-dev] [PATCH] virgl: force linear texturing support

2018-12-10 Thread Gurchetan Singh
On Mon, Dec 10, 2018 at 7:05 AM Erik Faye-Lund wrote: > When I made sure that half-float texture-filtering was required for ES3, > I didn't realize that virgl doesn't report support for this correctly. > This regressed the GLES version available on top of several drivers, > including i965 from 3.

[Mesa-dev] [PATCH] virgl: force linear texturing support

2018-12-10 Thread Erik Faye-Lund
When I made sure that half-float texture-filtering was required for ES3, I didn't realize that virgl doesn't report support for this correctly. This regressed the GLES version available on top of several drivers, including i965 from 3.2 to 2.0. This is going to need protocol changes to fix properl