Re: [Mesa-dev] [PATCH 07/13] mesa: Replace program locks with atomic inc/dec.

2016-11-07 Thread Timothy Arceri
There are still some issues with the other patches but is there any reason this one didn't land? On Thu, 2015-08-06 at 17:10 -0700, Matt Turner wrote: > --- >  src/mesa/main/mtypes.h |  1 - >  src/mesa/program/program.c | 15 +++ >  2 files changed, 3 insertions(+), 13 deletions(-)

[Mesa-dev] [PATCH 07/13] mesa: Replace program locks with atomic inc/dec.

2015-08-06 Thread Matt Turner
--- src/mesa/main/mtypes.h | 1 - src/mesa/program/program.c | 15 +++ 2 files changed, 3 insertions(+), 13 deletions(-) diff --git a/src/mesa/main/mtypes.h b/src/mesa/main/mtypes.h index fcc527f..c597ccc 100644 --- a/src/mesa/main/mtypes.h +++ b/src/mesa/main/mtypes.h @@ -2095,7