Re: [Mesa-dev] [PATCH] i965/blit: Remember to include miptree buffer offset in relocs

2017-08-02 Thread Kenneth Graunke
On Monday, July 31, 2017 2:56:15 AM PDT Chris Wilson wrote: > Remember to add the offset to the start of the buffer in the relocation > or else we write 0xff into random bytes elsewhere. > --- > src/mesa/drivers/dri/i965/intel_blit.c | 4 ++-- >

[Mesa-dev] [PATCH] i965/blit: Remember to include miptree buffer offset in relocs

2017-07-31 Thread Chris Wilson
Remember to add the offset to the start of the buffer in the relocation or else we write 0xff into random bytes elsewhere. --- src/mesa/drivers/dri/i965/intel_blit.c | 4 ++-- src/mesa/drivers/dri/i965/intel_pixel_bitmap.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff