Re: [Mesa-dev] [PATCH 5/5] mesa/subroutines: drop the old subroutine index uploads.

2016-08-11 Thread Andres Gomez
On Tue, 2016-06-07 at 15:25 +1000, Dave Airlie wrote: > From: Dave Airlie > > We used to upload the indices when they changed, now we rely > on the drivers calling the correct hook to have the values > updated from the context storage. > > Signed-off-by: Dave Airlie > --- > src/mesa/main/shade

[Mesa-dev] [PATCH 5/5] mesa/subroutines: drop the old subroutine index uploads.

2016-06-06 Thread Dave Airlie
From: Dave Airlie We used to upload the indices when they changed, now we rely on the drivers calling the correct hook to have the values updated from the context storage. Signed-off-by: Dave Airlie --- src/mesa/main/shaderapi.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/src/mesa