Ensure all gl calls are submitted to GPU 22/289922/4 submit/tizen/20230317.160013
authoruzair <uzair.jaleel@samsung.com>
Wed, 15 Mar 2023 11:09:45 +0000 (16:39 +0530)
committerUzair Jaleel <uzair.jaleel@samsung.com>
Fri, 17 Mar 2023 10:33:01 +0000 (10:33 +0000)
commit530b19ef2644316dc95baaae52e3102a4d66a0af
treec336a366fc810aad294b42da58f49f5752921c45
parent42ab94ef12b77ec6d0a02020859f03b830b6e5ca
Ensure all gl calls are submitted to GPU

Black screen is observed on static pages as all gl calls
were not submitted to graphics driver, below change helps
fixing the same.

Also improves benchmark scores on TV

+------------------+-------------+------------+
| KPI              |   Before    |    After   |
+------------------+--------------------------+
| Aquarium         |   50 fps    |     60 fps |
+------------------+-------------+------------+
| Falling Leaves   |  Not Smooth |     60 fps |
+------------------+-------------+------------+
| Poster Circle    |  Not Smooth |     60 fps |
+------------------+-------------+------------+

Change-Id: I3df6bead0d7a0817c8dfd5ac4e2836a00fc49580
Signed-off-by: uzair <uzair.jaleel@samsung.com>
cc/mojo_embedder/async_layer_tree_frame_sink.cc