Skip to content

egl/android: Restrict minimum triple buffering for android color_buffers

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

The patch restricts triple buffering as minimum at driver for android color_buffers in order to fix onscreen performance hit for T-Rex and Manhattan.

v2: Update min_buffer check condition (Tapani Pälli)

Closes: #2332 (closed) Fixes: 0661c357 ("egl/android: Update color_buffers querying for buffer age") Signed-off-by: Nataraj Deshpande nataraj.deshpande@intel.com Reviewed-by: Tapani Pälli tapani.palli@intel.com

Merge request reports