On Fri, Jul 14, 2017 at 3:38 PM, Chad Versace
wrote:
> On Wed 12 Jul 2017, Jason Ekstrand wrote:
> > ---
> > src/mesa/drivers/dri/i965/intel_screen.c | 11 ++-
> > 1 file changed, 10 insertions(+), 1 deletion(-)
>
> > + /* We request that the bufmgr zero the buffer for us for two reaso
On Wed 12 Jul 2017, Jason Ekstrand wrote:
> ---
> src/mesa/drivers/dri/i965/intel_screen.c | 11 ++-
> 1 file changed, 10 insertions(+), 1 deletion(-)
> + /* We request that the bufmgr zero the buffer for us for two reasons:
> +*
> +* 1) If a buffer gets re-used from the pool,
---
src/mesa/drivers/dri/i965/intel_screen.c | 11 ++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/src/mesa/drivers/dri/i965/intel_screen.c
b/src/mesa/drivers/dri/i965/intel_screen.c
index 6d0588e..b292300 100644
--- a/src/mesa/drivers/dri/i965/intel_screen.c
+++ b/src/m