2018-01-18 00:37:34 +00:00
|
|
|
add_library(video_core STATIC
|
2018-02-12 02:34:20 +00:00
|
|
|
command_processor.cpp
|
|
|
|
command_processor.h
|
2018-03-22 20:19:35 +00:00
|
|
|
debug_utils/debug_utils.cpp
|
|
|
|
debug_utils/debug_utils.h
|
2018-02-12 02:34:20 +00:00
|
|
|
engines/fermi_2d.cpp
|
|
|
|
engines/fermi_2d.h
|
|
|
|
engines/maxwell_3d.cpp
|
|
|
|
engines/maxwell_3d.h
|
|
|
|
engines/maxwell_compute.cpp
|
|
|
|
engines/maxwell_compute.h
|
2018-06-10 22:02:33 +00:00
|
|
|
engines/maxwell_dma.cpp
|
|
|
|
engines/maxwell_dma.h
|
2018-04-05 01:43:40 +00:00
|
|
|
engines/shader_bytecode.h
|
2018-03-18 20:15:05 +00:00
|
|
|
gpu.cpp
|
2018-02-12 04:44:12 +00:00
|
|
|
gpu.h
|
2018-03-28 20:14:47 +00:00
|
|
|
macro_interpreter.cpp
|
|
|
|
macro_interpreter.h
|
2018-02-12 04:44:12 +00:00
|
|
|
memory_manager.cpp
|
|
|
|
memory_manager.h
|
2018-08-23 19:38:57 +00:00
|
|
|
rasterizer_cache.h
|
2018-03-20 03:00:59 +00:00
|
|
|
rasterizer_interface.h
|
2018-01-18 00:37:34 +00:00
|
|
|
renderer_base.cpp
|
|
|
|
renderer_base.h
|
2018-03-20 03:00:59 +00:00
|
|
|
renderer_opengl/gl_rasterizer.cpp
|
|
|
|
renderer_opengl/gl_rasterizer.h
|
2018-03-19 21:45:22 +00:00
|
|
|
renderer_opengl/gl_rasterizer_cache.cpp
|
|
|
|
renderer_opengl/gl_rasterizer_cache.h
|
2018-01-18 00:37:34 +00:00
|
|
|
renderer_opengl/gl_resource_manager.h
|
2018-03-19 22:51:43 +00:00
|
|
|
renderer_opengl/gl_shader_decompiler.cpp
|
|
|
|
renderer_opengl/gl_shader_decompiler.h
|
2018-03-20 00:55:14 +00:00
|
|
|
renderer_opengl/gl_shader_gen.cpp
|
|
|
|
renderer_opengl/gl_shader_gen.h
|
2018-04-07 09:12:38 +00:00
|
|
|
renderer_opengl/gl_shader_manager.cpp
|
|
|
|
renderer_opengl/gl_shader_manager.h
|
2018-01-18 00:37:34 +00:00
|
|
|
renderer_opengl/gl_shader_util.cpp
|
|
|
|
renderer_opengl/gl_shader_util.h
|
|
|
|
renderer_opengl/gl_state.cpp
|
|
|
|
renderer_opengl/gl_state.h
|
2018-03-19 21:10:59 +00:00
|
|
|
renderer_opengl/gl_stream_buffer.cpp
|
|
|
|
renderer_opengl/gl_stream_buffer.h
|
2018-03-25 01:09:30 +00:00
|
|
|
renderer_opengl/maxwell_to_gl.h
|
2018-01-18 00:37:34 +00:00
|
|
|
renderer_opengl/renderer_opengl.cpp
|
|
|
|
renderer_opengl/renderer_opengl.h
|
2018-06-18 03:50:44 +00:00
|
|
|
textures/astc.cpp
|
|
|
|
textures/astc.h
|
2018-03-19 23:00:29 +00:00
|
|
|
textures/decoders.cpp
|
|
|
|
textures/decoders.h
|
|
|
|
textures/texture.h
|
2018-01-18 00:37:34 +00:00
|
|
|
utils.h
|
|
|
|
video_core.cpp
|
|
|
|
video_core.h
|
|
|
|
)
|
2014-04-05 20:04:25 +00:00
|
|
|
|
2018-01-18 00:37:34 +00:00
|
|
|
create_target_directory_groups(video_core)
|
2014-08-24 01:22:05 +00:00
|
|
|
|
2017-05-28 01:26:55 +00:00
|
|
|
target_link_libraries(video_core PUBLIC common core)
|
2018-01-12 03:07:44 +00:00
|
|
|
target_link_libraries(video_core PRIVATE glad)
|