This repository has been archived on 2023-10-09. You can view files and clone it, but cannot push or open issues or pull requests.
Files
blender-archive/source/blender/imbuf/intern
Brecht Van Lommel fb03f50e06 Fix T64625: Eevee image textures with alpha have dark edges
Now texture storage of images is defined by the alpha mode of the image. The
downside of this is that there can be artifacts near alpha edges where pixels
with zero alpha bleed in. It also adds more code complexity since image textures
are no longer all stored the same way.

This changes allows us to keep using sRGB texture formats, which have edge
darkening when stored with premultiplied alpha. Game engines seems to generally
do the same thing, and we want to be compatible with them.
2019-06-07 20:51:40 +02:00
..
2019-04-23 11:22:22 +10:00
2019-05-03 12:43:02 +10:00
2019-02-18 08:22:12 +11:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-28 14:50:48 -07:00
2019-04-23 11:22:22 +10:00
2019-05-03 12:43:02 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-04-23 11:22:22 +10:00
2019-05-31 22:55:15 +10:00