Patches 2 (few comments), 5,6,7,8:

Reviewed-by: Tapani Pälli <tapani.pa...@intel.com>

(for the others I need more coffee)

On 08/05/2017 04:30 AM, Emil Velikov wrote:
On 5 August 2017 at 00:25, Emil Velikov <emil.l.veli...@gmail.com> wrote:
From: Emil Velikov <emil.veli...@collabora.com>

The function can handle only window surfaces, so let's rename it
accordingly, killing the wrapper around it.

Suggested-by: Eric Engestrom <eric.engest...@imgtec.com>
Signed-off-by: Emil Velikov <emil.veli...@collabora.com>
---
New patch
---
  src/egl/drivers/dri2/platform_drm.c | 17 ++++-------------
  1 file changed, 4 insertions(+), 13 deletions(-)

diff --git a/src/egl/drivers/dri2/platform_drm.c 
b/src/egl/drivers/dri2/platform_drm.c
index 8d56fcb7698..89ad9e0d10c 100644
--- a/src/egl/drivers/dri2/platform_drm.c
+++ b/src/egl/drivers/dri2/platform_drm.c
@@ -91,9 +91,9 @@ has_free_buffers(struct gbm_surface *_surf)
  }

  static _EGLSurface *
-dri2_drm_create_surface(_EGLDriver *drv, _EGLDisplay *disp, EGLint type,
-                        _EGLConfig *conf, void *native_surface,
-                        const EGLint *attrib_list)
+dri2_drm_create_window_surface(_EGLDriver *drv, _EGLDisplay *disp,
+                               _EGLConfig *conf, void *native_window,

Fixed this locally to read native_surface, instead of native_window.

-Emil
_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to