f63a0e670acdf9738f669eecf86e87ded2b4e680
Extract a mask from the stencil buffer and use that texture instead when texture views are not available. Needed for supporting the Windows ARM software driver. The workaround is isolated on its own class so it's easy to remove once it's no longer needed. Note that while this adds a function to check if texture views are available (`GPU_texture_view_support`), at the moment this always returns true in practice, since OpenGL 4.3 is the minimum supported version. A separate patch will be needed to allow Blender to run using OpenGL 4.2 + extensions. Pull Request: https://projects.blender.org/blender/blender/pulls/111402
…
Blender
Blender is the free and open source 3D creation suite. It supports the entirety of the 3D pipeline-modeling, rigging, animation, simulation, rendering, compositing, motion tracking and video editing.
Project Pages
Development
License
Blender as a whole is licensed under the GNU General Public License, Version 3. Individual files may have a different, but compatible license.
See blender.org/about/license for details.
Description
Languages
C++
78%
Python
14.9%
C
2.9%
GLSL
1.9%
CMake
1.2%
Other
0.9%
