On 02/09/2012 12:44 PM, Dave Airlie wrote:
From: Dave Airlie
postpone unreferences until end of function, as the ones in use will
get naturally dereferenced.
Signed-off-by: Dave Airlie
---
src/mesa/state_tracker/st_draw.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
di
From: Dave Airlie
postpone unreferences until end of function, as the ones in use will
get naturally dereferenced.
Signed-off-by: Dave Airlie
---
src/mesa/state_tracker/st_draw.c |9 ++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/mesa/state_tracker/st_draw.c b