Blender Git Loki
Git Commits -> Revision d1c2435
Revision d1c2435 by Jeroen Bakker (blender-v2.91-release) January 13, 2021, 13:20 (GMT) |
DrawManager: High quality normals for non meshes This adds high quality normals for non meshes. These include * Volumetric Object Wireframe * Metaballs * Extracted Curves * Curves in edit mode This is in preparation to fix a regression in recent AMD drivers where the `GL_INT_2_10_10_10_REV` data type isn't working in Polaris cards. |
Commit Details:
Full Hash: d1c2435cc99038658796b6c4e0f1b0326ee0e319
Parent Commit: d4bb02f
Lines Changed: +226, -89
7 Modified Paths:
/source/blender/draw/intern/draw_cache.c (+1, -1) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+6, -3) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+35, -13) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+109, -54) (Diff)
/source/blender/draw/intern/draw_cache_impl_metaball.c (+24, -11) (Diff)
/source/blender/draw/intern/draw_cache_impl_volume.c (+31, -7) (Diff)
/source/blender/gpu/GPU_vertex_format.h (+20, -0) (Diff)
/source/blender/draw/intern/draw_cache_impl.h (+6, -3) (Diff)
/source/blender/draw/intern/draw_cache_impl_curve.c (+35, -13) (Diff)
/source/blender/draw/intern/draw_cache_impl_displist.c (+109, -54) (Diff)
/source/blender/draw/intern/draw_cache_impl_metaball.c (+24, -11) (Diff)
/source/blender/draw/intern/draw_cache_impl_volume.c (+31, -7) (Diff)
/source/blender/gpu/GPU_vertex_format.h (+20, -0) (Diff)