Blender Git Commit Log

Git Commits -> Revision 4184f89

Revision 4184f89 by Campbell Barton (master)
March 11, 2020, 03:52 (GMT)
GPU: minor changes to support standalone GHOST builds

- Move gpuPush/Pop from GPU_draw.h into GPU_state.h
as this is for pushing/popping state.
- Add 'GPU_STANDALONE' define, to bypass use of user-preferences
for theme colors and pixelsize, as well as pbvh init/free functions.

Needed to get GHOST tests working again.

Commit Details:

Full Hash: 4184f890fdbef7409af27f1e9a13b01161001ef2
Parent Commit: f9cca12
Lines Changed: +229, -205

12 Modified Paths:

/source/blender/blenfont/intern/blf.c (+3, -5) (Diff)
/source/blender/blenfont/intern/blf_font.c (+2, -0) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+2, -4) (Diff)
/source/blender/gpu/GPU_draw.h (+0, -12) (Diff)
/source/blender/gpu/GPU_state.h (+12, -0) (Diff)
/source/blender/gpu/intern/gpu_draw.c (+11, -174) (Diff)
/source/blender/gpu/intern/gpu_extensions.c (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_immediate.c (+7, -1) (Diff)
/source/blender/gpu/intern/gpu_init_exit.c (+4, -0) (Diff)
/source/blender/gpu/intern/gpu_select_pick.c (+1, -0) (Diff)
/source/blender/gpu/intern/gpu_select_sample_query.c (+1, -6) (Diff)
/source/blender/gpu/intern/gpu_state.c (+182, -3) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021