anv/compiler: Remove unneeded wm prog data setup
authorJason Ekstrand <jason.ekstrand@intel.com>
Mon, 19 Oct 2015 23:17:38 +0000 (16:17 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 19 Oct 2015 23:17:41 +0000 (16:17 -0700)
commitfba55b711ec3933f2f98de62c3ab8c741ade0cd7
tree3e8ff00c341ad9c995706cc11bed393036e75dc2
parent12c30c94987f2dd2e7bad1c84d2bd7df2c7b01d8
anv/compiler: Remove unneeded wm prog data setup

As of upstream mesa changes, brw_compile_fs does this for us so there's no
need to have the code in the Vulkan driver anymore.
src/vulkan/anv_compiler.cpp