Enlightenment CVS committal
Author : raster
Project : e17
Module : libs/evas
Dir : e17/libs/evas/src/modules/engines/direct3d
Modified Files:
evas_outbuf.c
Log Message:
cedric's cache changes patch
===================================================================
RCS file: /cvs/e/e17/libs/evas/src/modules/engines/direct3d/evas_outbuf.c,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -3 -r1.1 -r1.2
--- evas_outbuf.c 17 Aug 2007 09:12:22 -0000 1.1
+++ evas_outbuf.c 12 Apr 2008 00:32:26 -0000 1.2
@@ -133,10 +133,8 @@
}
else
{
- im = evas_cache_image_empty(evas_common_image_cache_get());
- im->image->w = width;
- im->image->h = height;
- evas_common_image_surface_alloc(im->image);
+ im = (RGBA_Image*)
evas_cache_image_empty(evas_common_image_cache_get());
+ evas_cache_image_surface_alloc(&im->cache_entry, width, height);
im->extended_info = d3dob;
if ((buf->rot == 0) || (buf->rot == 180))
d3dob = evas_direct3d_output_buffer_new(buf->priv.d3d.depth,
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
_______________________________________________
enlightenment-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs