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:
authorJeroen Bakker <jeroen@blender.org>2021-06-28 10:30:21 +0300
committerJeroen Bakker <jeroen@blender.org>2021-06-28 13:23:10 +0300
commitdbd4ff4163617baa3d93dca257be3b2610c28782 (patch)
tree6df88765f3f9f9754fd6b2ec29eac589903eba7d /source/blender/gpu/CMakeLists.txt
parentc4d56199ccde00601159ac43d252ff87a4272ea1 (diff)
GPU: Separate compiler log from shader.
Current compiler log parser is to complex to follow. Moving it to its own compile unit before refactoring.
Diffstat (limited to 'source/blender/gpu/CMakeLists.txt')
-rw-r--r--source/blender/gpu/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt
index 3754341fe33..87e3b5cd733 100644
--- a/source/blender/gpu/CMakeLists.txt
+++ b/source/blender/gpu/CMakeLists.txt
@@ -82,6 +82,7 @@ set(SRC
intern/gpu_select_sample_query.cc
intern/gpu_shader.cc
intern/gpu_shader_builtin.c
+ intern/gpu_shader_log.cc
intern/gpu_shader_interface.cc
intern/gpu_state.cc
intern/gpu_texture.cc