minetest/builtin
HybridDog e73c5d4585
Fix MSAA stripes (#9247)
This only works when shaders are enabled.
The centroid varying avoids that the textures (which repeat themselves out of bounds) are sampled out of bounds in MSAA.
If MSAA (called FSAA in minetest) is disabled, the centroid keyword does nothing.
2020-12-04 20:16:12 +01:00
..
async Use "core" namespace internally 2014-05-08 13:02:04 -04:00
client Add documentation to builtin core.run_callbacks (#10494) 2020-10-21 21:05:32 +01:00
common Ability to remove minetest.after once set (#10103) 2020-09-23 19:11:56 +02:00
fstk Auto focus on OK button in main menu error messages (#10300) 2020-08-23 15:40:34 +02:00
game Fix certain connected nodeboxes crashing when falling 2020-12-04 11:28:45 +01:00
mainmenu Shaders for Android (GLES 2) (#10506) 2020-10-25 18:01:03 +01:00
profiler Profiler: Fix wrong function name for entities 2020-02-23 22:24:12 +01:00
init.lua Add HTTP API to main menu (#9998) 2020-06-06 17:17:08 +01:00
settingtypes.txt Fix MSAA stripes (#9247) 2020-12-04 20:16:12 +01:00