Reviewed-by: Marek Olšák
Marek
On Thu, Oct 1, 2015 at 12:36 AM, Ian Romanick wrote:
> From: Ian Romanick
>
> Using C99 initializers for the primitive arrays makes things more
> readable.
>
> Signed-off-by: Ian Romanick
> Suggested-by: Matt Turner
> ---
> src/mesa/drivers/dri/radeon/radeon_s
From: Ian Romanick
Using C99 initializers for the primitive arrays makes things more
readable.
Signed-off-by: Ian Romanick
Suggested-by: Matt Turner
---
src/mesa/drivers/dri/radeon/radeon_swtcl.c | 40 +++---
1 file changed, 20 insertions(+), 20 deletions(-)
diff --gi