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 needs.
> >
> > Cc: Eric E
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
> Cc: Emil Velikov
> ---
> src/egl/drivers/d
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 | 14 +++---
1 file changed, 7 insertions(