commit | 75b26e18a64b2fb1962e5e49dfaebd257c734ecc | [log] [tgz] |
---|---|---|
author | Eric Anholt <eric@anholt.net> | Sat Dec 06 15:21:47 2008 -0800 |
committer | Eric Anholt <eric@anholt.net> | Sat Dec 06 22:41:52 2008 -0800 |
tree | 1a38736f7928c652353b0fafe7783dd6170c2bdf | |
parent | a0625fa28152db08f026dc9856035c0908060154 [diff] |
intel: Fix crash in automatic mipmap generation for glCopyTex{Sub,}Image. The images aren't mapped at this point, so we want the generic Mesa path for GenerateMipmapEXT that does the mapping/unmapping for us. Ideally Mesa would just call it for us.