gallium/draw: Free specialized versions of driver shaders
authorKeith Whitwell <keithw@vmware.com>
Tue, 2 Jun 2009 03:16:20 +0000 (20:16 -0700)
committerKeith Whitwell <keithw@vmware.com>
Tue, 2 Jun 2009 03:35:38 +0000 (20:35 -0700)
commit1aef032d438aaa40ec28bf279ad5c089370773f0
tree4b81fd950167611e0a8e9ab73c34187cb2860bc6
parent003cfd4dd2491675058c53a8f59553f2443be349
gallium/draw: Free specialized versions of driver shaders

The pstipple, aaline and aapoint code would create specialized versions
of shaders and upload them to the driver -- but never free them.
src/gallium/auxiliary/draw/draw_pipe_aaline.c
src/gallium/auxiliary/draw/draw_pipe_aapoint.c
src/gallium/auxiliary/draw/draw_pipe_pstipple.c