Blender Git Loki
Git Commits -> Revision a16e11c
Revision a16e11c by Mitchell Stokes (soc-2012-swiss_cheese) July 28, 2012, 04:11 (GMT) |
Use glGenerateMipmaps() when supported rather than gluBuild2DMipmaps(). This helps speed up texture loads on supported hardware. The GLES code is also using glGenerateMipmaps(), so we might want to do a bit more combining at some point (for GenerateMipmapRGBA()). However, for the time being I'm keeping it separate to make merging easier. |
Commit Details:
Full Hash: a16e11c7f4b8546ceac15048203c36f426056606
SVN Revision: 49322
Parent Commit: 5ef0025
Lines Changed: +21, -2