Skip to content

egl/android: fix buffer_count for applications setting max count

Tapani Pälli requested to merge tpalli/mesa:fix-android-buffer-count into master

Problem with previous solution was that it did not take account that some applications may set a max count for buffers. Therefore we need to query both min and max and clamp our setting based on that.

Closes: #2373 (closed) Fixes: ("egl/android: Restrict minimum triple buffering for android color_buffers") Signed-off-by: Tapani Pälli tapani.palli@intel.com

Merge request reports