Re: [Mesa-dev] [PATCH] i965: Remove spurious mutex frobbing around call to intel_miptree_blit

2017-06-21 Thread Kristian H. Kristensen
Ian Romanick writes: > On 06/20/2017 01:33 PM, Kristian Høgsberg wrote: >> On Mon, Jun 19, 2017 at 2:33 PM, Ian Romanick wrote: >>> From: Ian Romanick >>> >>> These locks were added in 2f28a0dc, but I don't see anything in the >>> intel_miptree_blit path that should make this necessary. >> >>

Re: [Mesa-dev] [PATCH] i965: Remove spurious mutex frobbing around call to intel_miptree_blit

2017-06-21 Thread Ian Romanick
On 06/20/2017 01:33 PM, Kristian Høgsberg wrote: > On Mon, Jun 19, 2017 at 2:33 PM, Ian Romanick wrote: >> From: Ian Romanick >> >> These locks were added in 2f28a0dc, but I don't see anything in the >> intel_miptree_blit path that should make this necessary. > > I doubt it's needed now with the

Re: [Mesa-dev] [PATCH] i965: Remove spurious mutex frobbing around call to intel_miptree_blit

2017-06-20 Thread Kristian Høgsberg
On Mon, Jun 19, 2017 at 2:33 PM, Ian Romanick wrote: > From: Ian Romanick > > These locks were added in 2f28a0dc, but I don't see anything in the > intel_miptree_blit path that should make this necessary. I doubt it's needed now with the new blorp. If I remember correctly, I had to drop the lock

[Mesa-dev] [PATCH] i965: Remove spurious mutex frobbing around call to intel_miptree_blit

2017-06-19 Thread Ian Romanick
From: Ian Romanick These locks were added in 2f28a0dc, but I don't see anything in the intel_miptree_blit path that should make this necessary. Signed-off-by: Ian Romanick Cc: Kristian Høgsberg --- src/mesa/drivers/dri/i965/intel_tex_copy.c | 19 ++- 1 file changed, 6 insertio