panfrost: Move lcra to panfrost/util
authorAlyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Thu, 12 Mar 2020 00:08:03 +0000 (20:08 -0400)
committerMarge Bot <eric+marge@anholt.net>
Thu, 12 Mar 2020 12:41:08 +0000 (12:41 +0000)
commitf06db4d54c1a83005e4e0e00a9d2fdeb5bface29
tree652d5639508baf988ff9ebbd7cbfc362d707ee0c
parent4d0203aa830a6dfabb163514a5a8cd5b5b7bd86e
panfrost: Move lcra to panfrost/util

We'll want to use it for the Bifrost RA as well.

Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/4158>
src/panfrost/Makefile.sources
src/panfrost/midgard/compiler.h
src/panfrost/midgard/lcra.c [deleted file]
src/panfrost/midgard/lcra.h [deleted file]
src/panfrost/midgard/meson.build
src/panfrost/midgard/midgard_ra.c
src/panfrost/util/lcra.c [new file with mode: 0644]
src/panfrost/util/lcra.h [new file with mode: 0644]
src/panfrost/util/meson.build