Enlightenment CVS committal

Author  : raster
Project : e17
Module  : libs/evas

Dir     : e17/libs/evas/src/modules/engines/xrender_x11


Modified Files:
        evas_engine_xrender.c 


Log Message:


#ifdef the 1 bit transform stuff.

===================================================================
RCS file: 
/cvs/e/e17/libs/evas/src/modules/engines/xrender_x11/evas_engine_xrender.c,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -3 -r1.16 -r1.17
--- evas_engine_xrender.c       11 Sep 2006 15:24:54 -0000      1.16
+++ evas_engine_xrender.c       12 Sep 2006 00:03:53 -0000      1.17
@@ -8,6 +8,12 @@
 #include "Evas_Engine_XRender_X11.h"
 #include <math.h>
 
+/* this is a work around broken xrender - when/if this ever gets fixed in xorg
+ * we can comment this out and one day remove it - for now keep it until such
+ * a fix is spotted in the wild
+ */
+#define BROKEN_XORG_XRENDER 1
+
 Xrender_Surface *
 _xr_render_surface_new(Ximage_Info *xinf, int w, int h, XRenderPictFormat 
*fmt, int alpha)
 {
@@ -492,6 +498,7 @@
    
    if ((w <= 0) || (h <= 0) || (!srs) || (!drs)) return;
 
+#ifdef BROKEN_XORG_XRENDER   
    /* FIXME: why do we need to change the identity matrix ifthe src surface
     * is 1 bit deep?
     */
@@ -501,7 +508,7 @@
        xf.matrix[0][0] = xf.matrix[1][1] = xf.matrix[2][2] = 1;
        XRenderSetPictureTransform(srs->xinf->disp, srs->pic, &xf);
      }
-
+#endif
    
    att.clip_mask = None;
    XRenderChangePicture(srs->xinf->disp, srs->pic, CPClipMask, &att);



-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to