ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/Client.xs
(Generate patch)

Comparing deliantra/Deliantra-Client/Client.xs (file contents):
Revision 1.183 by root, Fri Apr 20 16:56:08 2007 UTC vs.
Revision 1.184 by root, Fri Apr 20 17:25:41 2007 UTC

2387 RETVAL 2387 RETVAL
2388 2388
2389void glDeleteTexture (int name) 2389void glDeleteTexture (int name)
2390 CODE: 2390 CODE:
2391{ 2391{
2392 /* make a half-assed attempt at returning the memory used by the texture */
2393 /* textures are frequently being reused by cfplus anyway */
2392 glBindTexture (GL_TEXTURE_2D, name); 2394 glBindTexture (GL_TEXTURE_2D, name);
2393 glTexImage2D (GL_TEXTURE_2D, 0, GL_ALPHA, 0, 0, 0, GL_ALPHA, GL_UNSIGNED_BYTE, 0); 2395 glTexImage2D (GL_TEXTURE_2D, 0, GL_ALPHA, 0, 0, 0, GL_ALPHA, GL_UNSIGNED_BYTE, 0);
2394 av_push (texture_av, (SV *)name); 2396 av_push (texture_av, (SV *)name);
2395 /*glDeleteTextures (1, &name_);*/ 2397 /*glDeleteTextures (1, &name_);*/
2396} 2398}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines