Re: [Mesa-dev] [PATCH 1/3] i965: Add a warning if something ever hits a bug I noticed.

2013-11-11 Thread Matt Turner
On Tue, Nov 5, 2013 at 5:35 PM, Eric Anholt e...@anholt.net wrote: We'd have to map the VBO and rewrite things to a lower stride to fix it. --- These three are Reviewed-by: Matt Turner matts...@gmail.com ___ mesa-dev mailing list

[Mesa-dev] [PATCH 1/3] i965: Add a warning if something ever hits a bug I noticed.

2013-11-05 Thread Eric Anholt
We'd have to map the VBO and rewrite things to a lower stride to fix it. --- src/mesa/drivers/dri/i965/brw_draw_upload.c | 4 1 file changed, 4 insertions(+) diff --git a/src/mesa/drivers/dri/i965/brw_draw_upload.c b/src/mesa/drivers/dri/i965/brw_draw_upload.c index 4da1b7e..8b1f0c5 100644