Blender Git Commit Log

Git Commits -> Revision 45e6ca3

Revision 45e6ca3 by Dalai Felinto (master)
August 6, 2020, 14:44 (GMT)
Cleanup: Stop accessing gpu_batch_presets_reset()

The current code is accessing this from outside the gpu "namespace". As
such it should be accessing GPU_ functions, not gpu_ functions.

This is also a place to centralize the XXX message that will be
addressed upon refactor. So we can reuse this call in other places that
need the same temporary workaround.

Groundwork for upcoming fix (D8472)

Commit Details:

Full Hash: 45e6ca36615fe9a720c9f25343556326fcbd5952
Parent Commit: 5e6119d
Lines Changed: +16, -3

3 Modified Paths:

/source/blender/editors/space_image/space_image.c (+1, -3) (Diff)
/source/blender/gpu/GPU_batch_presets.h (+2, -0) (Diff)
/source/blender/gpu/intern/gpu_batch_presets.c (+13, -0) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021