mesa: Don't try to remove an internal shader_program from the hash.
authorEric Anholt <eric@anholt.net>
Fri, 5 Nov 2010 14:23:45 +0000 (07:23 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 11 Mar 2011 20:55:13 +0000 (12:55 -0800)
commit9c7231c1d9cda244444dbfa05f15ead1bf581dc3
treed3c83ed8bb4a220803db8941d848d3f0046fb0e7
parent5ae1d195061b5f01d85b8f6d48d89d7995b07f4f
mesa: Don't try to remove an internal shader_program from the hash.

It fails on assertions if the key isn't actually present.
src/mesa/main/shaderobj.c