Blender Git Loki

Git Commits -> Revision e3c6ae9

Revision e3c6ae9 by Brecht Van Lommel (master)
July 21, 2009, 13:20 (GMT)
2.5: Texture Filtering

Patch by Alfredo de Greef with high quality image texture filters.
This adds 3 new filters:

* SAT: Summed Area Tables. This is like mipmaps, but using somewhat
more memory avoids some artifacts.
* EWA: Ellipitical Weighted Average, anisotropic filter.
* FELINE: Fast elliptical lines for anisotropic texture mapping.

The one change I made to this was to try to fix an alpha/premul
problem, hopefully I didn't break anything, it looks compatible
with the existing filter now for me.

Commit Details:

Full Hash: e3c6ae9b89d1d0c7bb6957f81b9fd9a89477b2d0
SVN Revision: 21768
Parent Commit: ea0b015
Lines Changed: +1119, -65

11 Modified Paths:

/release/ui/buttons_texture.py (+1, -3) (Diff)
/source/blender/blenkernel/intern/texture.c (+4, -1) (Diff)
/source/blender/blenloader/intern/readfile.c (+6, -0) (Diff)
/source/blender/editors/interface/interface_templates.c (+4, -4) (Diff)
/source/blender/editors/space_view3d/view3d_draw.c (+1, -1) (Diff)
/source/blender/imbuf/IMB_imbuf.h (+1, -1) (Diff)
/source/blender/imbuf/intern/filter.c (+87, -1) (Diff)
/source/blender/makesdna/DNA_texture_types.h (+12, -1) (Diff)
/source/blender/makesrna/intern/rna_texture.c (+58, -1) (Diff)
/source/blender/render/intern/source/imagetexture.c (+916, -31) (Diff)
/source/blender/render/intern/source/texture.c (+29, -21) (Diff)
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021