Re: [Mesa-dev] [PATCH] egl: Add swrast support to surfaceless platform

2017-08-02 Thread Gurchetan Singh
Would kms_swrast + vgem for surfaceless also work for the use case raised in the bug, or is that a no-go because it assumes the presence of a driver? I've been testing it[1], it works pretty well, except for one issue during ChromeOS startup. [1] https://chromium-review.googlesource.com/c/558218

Re: [Mesa-dev] [PATCH] egl: Add swrast support to surfaceless platform

2017-08-02 Thread Emil Velikov
[+Chad] Hi Akihiko Odaki, Thank you for the patch and welcome to Mesa! How you tested this patch? Did you run a test suite like piglit, dEQP, etc? Can you give it a spin with either one of these, comparing HW vs swrast surfacess and share the results. On 1 August 2017 at 06:49, Akihiko Odaki w

[Mesa-dev] [PATCH] egl: Add swrast support to surfaceless platform

2017-07-31 Thread Akihiko Odaki
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=101397 --- src/egl/drivers/dri2/platform_surfaceless.c | 114 ++-- src/gallium/state_trackers/dri/drisw.c | 45 ++- 2 files changed, 148 insertions(+), 11 deletions(-) diff --git a/src/egl/drivers/dri2/pl