szeged / webrender

A GPU-based renderer for the web
https://doc.servo.org/webrender/
Mozilla Public License 2.0
45 stars 7 forks source link

Incorrect rendering with dx12 #259

Closed zakorgy closed 5 years ago

zakorgy commented 5 years ago

With Gecko some textures are overlapping or there is a missing clear call. Also the text is not displayed properly in some cases. The two is most probably related, since the missing text parts look like rectangles:(Notice the corner edge of buttons and the cropped c and missing m letters in the URL bar) capture This issue is absent on MacOS with Metal and on Linux with Vulkan.

zakorgy commented 5 years ago

Fixed by https://github.com/gfx-rs/gfx/pull/2696