Blender Git Commit Log

Git Commits -> Revision f7753bf

Revision f7753bf by Clément Foucault (master)
April 22, 2020, 19:41 (GMT)
GPU: Add GPU_texture_copy

This allow to copy entire texture in a faster way than using framebuffer
blitting.

This uses ARB_copy_image extension if available and fallback to
glCopyTexSubImage2D for older gl version.

Both method should be as fast if not faster than the framebuffer blitting.

Commit Details:

Full Hash: f7753bf97fd38720bf1e91cd8179dd3227a7bb12
Parent Commit: d17b371
Lines Changed: +69, -0

2 Modified Paths:

/source/blender/gpu/GPU_texture.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_texture.c (+67, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021