anv/compiler: Get rid of GS support.
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 00:05:40 +0000 (17:05 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 20:02:03 +0000 (13:02 -0700)
commitb3a344db3035aa68361c934d08054eadfeab4e1f
treed5ed3a970ac86d27ceacda2fd8a80829cf65ee7a
parent5f5224f2566b091835989759f8d9f1277a192021
anv/compiler: Get rid of GS support.

The geometry shader support is currently completely untested.  As I go
through and re-factor the compiler, I'd rather not refactor dead code that
I don't have a way to know if I broke.  Let's just remove it for now.  We
can put it back in easily enough later and then we'll do it properly.
src/vulkan/anv_compiler.cpp