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

Shader compiler support for Dolphin #17

Closed bhouse-microsoft closed 8 years ago

bhouse-microsoft commented 8 years ago

The dolphin demo will require byte code support.

This includes support for instructions madd, maddot3, maddot 4. General (non 1.0) w support. Suport for the modifiers neg, abs, negabs.

Hideyuki is in the process of adding this support now.

hideyukn88 commented 8 years ago

Completed except abs, negabs as those are not used in Dolphin.

hideyukn88 commented 8 years ago

Completed support for abs, absneg as well.