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 upOnly Build Display Items for Background if Really Necessary #19672
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are at least two cases where Display Items for backgrounds are emitted when they are not needed for rendering:
I am not sure what the performance impact of both optimizations would be. While it is very common that a gradient and a solid fallback color are specified (case 1.) there are some optimizations on the webrender side to avoid actual painting by the GPU.