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:


debugging, printfs, turn text off for now, etc.

===================================================================
RCS file: /cvsroot/enlightenment/e17/libs/evas/src/lib/include/evas_gl_common.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_gl_common.h    4 Sep 2003 07:40:34 -0000       1.1
+++ evas_gl_common.h    5 Sep 2003 05:37:14 -0000       1.2
@@ -77,6 +77,8 @@
    char             smooth : 1;
    char             changed : 1;
    char             have_mipmaps : 1;
+   char             opt : 1;
+   char             not_power_of_two : 1; 
    int              references;
 };
 
@@ -118,6 +120,7 @@
 void              evas_gl_common_context_read_buf_set(Evas_GL_Context *gc, GLenum 
buf);
 void              evas_gl_common_context_write_buf_set(Evas_GL_Context *gc, GLenum 
buf);
 Evas_GL_Texture  *evas_gl_common_texture_new(Evas_GL_Context *gc, RGBA_Image *im, int 
smooth);
+void              evas_gl_common_texture_update(Evas_GL_Texture *tex, RGBA_Image *im, 
int smooth);
 void              evas_gl_common_texture_free(Evas_GL_Texture *tex);
 Evas_GL_Image    *evas_gl_common_image_load(Evas_GL_Context *gc, char *file, char 
*key);
 Evas_GL_Image    *evas_gl_common_image_new_from_data(Evas_GL_Context *gc, int w, int 
h, int *data);




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to