microsoft / graphics-driver-samples

This repository contains graphics driver samples used to demonstrate how to write graphics driver for the windows platform.
Other
381 stars 134 forks source link

VC4 Translate_VS needs support for D3D10_SB_OPCODE_IADD #38

Closed jeffwick-msft closed 8 years ago

jeffwick-msft commented 8 years ago

Support for D3D10_SB_OPCODE_IADD in rosumd!Vc4Shader::Translate_VS needs to be implemented, to support Windows Shell (SIHost).

indygit commented 8 years ago

For both this issue and #37 , I think the upper layer rendering code should be D2D/XAML. So we should be able to run VC4 driver in render-only mode, get D2D/XAMPL work well and then switch back to full-driver mode and check if rendering from SiHost works OK.

hideyukn88 commented 8 years ago

Fixed