summaryrefslogtreecommitdiffstats
path: root/src/intel/vulkan/anv_util.c
Commit message (Collapse)AuthorAgeFilesLines
* anv: port to using new u_vector shared helper.Dave Airlie2016-10-191-75/+0
| | | | | | | This just removes the anv vector code and uses the new helper. Acked-by: Jason Ekstrand <jason@jlekstrand.net> Signed-off-by: Dave Airlie <airlied@redhat.com>
* anv/util: Fix vector resizingJason Ekstrand2016-03-031-12/+19
| | | | | It wasn't properly handling the fact that wrap-around in the source may not translate to wrap-around in the destination. This really needs unit tests.
* Move the intel vulkan driver to src/intel/vulkanJason Ekstrand2016-02-181-0/+195