godot/servers/visual
Josh Taylor b1bb7e48ca Changed minimum visible viewport size
When the viewport's size.y becomes lower than 2, the storage->frame.current_rt->effects.mip_maps[0].sizes Vector during rendering becomes empty, resulting in crashes in at least GLES3. This is a temporary fix to stop rendering a viewport when its size is below 2 rather than below 1.

(cherry picked from commit 892a4b175a)
2019-07-03 13:01:02 +02:00
..
SCsub style: Fix PEP8 whitespace issues in Python files 2016-11-01 00:35:16 +01:00
default_mouse_cursor.xpm GODOT IS OPEN SOURCE 2014-02-09 22:10:30 -03:00
rasterizer.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
rasterizer.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
shader_language.cpp Fix return type of isnan and isinf in the shader language 2019-07-03 12:33:25 +02:00
shader_language.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
shader_types.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
shader_types.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_canvas.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_canvas.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_global.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_global.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_light_baker.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_light_baker.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_raster.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_raster.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_scene.cpp Implement VisualServerScene::instance_set_extra_visibility_margin() method to actually apply extra culling margin and mark instance AABB dirty 2019-07-03 12:27:24 +02:00
visual_server_scene.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_viewport.cpp Changed minimum visible viewport size 2019-07-03 13:01:02 +02:00
visual_server_viewport.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_wrap_mt.cpp Update copyright statements to 2019 2019-01-03 11:41:35 +01:00
visual_server_wrap_mt.h Update copyright statements to 2019 2019-01-03 11:41:35 +01:00