Blender Git Commit Log
Git Commits -> Revision ffa351d
Revision ffa351d by Clément Foucault (tmp-gltexture) September 4, 2020, 00:45 (GMT) |
GPUTexture: Add support for samplers This just add back the support. This commit also includes a bit of cleanup. |
Commit Details:
Full Hash: ffa351d533849925e0da5f4985f2798cbef023ea
Parent Commit: e58408c
Lines Changed: +109, -30
10 Modified Paths:
/source/blender/editors/interface/interface_icons.c (+2, -4) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -7) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.cc (+0, -2) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+4, -12) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+14, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+5, -3) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+73, -0) (Diff)
/source/blender/gpu/opengl/gl_texture.hh (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -2) (Diff)
/source/blender/gpu/GPU_texture.h (+1, -7) (Diff)
/source/blender/gpu/intern/gpu_backend.hh (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_extensions.cc (+0, -2) (Diff)
/source/blender/gpu/intern/gpu_texture.cc (+4, -12) (Diff)
/source/blender/gpu/opengl/gl_backend.hh (+14, -0) (Diff)
/source/blender/gpu/opengl/gl_state.cc (+5, -3) (Diff)
/source/blender/gpu/opengl/gl_texture.cc (+73, -0) (Diff)
/source/blender/gpu/opengl/gl_texture.hh (+7, -0) (Diff)
/source/blender/makesrna/intern/rna_userdef.c (+1, -2) (Diff)