gallium/util: use enum pipe_prim_type instead of unsigned some more
authorRoland Scheidegger <sroland@vmware.com>
Fri, 27 May 2016 16:49:44 +0000 (18:49 +0200)
committerRoland Scheidegger <sroland@vmware.com>
Fri, 27 May 2016 17:11:28 +0000 (19:11 +0200)
commit17d685c4267887661181209e47031bff9c85606b
treedb2aadf712e903963fce188dbc5c0891188b74cc
parent2318d2015a050955c2631eea7fc49af970b9abe8
gallium/util: use enum pipe_prim_type instead of unsigned some more

There were complaints from a mingw build:
u_draw.h:134:14: error: invalid conversion from ‘uint {aka unsigned int}’
to ‘pipe_prim_type’ [-fpermissive]

Reviewed-by: Brian Paul <brianp@vmware.com>
src/gallium/auxiliary/util/u_draw.h