gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] gnash ChangeLog backend/render_handler_agg_style.h


From: Udo Giacomozzi
Subject: [Gnash-commit] gnash ChangeLog backend/render_handler_agg_style.h
Date: Wed, 24 Oct 2007 18:28:34 +0000

CVSROOT:        /cvsroot/gnash
Module name:    gnash
Changes by:     Udo Giacomozzi <udog>   07/10/24 18:28:33

Modified files:
        .              : ChangeLog 
        backend        : render_handler_agg_style.h 

Log message:
        backend/render_handler_agg_style.h: don't force premultiply() for RGBA 
bitmaps, fixes bug #20972 (hopefully...)

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/gnash/ChangeLog?cvsroot=gnash&r1=1.4691&r2=1.4692
http://cvs.savannah.gnu.org/viewcvs/gnash/backend/render_handler_agg_style.h?cvsroot=gnash&r1=1.25&r2=1.26

Patches:
Index: ChangeLog
===================================================================
RCS file: /cvsroot/gnash/gnash/ChangeLog,v
retrieving revision 1.4691
retrieving revision 1.4692
diff -u -b -r1.4691 -r1.4692
--- ChangeLog   24 Oct 2007 16:54:44 -0000      1.4691
+++ ChangeLog   24 Oct 2007 18:28:33 -0000      1.4692
@@ -1,3 +1,8 @@
+2007-10-24 Udo Giacomozzi <address@hidden>
+
+  * backend/render_handler_agg_style.h: don't force premultiply()
+         for RGBA bitmaps, fixes bug #20972 (hopefully...)  
+
 2007-10-24 Sandro Santilli <address@hidden>
 
        * testsuite/swfdec/PASSING: new succeeding tests from swfdec

Index: backend/render_handler_agg_style.h
===================================================================
RCS file: /cvsroot/gnash/gnash/backend/render_handler_agg_style.h,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -b -r1.25 -r1.26
--- backend/render_handler_agg_style.h  3 Sep 2007 11:46:42 -0000       1.25
+++ backend/render_handler_agg_style.h  24 Oct 2007 18:28:33 -0000      1.26
@@ -502,8 +502,6 @@
       st_type* st = new st_type(bi->get_width(), bi->get_height(),
           bi->get_rowlen(), bi->get_data(), mat, cx);
           
-      st->m_force_premultiply = true; // important for alpha channel       
-        
       m_styles.push_back(st);
     }
         
@@ -526,8 +524,6 @@
       st_type* st = new st_type(bi->get_width(), bi->get_height(),
           bi->get_rowlen(), bi->get_data(), mat, cx);
           
-      st->m_force_premultiply = true; // important for alpha channel       
-        
       m_styles.push_back(st);
     }
     
@@ -550,8 +546,6 @@
       st_type* st = new st_type(bi->get_width(), bi->get_height(),
           bi->get_rowlen(), bi->get_data(), mat, cx);       
         
-      st->m_force_premultiply = true; // important for alpha channel       
-
       m_styles.push_back(st);
     }
         
@@ -572,8 +566,6 @@
       st_type* st = new st_type(bi->get_width(), bi->get_height(),
           bi->get_rowlen(), bi->get_data(), mat, cx);       
         
-      st->m_force_premultiply = true; // important for alpha channel       
-
       m_styles.push_back(st);
     }
     




reply via email to

[Prev in Thread] Current Thread [Next in Thread]