OSDN Git Service

nir/spirv: Don't assert that the current block is empty
authorJason Ekstrand <jason.ekstrand@intel.com>
Sat, 16 May 2015 19:34:32 +0000 (12:34 -0700)
committerJason Ekstrand <jason.ekstrand@intel.com>
Mon, 31 Aug 2015 23:58:20 +0000 (16:58 -0700)
commit756b00389c4034331989299d0dd3505da02dfa78
tree4af8682b0a7e763753f10034ad092a18b371e67f
parentfe220ebd371308c89f969a89bcff2b0c63ff070a
nir/spirv: Don't assert that the current block is empty

It's possible that someone will give us SPIR-V code in which someone
needlessly branches to new blocks.  We should handle that ok now.
src/glsl/nir/spirv_to_nir.c