Re: [Mesa-dev] [PATCH] virgl: Expose GL_ARB_copy_image if host supports it

2018-07-20 Thread Gurchetan Singh
Reviewed-by: Gurchetan Singh On Tue, Jul 3, 2018 at 4:32 AM Gert Wollny wrote: > > Signed-off-by: Gert Wollny > --- > Note that I used (1 << 3) instead of (1 << 2) because Dave's experimental > patch > already uses the latter for computer shader caps. > The host side patch starting to implement

[Mesa-dev] [PATCH] virgl: Expose GL_ARB_copy_image if host supports it

2018-07-03 Thread Gert Wollny
Signed-off-by: Gert Wollny --- Note that I used (1 << 3) instead of (1 << 2) because Dave's experimental patch already uses the latter for computer shader caps. The host side patch starting to implement this can be found here: https://patchwork.freedesktop.org/series/45064/ Thanks for reviewi