anv/pipeline: Set key->render_to_fbo to false for fragment shaaders
authorJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 22:37:14 +0000 (15:37 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Tue, 20 Oct 2015 22:37:16 +0000 (15:37 -0700)
commit27d868500aba43e88ef86f9f68aa729289569e75
treeff4c2c7754b2c5735bcc6aadbbefe70602277d33
parent59bae36ffbe196a279e3044b2604a05886728d99
anv/pipeline: Set key->render_to_fbo to false for fragment shaaders

Vulkan uses the upper-left convention.  This is the same as DX one and what
our hardware does.  We had it flipped around.
src/vulkan/anv_pipeline.c