Clément Foucault
f7753bf97f
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.
2020-04-22 21:41:10 +02:00
..
2020-03-19 09:33:58 +01:00
2020-04-03 17:25:58 +11:00
2020-04-22 16:56:43 +02:00
2020-04-21 13:16:59 +02:00
2020-04-22 17:12:49 +02:00
2020-04-22 21:03:13 +02:00
2020-04-22 12:53:19 -03:00
2020-04-05 22:22:21 +10:00
2020-03-19 21:55:17 +01:00
2020-04-17 16:33:05 +02:00
2020-04-22 19:13:38 +02:00
2020-04-22 16:32:45 +02:00
2020-04-21 14:28:26 +02:00
2020-04-01 10:02:04 +02:00
2020-04-22 21:41:10 +02:00
2020-04-03 19:27:46 +02:00
2020-04-09 19:18:14 +02:00
2020-04-09 12:18:45 +02:00
2020-04-22 16:16:23 +02:00
2020-04-22 16:16:23 +02:00
2020-04-20 18:50:18 +02:00
2020-04-09 21:48:03 +02:00
2020-03-19 21:55:17 +01:00
2020-04-16 15:58:31 +02:00
2020-04-03 19:27:46 +02:00
2020-03-19 09:33:58 +01:00
2020-04-17 18:19:56 -06:00
2020-03-17 21:42:44 +01:00