Blender Git Commit Log
Git Commits -> Revision 8d59f06
Revision 8d59f06 by Clément Foucault (master) September 10, 2020, 12:19 (GMT) |
GL: Wrap extension support inside GLContext This makes it possible to disable all the extensions when forcing workarounds. Also it will allow future options to selectively disable each extension to know which one is buggy. |
Commit Details:
Full Hash: 8d59f060ca73247b2265db04655eef9db0f1c06a
Parent Commit: 9d5977f
Lines Changed: +76, -44
8 Modified Paths:
/source/blender/gpu/opengl/gl_backend.cc (+42, -4) (Diff)
/source/blender/gpu/opengl/gl_batch.cc (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_context.hh (+10, -1) (Diff)
/source/blender/gpu/opengl/gl_drawlist.cc (+1, -4) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+8, -18) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+2, -3) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+11, -12) (Diff)
/source/blender/gpu/opengl/gl_vertex_array.cc (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_batch.cc (+1, -1) (Diff)
/source/blender/gpu/opengl/gl_context.hh (+10, -1) (Diff)
/source/blender/gpu/opengl/gl_drawlist.cc (+1, -4) (Diff)
/source/blender/gpu/opengl/gl_shader.cc (+8, -18) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+2, -3) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+11, -12) (Diff)
/source/blender/gpu/opengl/gl_vertex_array.cc (+1, -1) (Diff)