OSDN Git Service

util: add vector util code.
authorDave Airlie <airlied@redhat.com>
Fri, 14 Oct 2016 02:55:03 +0000 (12:55 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 18 Oct 2016 23:05:25 +0000 (09:05 +1000)
commit008f54f63af51638ce36e47ca971714953f142f8
tree5d3c2f47fdf7abe0de26b6af969047305097696e
parent8b731b8b0364a19917a62d69ebd106423555ec27
util: add vector util code.

This is ported from anv, both anv and radv can share this.

Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Signed-off-by: Dave Airlie <airlied@redhat.com>
src/util/Makefile.sources
src/util/u_vector.c [new file with mode: 0644]
src/util/u_vector.h [new file with mode: 0644]