On Thu, Dec 20, 2012 at 02:59:09PM -0200, Ander Conselvan de Oliveira wrote:
> The age of the buffers is not reset on dri2_release_buffers() or
> anywhere else, so after a resize the buffer age is not zero. I think
> we should set age to zero on get_back_bo() when the new buffer is
> allocated. Sam
The age of the buffers is not reset on dri2_release_buffers() or
anywhere else, so after a resize the buffer age is not zero. I think we
should set age to zero on get_back_bo() when the new buffer is
allocated. Same thing for the gbm backend, although there this would be
only for clarity, since
---
src/egl/drivers/dri2/platform_wayland.c | 21 +
1 file changed, 21 insertions(+)
diff --git a/src/egl/drivers/dri2/platform_wayland.c
b/src/egl/drivers/dri2/platform_wayland.c
index 3c6bdd9..6f8f3b0 100644
--- a/src/egl/drivers/dri2/platform_wayland.c
+++ b/src/egl/driv