[Mesa-dev] [PATCH] egl_dri2: Remove trailing whitespaces
Boyan Ding
boyan.j.ding at gmail.com
Fri Jun 26 06:54:45 PDT 2015
Can someone help me push this please?
2015-06-13 17:25 GMT+08:00 Marek Olšák <maraeo at gmail.com>:
> Reviewed-by: Marek Olšák <marek.olsak at amd.com>
>
> Marek
>
> On Sat, Jun 13, 2015 at 9:36 AM, Boyan Ding <boyan.j.ding at gmail.com>
> wrote:
> > Signed-off-by: Boyan Ding <boyan.j.ding at gmail.com>
> > ---
> > src/egl/drivers/dri2/egl_dri2.c | 10 +++++-----
> > src/egl/drivers/dri2/egl_dri2.h | 6 +++---
> > src/egl/drivers/dri2/platform_wayland.c | 8 ++++----
> > src/egl/drivers/dri2/platform_x11.c | 2 +-
> > 4 files changed, 13 insertions(+), 13 deletions(-)
> >
> > diff --git a/src/egl/drivers/dri2/egl_dri2.c
> b/src/egl/drivers/dri2/egl_dri2.c
> > index 44a6c96..e590db6 100644
> > --- a/src/egl/drivers/dri2/egl_dri2.c
> > +++ b/src/egl/drivers/dri2/egl_dri2.c
> > @@ -139,7 +139,7 @@ dri2_add_config(_EGLDisplay *disp, const __DRIconfig
> *dri_config, int id,
> >
> > dri2_dpy = disp->DriverData;
> > _eglInitConfig(&base, disp, id);
> > -
> > +
> > i = 0;
> > double_buffer = 0;
> > bind_to_texture_rgb = 0;
> > @@ -155,7 +155,7 @@ dri2_add_config(_EGLDisplay *disp, const __DRIconfig
> *dri_config, int id,
> > else
> > return NULL;
> > _eglSetConfigKey(&base, EGL_COLOR_BUFFER_TYPE, value);
> > - break;
> > + break;
> >
> > case __DRI_ATTRIB_CONFIG_CAVEAT:
> > if (value & __DRI_ATTRIB_NON_CONFORMANT_CONFIG)
> > @@ -365,7 +365,7 @@ dri2_bind_extensions(struct dri2_egl_display
> *dri2_dpy,
> > }
> > }
> > }
> > -
> > +
> > for (j = 0; matches[j].name; j++) {
> > field = ((char *) dri2_dpy + matches[j].offset);
> > if (*(const __DRIextension **) field == NULL) {
> > @@ -624,7 +624,7 @@ dri2_create_screen(_EGLDisplay *disp)
> > dri2_dpy->own_dri_screen = 1;
> >
> > extensions = dri2_dpy->core->getExtensions(dri2_dpy->dri_screen);
> > -
> > +
> > if (dri2_dpy->dri2) {
> > if (!dri2_bind_extensions(dri2_dpy, dri2_core_extensions,
> extensions))
> > goto cleanup_dri_screen;
> > @@ -1963,7 +1963,7 @@ dri2_create_drm_image_mesa(_EGLDriver *drv,
> _EGLDisplay *disp,
> > if (attrs.DRMBufferUseMESA & EGL_DRM_BUFFER_USE_CURSOR_MESA)
> > dri_use |= __DRI_IMAGE_USE_CURSOR;
> >
> > - dri2_img->dri_image =
> > + dri2_img->dri_image =
> > dri2_dpy->image->createImage(dri2_dpy->dri_screen,
> > attrs.Width, attrs.Height,
> > format, dri_use, dri2_img);
> > diff --git a/src/egl/drivers/dri2/egl_dri2.h
> b/src/egl/drivers/dri2/egl_dri2.h
> > index adade3d..22d1ac5 100644
> > --- a/src/egl/drivers/dri2/egl_dri2.h
> > +++ b/src/egl/drivers/dri2/egl_dri2.h
> > @@ -120,9 +120,9 @@ struct dri2_egl_display_vtbl {
> > EGLBoolean (*swap_buffers)(_EGLDriver *drv, _EGLDisplay *dpy,
> > _EGLSurface *surf);
> >
> > - EGLBoolean (*swap_buffers_with_damage)(_EGLDriver *drv, _EGLDisplay
> *dpy,
> > - _EGLSurface *surface,
> > - const EGLint *rects, EGLint
> n_rects);
> > + EGLBoolean (*swap_buffers_with_damage)(_EGLDriver *drv, _EGLDisplay
> *dpy,
> > + _EGLSurface *surface,
> > + const EGLint *rects, EGLint
> n_rects);
> >
> > EGLBoolean (*swap_buffers_region)(_EGLDriver *drv, _EGLDisplay *dpy,
> > _EGLSurface *surf, EGLint numRects,
> > diff --git a/src/egl/drivers/dri2/platform_wayland.c
> b/src/egl/drivers/dri2/platform_wayland.c
> > index ea2f9f2..61aaaf2 100644
> > --- a/src/egl/drivers/dri2/platform_wayland.c
> > +++ b/src/egl/drivers/dri2/platform_wayland.c
> > @@ -138,7 +138,7 @@ dri2_wl_create_surface(_EGLDriver *drv, _EGLDisplay
> *disp,
> > _eglError(EGL_BAD_ALLOC, "dri2_create_surface");
> > return NULL;
> > }
> > -
> > +
> > if (!_eglInitSurface(&dri2_surf->base, disp, EGL_WINDOW_BIT, conf,
> attrib_list))
> > goto cleanup_surf;
> >
> > @@ -157,7 +157,7 @@ dri2_wl_create_surface(_EGLDriver *drv, _EGLDisplay
> *disp,
> > dri2_surf->base.Width = -1;
> > dri2_surf->base.Height = -1;
> >
> > - dri2_surf->dri_drawable =
> > + dri2_surf->dri_drawable =
> > (*dri2_dpy->dri2->createNewDrawable) (dri2_dpy->dri_screen,
> > dri2_conf->dri_double_config,
> > dri2_surf);
> > @@ -361,7 +361,7 @@ get_back_bo(struct dri2_egl_surface *dri2_surf)
> > }
> >
> > if (dri2_surf->back->dri_image == NULL) {
> > - dri2_surf->back->dri_image =
> > + dri2_surf->back->dri_image =
> > dri2_dpy->image->createImage(dri2_dpy->dri_screen,
> > dri2_surf->base.Width,
> > dri2_surf->base.Height,
> > @@ -1229,7 +1229,7 @@ dri2_initialize_wayland_drm(_EGLDriver *drv,
> _EGLDisplay *disp)
> > wl_event_queue_destroy(dri2_dpy->wl_queue);
> > cleanup_dpy:
> > free(dri2_dpy);
> > -
> > +
> > return EGL_FALSE;
> > }
> >
> > diff --git a/src/egl/drivers/dri2/platform_x11.c
> b/src/egl/drivers/dri2/platform_x11.c
> > index c8f6113..f1101d6 100644
> > --- a/src/egl/drivers/dri2/platform_x11.c
> > +++ b/src/egl/drivers/dri2/platform_x11.c
> > @@ -55,7 +55,7 @@ swrastCreateDrawable(struct dri2_egl_display *
> dri2_dpy,
> > uint32_t mask;
> > const uint32_t function = GXcopy;
> > uint32_t valgc[2];
> > -
> > +
> > /* create GC's */
> > dri2_surf->gc = xcb_generate_id(dri2_dpy->conn);
> > mask = XCB_GC_FUNCTION;
> > --
> > 2.4.1
> >
> > _______________________________________________
> > mesa-dev mailing list
> > mesa-dev at lists.freedesktop.org
> > http://lists.freedesktop.org/mailman/listinfo/mesa-dev
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150626/12be33ea/attachment-0001.html>
More information about the mesa-dev
mailing list