mirror of
https://github.com/brl/mutter.git
synced 2025-03-20 02:05:10 +00:00

Just pass it in to the vertex shader like in GLES, it's one less thing to vary between drivers. mutter is, shall we say, not a heavy user of point primitives, so any performance impact (it might be measurable, who knows) is not an issue. Again, the feature flag remains to be cleaned up in a future commit. https://gitlab.gnome.org/GNOME/mutter/merge_requests/995