mirror of
https://github.com/brl/mutter.git
synced 2025-01-26 19:39:20 +00:00
18b0ad652c
This tweaks the backface culling test to use the experimental pipeline API as well as the legacy API. All of the primitives are now rendered with all 16 combinations of front winding, cull face mode and legacy state. The test to 'draw a regular rectangle' has been removed. I think this initially existed because their were different functions to draw a rectangle with and without texturing. This is no longer the case so it is no longer useful and it's awkward to implement because it need a separate pipeline to disable the texturing. https://bugzilla.gnome.org/show_bug.cgi?id=663628 Reviewed-by: Robert Bragg <robert@linux.intel.com>