Re: [Mesa-dev] [PATCH 1/4] gallium-egl: Use native types rather than EGL ones

2013-07-08 Thread Emil Velikov
ping Does anyone have any objections on this patch? Feel free to commit, it looks ok Cheers Emil On 22/06/13 16:43, Emil Velikov wrote: Change egl_g3d_wl_drm_common_query_buffer() to use boolean/int rather than EGLBoolean/EGLint, based on the interface in native_wayland_bufmgr.h, Resolves

[Mesa-dev] [PATCH 1/4] gallium-egl: Use native types rather than EGL ones

2013-06-22 Thread Emil Velikov
Change egl_g3d_wl_drm_common_query_buffer() to use boolean/int rather than EGLBoolean/EGLint, based on the interface in native_wayland_bufmgr.h, Resolves type conversion warnings spotted by gcc x11/native_dri2.c:892:1: warning: initialization from incompatible pointer type[enabled by default]