Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upRework the border edge shader to workaround a hang in LLVM 3.8 during shader compilation. #1242
Conversation
during shader compilation.
|
r? @kvark |
|
This looks like a good candidate for the driver issues list, @glennw could you give a some details about what the source of the issue is? Is it inlining that ends up generating a lot for the compiler to chew internally? |
|
It would be great to have a shiny comment there warning to be careful when shuffling things around. Can be made a follow-up. |
|
|
Rework the border edge shader to workaround a hang in LLVM 3.8 during shader compilation. <!-- Reviewable:start --> This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/webrender/1242) <!-- Reviewable:end -->
|
|
|
So yes, this PR definitely helped. There's a handful of failures still but I'm not sure which patch they're coming from. |
glennw commentedMay 12, 2017
•
edited by larsbergstrom
This change is