On 05/26/2016 05:22 PM, Roland Scheidegger wrote:
Am 26.05.2016 um 23:14 schrieb Brian Paul:
---
  src/gallium/auxiliary/util/u_prim.h | 30 ++++++++++++++++--------------
  1 file changed, 16 insertions(+), 14 deletions(-)


Reviewed-by: Roland Scheidegger <srol...@vmware.com>

Thanks again, Roland.

BTW, if any newcomers want something easy to do, there's a ton of other places in gallium where we could now replace 'unsigned' with 'enum pipe_prim_type' or 'enum pipe_resource_usage', etc.

This is all fall-out from:

commit 0135bd44c2298a8342d65464416fad25b4b1749d
Author: Marek Olšák <marek.ol...@amd.com>
Date:   Sat Apr 16 13:35:08 2016 +0200

    gallium: use enums in p_defines.h (v2)

That patch can be used as a hint for what else might be cleaned up.

I probably won't do any more myself for now.

-Brian

_______________________________________________
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev

Reply via email to