minetest/client/shaders
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
..
3d_interlaced_merge Shaders for Android (GLES 2) (#10506) 2020-10-25 18:01:03 +01:00
default_shader Shaders for Android (GLES 2) (#10506) 2020-10-25 18:01:03 +01:00
minimap_shader Shaders for Android (GLES 2) (#10506) 2020-10-25 18:01:03 +01:00
nodes_shader Fix MSAA stripes (#9247) 2020-12-04 20:16:12 +01:00
object_shader Fix MSAA stripes (#9247) 2020-12-04 20:16:12 +01:00
selection_shader Shaders for Android (GLES 2) (#10506) 2020-10-25 18:01:03 +01:00
stars_shader Sky: support GLES2 2020-11-26 12:49:10 -08:00