swr/rast: Fetch compile state changes
authorTim Rowley <timothy.o.rowley@intel.com>
Thu, 7 Sep 2017 23:53:03 +0000 (18:53 -0500)
committerTim Rowley <timothy.o.rowley@intel.com>
Wed, 13 Sep 2017 15:09:54 +0000 (10:09 -0500)
commit000e2958f59a8d8e07f06e384546aa942d49b15f
tree8e112305dd938835cbf966d31a13abe355edc0f7
parentead0dfe31ec7a1b1928e4abbfa99d59e0e5e929a
swr/rast: Fetch compile state changes

Add InstanceStrideEnable field and rename InstanceDataStepRate to
InstanceAdvancementState in INPUT_ELEMENT_DESC structure.

Add stubs for handling InstanceStrideEnable in FetchJit::JitLoadVertices()
and FetchJit::JitGatherVertices() and assert if they are triggered.

Reviewed-by: Bruce Cherniak <bruce.cherniak@intel.com>
src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.cpp
src/gallium/drivers/swr/rasterizer/jitter/fetch_jit.h
src/gallium/drivers/swr/swr_state.cpp