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

Bypass a Intel bug on scissor test affecting click on 3D objects #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Patrick-RUTKA
Copy link

Use a 2x multiplicator on scissor test to bypass a Intel HD300 Driver Bug
maybe related to http://helpx.adobe.com/flash-player/release-note/developer-release-notes-11_3.html

Use a 2x multiplicator on scissor test to bypass a Intel HD300 Driver Bug
maybe related to http://helpx.adobe.com/flash-player/release-note/developer-release-notes-11_3.html
@Patrick-RUTKA
Copy link
Author

I could give you a screenshot of the debug this week.
For example, we have 3 surfaces, and alternativa calcultate the distance to sort it in a array (a image) and the distance is the color
On normal GPU without the BUG: [index of the surface : value]
[surface 1 : 10, surface 2 : 20, surface 3 : 40]
On a HD3000 with the bug
[surface 1 : 20, surface 2 : 40, surface 3 : 40]
The value of surface2 overflows the value of surface1, the same for surface 3

@makc
Copy link
Contributor

makc commented Nov 26, 2012

apparently attachments are lost when replying by email, try something like tinypic.com

@ChrisDenham
Copy link
Contributor

Just thought I'd add a comment here about my experience with this patch.
I was hoping that it would fix a seemingly closely related problem I'm having on mobile devices with MouseEvent3D events, but not only did it not fix the problem, it broke the windows implementation for me too. So, maybe the patch is ONLY suitable for machines with the driver bug?

@makc
Copy link
Contributor

makc commented Jan 24, 2013

💩

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

Successfully merging this pull request may close these issues.

None yet

5 participants