mirror of
https://github.com/brl/mutter.git
synced 2025-01-23 18:09:10 +00:00
Robert Bragg
0ec9e406ea
clip-stack: combine modelview-projection in set_clip_planes
When using clip planes and we we have to project some vertices into screen coordinates we used to transform those by the modelview and then the projection matrix separately. Now we combine the modelview and projection matrix and then use that to transform the vertices in one step instead.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%