Re: [Mesa-dev] [PATCH] i965: Drop assertion about buffer offset at draw time.

2016-08-15 Thread Kenneth Graunke
On Monday, August 15, 2016 9:01:06 AM PDT Eric Anholt wrote: > Given robust access, we should just be returning zeroes if the user gives > us a base pointer that's too big, which is what was happens on a release > build. This was caught by a webgl conformance test for out-of-bounds > draws on serv

[Mesa-dev] [PATCH] i965: Drop assertion about buffer offset at draw time.

2016-08-15 Thread Eric Anholt
Given robust access, we should just be returning zeroes if the user gives us a base pointer that's too big, which is what was happens on a release build. This was caught by a webgl conformance test for out-of-bounds draws on servo. --- src/mesa/drivers/dri/i965/brw_draw_upload.c | 11 ---