Re: [Mesa-dev] [PATCH 08/10] egl/drm: Declare EGLConfig attrib array inside loop

2017-06-22 Thread Chad Versace
On Thu 22 Jun 2017, Eric Engestrom wrote: > On 22 June 2017 19:10:54 BST, Chad Versace wrote: > > No behavioral change. Just a readability cleanup. > > > > Instead of modifying this small array on each loop iteration, we now > > initialize it in-place with the values it

Re: [Mesa-dev] [PATCH 08/10] egl/drm: Declare EGLConfig attrib array inside loop

2017-06-22 Thread Eric Engestrom
On 22 June 2017 19:10:54 BST, Chad Versace wrote: > No behavioral change. Just a readability cleanup. > > Instead of modifying this small array on each loop iteration, we now > initialize it in-place with the values it needs. > > Cc: Eric Engestrom

[Mesa-dev] [PATCH 08/10] egl/drm: Declare EGLConfig attrib array inside loop

2017-06-22 Thread Chad Versace
No behavioral change. Just a readability cleanup. Instead of modifying this small array on each loop iteration, we now initialize it in-place with the values it needs. Cc: Eric Engestrom Cc: Emil Velikov --- src/egl/drivers/dri2/platform_drm.c |