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

Implement raspberry pi linear to tile and tile to linear resource copy #2

Open bhouse-microsoft opened 8 years ago

bhouse-microsoft commented 8 years ago

For better performance, we should convert to tiled format. This will require that we implement driver side conversion from linear to tiled and tiled to linear appropriately.

This work is planned to be done in R1 but could be done none by contributors.