Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2017-04-05 11:30:14 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-04-05 11:43:59 +0300
commita4fac21fc5a2e5e3c816884da6499f931dfe6dd1 (patch)
tree4b99909176b694a7d6985f94f5a724ddb60a6bf5 /source/blender/gpu/CMakeLists.txt
parente9bb018a4aea1b4aeb692cdadce158496a270e32 (diff)
Cleanup: Move imm_draw utils into own file
These were in BIF_glutil which is documented to be removed, so best not define new API's there.
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index f0ef87c5f28..00b58baabc9 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -60,6 +60,7 @@ set(SRC
intern/gpu_extensions.c
intern/gpu_framebuffer.c
intern/gpu_immediate.c
+ intern/gpu_immediate_util.c
intern/gpu_init_exit.c
intern/gpu_lamp.c
intern/gpu_material.c
@@ -104,6 +105,7 @@ set(SRC
GPU_framebuffer.h
GPU_glew.h
GPU_immediate.h
+ GPU_immediate_util.h
GPU_init_exit.h
GPU_material.h
GPU_matrix.h