Changeset View
Changeset View
Standalone View
Standalone View
source/blender/draw/CMakeLists.txt
| Show First 20 Lines • Show All 117 Lines • ▼ Show 20 Lines | set(SRC | ||||
| engines/workbench/workbench_forward.c | engines/workbench/workbench_forward.c | ||||
| engines/workbench/workbench_materials.c | engines/workbench/workbench_materials.c | ||||
| engines/workbench/workbench_render.c | engines/workbench/workbench_render.c | ||||
| engines/workbench/workbench_studiolight.c | engines/workbench/workbench_studiolight.c | ||||
| engines/workbench/workbench_volume.c | engines/workbench/workbench_volume.c | ||||
| engines/workbench/solid_mode.c | engines/workbench/solid_mode.c | ||||
| engines/workbench/transparent_mode.c | engines/workbench/transparent_mode.c | ||||
| engines/external/external_engine.c | engines/external/external_engine.c | ||||
| engines/gpencil/gpencil_engine.h | |||||
| engines/gpencil/gpencil_engine.c | |||||
| engines/gpencil/gpencil_render.c | |||||
| engines/gpencil/gpencil_cache_utils.c | |||||
| engines/gpencil/gpencil_draw_utils.c | |||||
| engines/gpencil/gpencil_draw_cache_impl.c | |||||
| engines/gpencil/gpencil_shader_fx.c | |||||
| DRW_engine.h | DRW_engine.h | ||||
| intern/DRW_render.h | intern/DRW_render.h | ||||
| intern/draw_cache.h | intern/draw_cache.h | ||||
| intern/draw_cache_impl.h | intern/draw_cache_impl.h | ||||
| intern/draw_common.h | intern/draw_common.h | ||||
| intern/draw_debug.h | intern/draw_debug.h | ||||
| intern/draw_hair_private.h | intern/draw_hair_private.h | ||||
| ▲ Show 20 Lines • Show All 164 Lines • ▼ Show 20 Lines | |||||
| data_to_c_simple(modes/shaders/paint_vertex_vert.glsl SRC) | data_to_c_simple(modes/shaders/paint_vertex_vert.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/paint_wire_frag.glsl SRC) | data_to_c_simple(modes/shaders/paint_wire_frag.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/paint_wire_vert.glsl SRC) | data_to_c_simple(modes/shaders/paint_wire_vert.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/paint_vert_frag.glsl SRC) | data_to_c_simple(modes/shaders/paint_vert_frag.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/particle_strand_frag.glsl SRC) | data_to_c_simple(modes/shaders/particle_strand_frag.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/particle_strand_vert.glsl SRC) | data_to_c_simple(modes/shaders/particle_strand_vert.glsl SRC) | ||||
| data_to_c_simple(modes/shaders/volume_velocity_vert.glsl SRC) | data_to_c_simple(modes/shaders/volume_velocity_vert.glsl SRC) | ||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_fill_vert.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_fill_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_stroke_vert.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_stroke_geom.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_stroke_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_zdepth_mix_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_simple_mix_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_point_vert.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_point_geom.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_point_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_background_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_paper_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_vert.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_geom.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/gpencil_edit_point_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_blur_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_colorize_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_flip_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_light_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_pixel_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_rim_prepare_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_rim_resolve_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_swirl_frag.glsl SRC) | |||||
| data_to_c_simple(engines/gpencil/shaders/fx/gpencil_fx_wave_frag.glsl SRC) | |||||
| list(APPEND INC | list(APPEND INC | ||||
| ) | ) | ||||
| blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_draw "${SRC}" "${INC}" "${INC_SYS}") | ||||