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

SetScissorRects support needs to be expanded #36

Closed jeffwick-msft closed 8 years ago

jeffwick-msft commented 8 years ago

Further support for SetScissorRects needs to be implemented in the Raspberry Pi driver in order to support Windows Shell (SIHost). Currently, the assert in RosUmdDevice::SetScissorRects is being hit with parameters:

ClearScissorRects = 0x10 = all clear.

and

NumScissorRects = 1 ClearScissorRects = 0xf

hideyukn88 commented 8 years ago

Fixed.