mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
67b1963e7c
There are effectively two states - the one in the backend and a local one in the drawer for the render list which is supposed to eliminate some of the more costly repeated calls. This higher level state was cached globally, which did not work anymore because the real render state could be changed elsewhere without this code realizing it. All this means that the render list drawer must create a new state cache for each call and also must apply its current pending render state before leaving to ensure that everything is properly reset. |
||
---|---|---|
.. | ||
blood | ||
build | ||
common | ||
core | ||
duke3d | ||
exhumed | ||
glbackend | ||
libsmackerdec | ||
platform | ||
rr | ||
sw | ||
thirdparty | ||
__autostart.cpp | ||
CMakeLists.txt | ||
g_pch.h | ||
gitinfo.cpp | ||
zzautozend.cpp |