[Mesa-dev] [PATCH 00/10] egl: Little cleanups

Eric Engestrom eric at engestrom.ch
Thu Jun 22 18:40:44 UTC 2017


On 22 June 2017 19:10:46 BST, Chad Versace <chadversary at chromium.org> wrote:
> No behavioral change.
> 
> Chad Versace (10):
>   egl/android: Declare loop vars inside their loops (v2)
>   egl/drm: Move loop vars inside the loop
>   egl/x11: Declare loop vars inside the loop
>   egl/surfaceless: Move loop vars inside the loop
>   egl/wayland: Declare loop vars inside the loop
>   egl/dri2: Declare loop vars inside the loop
>   egl/android: Declare EGLConfig attrib array inside loop (v2)

>   egl/drm: Declare EGLConfig attrib array inside loop
>   egl/drm: Declare EGLConfig attrib array inside loop

With the two comments on the above two patches addressed,
the series is:
Reviewed-by: Eric Engestrom <eric at engestrom.ch>

>   egl: Rename 'count' in ${platform}_add_configs_for_visuals (v2)
> 
>  src/egl/drivers/dri2/egl_dri2.c             | 43 +++++++++-----------
> src/egl/drivers/dri2/platform_android.c     | 60
> +++++++++++++---------------
> src/egl/drivers/dri2/platform_drm.c         | 59
> ++++++++++++----------------
>  src/egl/drivers/dri2/platform_surfaceless.c | 21 +++++-----
> src/egl/drivers/dri2/platform_wayland.c     | 44 ++++++++-------------
> src/egl/drivers/dri2/platform_x11.c         | 61
> +++++++++++++++--------------
>  6 files changed, 130 insertions(+), 158 deletions(-)



More information about the mesa-dev mailing list