Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SetScissorRects support needs to be expanded #36

Closed
jeffwick-msft opened this issue Feb 10, 2016 · 1 comment
Closed

SetScissorRects support needs to be expanded #36

jeffwick-msft opened this issue Feb 10, 2016 · 1 comment

Comments

@jeffwick-msft
Copy link
Contributor

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 added a commit that referenced this issue Mar 27, 2016
- Disable tiled texture until Issue #48 is fixed.
- Add iadd support to shader compiler. (Issue #38).
- Fix assertion at SetScissorRects. (Issue #36).
@hideyukn88
Copy link
Member

Fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants