mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-29 15:22:08 +00:00
03626107eb
Previously it tried to copy all patches of composite sub-images directly onto the main image. This caused massive complications throughout the entire true color texture code and made any attempt of caching the source data for composition next to impossible because the entire composition process operated on the raw data read from the texture and not some cacheable image. While this may cause more pixel data to be processed, this will be easily offset by being able to reuse patches for multiple textures, once a caching system is in place, which even for the IWADs happens quite frequently. Removing the now unneeded arguments from the implementation also makes things a lot easier to handle. |
||
---|---|---|
.. | ||
afxres.h | ||
base_sysfb.cpp | ||
base_sysfb.h | ||
boing1.ico | ||
boing2.ico | ||
boing3.ico | ||
boing4.ico | ||
boing5.ico | ||
boing6.ico | ||
boing7.ico | ||
boing8.ico | ||
critsec.cpp | ||
deadguy.bmp | ||
gl_sysfb.cpp | ||
gl_sysfb.h | ||
hardware.cpp | ||
hardware.h | ||
helperthread.cpp | ||
helperthread.h | ||
i_cd.cpp | ||
i_crash.cpp | ||
i_dijoy.cpp | ||
i_input.cpp | ||
i_input.h | ||
i_keyboard.cpp | ||
i_main.cpp | ||
i_mouse.cpp | ||
i_rawps2.cpp | ||
i_specialpaths.cpp | ||
i_system.cpp | ||
i_system.h | ||
i_xinput.cpp | ||
icon1.ico | ||
optwin32.h | ||
rawinput.h | ||
resource.h | ||
st_start.cpp | ||
wglext.h | ||
win32basevideo.cpp | ||
win32basevideo.h | ||
win32glvideo.cpp | ||
win32glvideo.h | ||
winres.h | ||
zdoom.exe.manifest | ||
zdoom.rc |