Blender Git Commit Log

Git Commits -> Revision 84ae0fe

Revision 84ae0fe by Ray molenkamp (master)
June 22, 2018, 00:36 (GMT)
GLRefactor: Refactor bf_blenfont to use GPUTexture instead of raw GL calls and types.

In an effort to centralize all opengl calls in the codebase, this patch replaces
the raw opengl calls in bf_blenfont with GPUTexture so it's no longer depended
on opengl headers.

reviewer: Brecht

Differential Revision: https://developer.blender.org/D3483

Commit Details:

Full Hash: 84ae0fe3a5f5707a5ff658292fefcfc5f9cf04b8
Parent Commit: 4f83fd4
Lines Changed: +142, -55

5 Modified Paths:

/source/blender/blenfont/intern/blf_font.c (+4, -7) (Diff)
/source/blender/blenfont/intern/blf_glyph.c (+19, -36) (Diff)
/source/blender/blenfont/intern/blf_internal_types.h (+5, -4) (Diff)
/source/blender/gpu/GPU_texture.h (+20, -1) (Diff)
/source/blender/gpu/intern/gpu_texture.c (+94, -7) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021