Blender Git Loki
Git Commits -> Revision 07f294c
Revision 07f294c by Kester Maddock (master) July 16, 2004, 00:05 (GMT) |
Fix ATI texture performance under Linux. glGenTexturesEXT(1, &bind); // produces bind == 0 while: glGenTextures(1, &bind); // produces bind correctly. (Ported from tuhopuu2) |
Commit Details:
Full Hash: 07f294cf4a0af8797a46bc4b77ee1084ab2c552e
SVN Revision: 2816
Parent Commit: f7a4b6f
Lines Changed: +4, -9
1 Modified Path:
/source/blender/src/drawmesh.c (+4, -9) (Diff)