Enlightenment CVS committal Author : raster Project : e17 Module : libs/evas
Dir : e17/libs/evas/src/lib/include Modified Files: evas_gl_common.h Log Message: playing with gl engine :) =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_gl_common.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -3 -r1.8 -r1.9 --- evas_gl_common.h 22 May 2005 02:49:50 -0000 1.8 +++ evas_gl_common.h 8 Oct 2005 06:22:43 -0000 1.9 @@ -65,6 +65,7 @@ int checked : 1; int sgis_generate_mipmap : 1; int nv_texture_rectangle : 1; + int arb_texture_non_power_of_two : 1; } ext; GLenum read_buf; @@ -72,7 +73,7 @@ Evas_GL_Texture *texture; GLuint font_texture; - char font_texture_not_power_of_two : 1; + char font_texture_rectangle : 1; int max_texture_depth; int max_texture_size; @@ -95,6 +96,7 @@ char smooth : 1; char changed : 1; char have_mipmaps : 1; + char rectangle : 1; char not_power_of_two : 1; char opt : 1; @@ -106,6 +108,7 @@ Evas_GL_Context *gc; RGBA_Image *im; Evas_GL_Texture *tex; + int putcount; int references; char dirty : 1; char cached : 1; @@ -144,7 +147,7 @@ int w, h; GLuint texture; int references; - char not_power_of_two : 1; + char rectangle : 1; Evas_List *allocations; }; ------------------------------------------------------- This SF.Net email is sponsored by: Power Architecture Resource Center: Free content, downloads, discussions, and more. http://solutions.newsforge.com/ibmarch.tmpl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs