-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Cleaned up branch of Xebra's hw tess #9226
Conversation
…s for hardware tessellation.
…are tessellation.
…tion with dx9 and vulkan.
Are you really using GTX 770 or maybe running of integrated intel HD by accident? Because this should work on amd/nvidia gpu's just fine, on most other stuff will probably just have to be disabled. Intel graphics have quite likely just as poor drivers on windows as gles devices on android. Unless it's some windows 10 driver bug:|, what error does the log shows? |
Wasn't there anything earlier? Like actual errors printed with red colors? |
None of those are related;p. Also can't reproduce it with amd gpu even on win 10 with like half year old drivers(aka previous time I logged on it). I can only guess it's at least partially the same thing as #9234 we'll have to improve this code to at least match GLSL specs, because it's now working only on pc's with better driver interpretation. And on some older devices this feature will most likely be completely disabled. |
Even after the merge of #9242, the glitch is still true. I'll try to update my drivers, this is really strange. |
My issue was fixed alongside issue #9249 =) |
@DonelBueno Thank you for reporting :) @hrydgard Nice work, thanks! |
Something has gone wrong with the merges in #9210 so I decided to just cherry-pick all the actual changes to a new branch for easier review and cleaner merge.