panfrost: Remove the standalone compiler
authorAlyssa Rosenzweig <alyssa@rosenzweig.io>
Sun, 19 May 2019 23:47:37 +0000 (23:47 +0000)
committerAlyssa Rosenzweig <alyssa@rosenzweig.io>
Fri, 24 May 2019 03:10:43 +0000 (03:10 +0000)
commitea6b58144467f9eeb8e249cff07e354ad14ef12a
treebcc68b55965d46bf4f39df07070c053c1ca731b1
parent8d386e6eef8786ac0f8800c9f300b979ccad583d
panfrost: Remove the standalone compiler

Now that the online compiler and pandecode are reliable and upstreamed,
nobody is using this. If somebody does need it, it should be easy enough
to bring back, I suppose. At the moment, it's just a maintenance hazard,
since meson is silly and does double builds for compiler updates (triple
for disassembler changes).

If people need the standalone _disassembler_, that can be added
trivially into pandecode (pandecode already includes the disassembler).

Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io>
Reviewed-by: Ryan Houdek <Sonicadvance1@gmail.com>
src/gallium/drivers/panfrost/meson.build
src/gallium/drivers/panfrost/midgard/cmdline.c [deleted file]