2018-01-17 21:37:34 -03:00
|
|
|
add_library(video_core STATIC
|
2018-02-11 23:34:20 -03:00
|
|
|
command_processor.cpp
|
|
|
|
command_processor.h
|
|
|
|
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-03-18 17:15:05 -03:00
|
|
|
gpu.cpp
|
2018-02-12 01:44:12 -03:00
|
|
|
gpu.h
|
|
|
|
memory_manager.cpp
|
|
|
|
memory_manager.h
|
2018-03-20 00:00:59 -03:00
|
|
|
rasterizer_interface.h
|
2018-01-17 21:37:34 -03:00
|
|
|
renderer_base.cpp
|
|
|
|
renderer_base.h
|
2018-03-20 00:00:59 -03:00
|
|
|
renderer_opengl/gl_rasterizer.cpp
|
|
|
|
renderer_opengl/gl_rasterizer.h
|
2018-03-19 18:45:22 -03:00
|
|
|
renderer_opengl/gl_rasterizer_cache.cpp
|
|
|
|
renderer_opengl/gl_rasterizer_cache.h
|
2018-01-17 21:37:34 -03:00
|
|
|
renderer_opengl/gl_resource_manager.h
|
2018-03-19 19:51:43 -03:00
|
|
|
renderer_opengl/gl_shader_decompiler.cpp
|
|
|
|
renderer_opengl/gl_shader_decompiler.h
|
2018-03-19 21:55:14 -03:00
|
|
|
renderer_opengl/gl_shader_gen.cpp
|
|
|
|
renderer_opengl/gl_shader_gen.h
|
2018-01-17 21:37:34 -03: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 18:10:59 -03:00
|
|
|
renderer_opengl/gl_stream_buffer.cpp
|
|
|
|
renderer_opengl/gl_stream_buffer.h
|
2018-01-17 21:37:34 -03:00
|
|
|
renderer_opengl/renderer_opengl.cpp
|
|
|
|
renderer_opengl/renderer_opengl.h
|
2018-03-19 20:00:29 -03:00
|
|
|
textures/decoders.cpp
|
|
|
|
textures/decoders.h
|
|
|
|
textures/texture.h
|
2018-01-17 21:37:34 -03:00
|
|
|
utils.h
|
|
|
|
video_core.cpp
|
|
|
|
video_core.h
|
|
|
|
)
|
2014-04-05 17:04:25 -03:00
|
|
|
|
2018-01-17 21:37:34 -03:00
|
|
|
create_target_directory_groups(video_core)
|
2014-08-23 21:22:05 -04:00
|
|
|
|
2017-05-27 21:26:55 -04:00
|
|
|
target_link_libraries(video_core PUBLIC common core)
|
2018-01-12 00:07:44 -03:00
|
|
|
target_link_libraries(video_core PRIVATE glad)
|