mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-14 18:19:48 +12:00
* Re-enable non-IEEE shader test * Fix shader-interpreter RCP/RSQ output Handle the `-0.0` special-case * Fix shader-interpreter MIN/MAX output Takes advantage of min/max's properties regarding non-finites to return NaN depending on its input position: ``` max(NaN, 2.f) -> NaN max(2.f, NaN) -> 2 min(NaN, 2.f) -> NaN min(2.f, NaN) -> 2 ``` * Fix shader-interpreter FLR indexing bug `3 - 1` should be `3 - i` |
||
---|---|---|
.. | ||
core | ||
host_shaders | ||
panda_qt | ||
panda_sdl | ||
pandroid | ||
config.cpp | ||
discord_rpc.cpp | ||
emulator.cpp | ||
http_server.cpp | ||
hydra_core.cpp | ||
io_file.cpp | ||
jni_driver.cpp | ||
lua.cpp | ||
memory_mapped_file.cpp | ||
miniaudio.cpp | ||
renderer.cpp | ||
stb_image_write.c |