[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-08-06 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:  Ready For Test => Done   
 Open/Closed:Open => Closed 


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-08-01 Thread RafałMużyło
Follow-up Comment #4, patch #3376 (project freeciv):

gna tends to fail at a few things - i.e. its mail/svn hooks tend to mangle
utf8 strings quite a bit.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-08-01 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status: In Progress => Ready For Test 
 Assigned to:None => cazfi  
 Planned Release: => 2.4.0, 2.5.0   

___

Follow-up Comment #3:

Again gna had failed to send email when file has been added to ticket without
adding comment at the same time.

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-18 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:  Ready For Test => In Progress


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Additional Item Attachment, patch #3376 (project freeciv):

File name: fix-mult-alpha.patch   Size:0 KB


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread Marko Lindqvist
Update of patch #3376 (project freeciv):

  Status:None => Ready For Test 

___

Follow-up Comment #2:

> } else p[1] = p[2] = p[3] = 0;

CodingStyle: This needs block:
} else {
  p[1] = p[2] = p[3] = 0;
}


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
Follow-up Comment #1, patch #3376 (project freeciv):

Minor oops: I failed to set my email for this patch...

___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev


[Freeciv-Dev] [patch #3376] fix for premultiplied alpha

2012-07-06 Thread anonymous
URL:
  

 Summary: fix for premultiplied alpha
 Project: Freeciv
Submitted by: None
Submitted on: Fri 06 Jul 2012 08:35:41 PM UTC
Category: client-gtk-3.0
Priority: 5 - Normal
  Status: None
 Privacy: Public
 Assigned to: None
Originator Email: 
 Open/Closed: Open
 Discussion Lock: Any
 Planned Release: 

___

Details:

As I said in a different patch/bug, current cairo_surface -> GdkPixbuf
conversion is only correct if alpha is either 0 (even if not fully) or 1. For
anything in between the conversion fails to account for alpha multiplication.



___

File Attachments:


---
Date: Fri 06 Jul 2012 08:35:41 PM UTC  Name: fix-mult-alpha.patch  Size: 983B 
 By: None
fix for conversion from premultiplied alpha


___

Reply to this item at:

  

___
  Message sent via/by Gna!
  http://gna.org/


___
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev