mutter/src/tests/clutter/micro-bench
Jonas Ådahl 8c7ec44681 tests/clutter: Port to using non-implicit framebuffer Cogl API
Port tests to use API such as cogl_framebuffer_push_matrix() instead of
cogl_push_matrix() all over the Clutter tests, with one exception:
cogl_polygon(). It'll be ported over in a separate commit, as it is less
straight forward.

Implicitly set CoglMaterial properties are changed to explicitly created
and destructed CoglPipelines with the equivalent properties set.
cogl_push|pop_framebuffer() is replaced by explicitly passing the right
framebuffer, but tests still rely on cogl_get_draw_framebuffer() to get
the target framebuffer.

https://gitlab.gnome.org/GNOME/mutter/merge_requests/935
2019-12-03 19:02:14 +00:00
..
meson.build clutter: Move tests to src/tests 2019-08-24 08:59:08 +00:00
test-cogl-perf.c tests/clutter: Port to using non-implicit framebuffer Cogl API 2019-12-03 19:02:14 +00:00
test-picking.c clutter: Introduce paint contexts 2019-12-03 19:02:14 +00:00
test-random-text.c clutter: Move tests to src/tests 2019-08-24 08:59:08 +00:00
test-text-perf.c clutter: Introduce paint contexts 2019-12-03 19:02:14 +00:00
test-text.c clutter: Introduce paint contexts 2019-12-03 19:02:14 +00:00