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 specific resource size calculations #5

Open bhouse-microsoft opened 8 years ago

bhouse-microsoft commented 8 years ago

This work will need to get done with each release where we add additional format support.

We should review the size calculations that are being done for R0 and verify that this is work is complete for R0 and then move the work item to R1.

indygit commented 8 years ago

The basic support is in, we can handle linear surfaces of 32bit pixel formats (A8R8G8B8, D24S8, etc) For R1, once we add support for tiling and more format, more work is needed in this area.