mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-12-11 05:01:09 +00:00
7e169eb76f
Until now each subclass of FTexture had to implement the entire span generation itself, presumably so that a few classes can use simpler structures. This does not work if a texture can have more than one pixel buffer as is needed for alpha textures. Even though it means that some classes will allocate more data now, it's the only way to do it properly. In addition this removes a significant amount of mostly redundant code from the texture classes. - added alpha texture processing to all converted classes As of now this is not active and not tested. Note that as part of the conversion even those textures that were working as alphatextures will not look correct until the higher level code gets adjusted. |
||
---|---|---|
.. | ||
drawers | ||
line | ||
plane | ||
scene | ||
segments | ||
things | ||
viewport | ||
r_all.cpp | ||
r_memory.cpp | ||
r_memory.h | ||
r_renderthread.cpp | ||
r_renderthread.h | ||
r_swcanvas.cpp | ||
r_swcanvas.h | ||
r_swcolormaps.cpp | ||
r_swcolormaps.h | ||
r_swrenderer.cpp | ||
r_swrenderer.h |