raze/source/core/rendering
Christoph Oelckers 385cc8cbbd - NPOT texture alignment fixes.
The checks in CheckTexturePosition were not correct and caused unwanted texture shifting.
Also inlined GetYPanning into DoTexture because the pow2size value is needed there and the rest is a simple one-liner to scale the panning.
2021-03-19 10:29:38 +01:00
..
scene - NPOT texture alignment fixes. 2021-03-19 10:29:38 +01:00
hw_entrypoint.cpp - route everything through the full backend, now completely bypassing the intermediate GLInstance layer. 2021-03-18 17:18:03 +01:00
render.h - removed render.cpp, now that everything is in its proper place. 2021-03-18 17:24:58 +01:00