Re: [Mesa-dev] [PATCH] mesa: stop abstracting texture object hashtable locking

2017-04-06 Thread Samuel Pitoiset
Reviewed-by: Samuel Pitoiset On 04/06/2017 06:43 AM, Timothy Arceri wrote: This doesn't do anything useful so just remove it. --- src/mesa/main/shaderimage.c | 5 +++-- src/mesa/main/texobj.c | 17 ++--- src/mesa/main/texobj.h | 6 -- 3 files changed, 5 insertions(+

Re: [Mesa-dev] [PATCH] mesa: stop abstracting texture object hashtable locking

2017-04-06 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga On Thu, 2017-04-06 at 14:43 +1000, Timothy Arceri wrote: > This doesn't do anything useful so just remove it. > --- >  src/mesa/main/shaderimage.c |  5 +++-- >  src/mesa/main/texobj.c  | 17 ++--- >  src/mesa/main/texobj.h  |  6 -- >  3 files

[Mesa-dev] [PATCH] mesa: stop abstracting texture object hashtable locking

2017-04-05 Thread Timothy Arceri
This doesn't do anything useful so just remove it. --- src/mesa/main/shaderimage.c | 5 +++-- src/mesa/main/texobj.c | 17 ++--- src/mesa/main/texobj.h | 6 -- 3 files changed, 5 insertions(+), 23 deletions(-) diff --git a/src/mesa/main/shaderimage.c b/src/mesa/main/sh