2014-08-24 06:52:05 +05:30
|
|
|
set(SRCS
|
|
|
|
clipper.cpp
|
2014-07-27 21:04:11 +05:30
|
|
|
command_processor.cpp
|
2017-01-06 03:41:23 +05:30
|
|
|
debug_utils/debug_utils.cpp
|
2015-05-14 08:59:27 +05:30
|
|
|
pica.cpp
|
2014-07-27 18:28:30 +05:30
|
|
|
primitive_assembly.cpp
|
2014-07-27 21:32:35 +05:30
|
|
|
rasterizer.cpp
|
2017-01-29 02:57:24 +05:30
|
|
|
regs.cpp
|
2015-12-07 08:36:12 +05:30
|
|
|
renderer_base.cpp
|
2017-01-06 03:41:23 +05:30
|
|
|
renderer_opengl/gl_rasterizer.cpp
|
|
|
|
renderer_opengl/gl_rasterizer_cache.cpp
|
|
|
|
renderer_opengl/gl_shader_gen.cpp
|
|
|
|
renderer_opengl/gl_shader_util.cpp
|
|
|
|
renderer_opengl/gl_state.cpp
|
|
|
|
renderer_opengl/renderer_opengl.cpp
|
2015-07-22 05:08:59 +05:30
|
|
|
shader/shader.cpp
|
2015-07-22 04:39:11 +05:30
|
|
|
shader/shader_interpreter.cpp
|
2015-12-07 08:36:12 +05:30
|
|
|
swrasterizer.cpp
|
2017-01-06 09:29:34 +05:30
|
|
|
texture/etc1.cpp
|
2017-01-06 03:41:23 +05:30
|
|
|
texture/texture_decode.cpp
|
2016-04-28 22:31:47 +05:30
|
|
|
vertex_loader.cpp
|
2014-07-26 18:12:46 +05:30
|
|
|
video_core.cpp
|
2014-08-24 06:52:05 +05:30
|
|
|
)
|
2014-04-06 01:34:25 +05:30
|
|
|
|
2014-08-24 06:52:05 +05:30
|
|
|
set(HEADERS
|
|
|
|
clipper.h
|
2014-07-27 21:04:11 +05:30
|
|
|
command_processor.h
|
2017-01-06 03:41:23 +05:30
|
|
|
debug_utils/debug_utils.h
|
2014-08-24 06:52:05 +05:30
|
|
|
gpu_debugger.h
|
|
|
|
pica.h
|
2016-03-03 08:46:38 +05:30
|
|
|
pica_state.h
|
2015-09-10 04:00:03 +05:30
|
|
|
pica_types.h
|
2014-07-27 18:28:30 +05:30
|
|
|
primitive_assembly.h
|
2014-07-27 21:32:35 +05:30
|
|
|
rasterizer.h
|
2015-12-07 08:36:12 +05:30
|
|
|
rasterizer_interface.h
|
2017-01-29 02:57:24 +05:30
|
|
|
regs.h
|
2017-01-28 11:17:34 +05:30
|
|
|
regs_framebuffer.h
|
2017-01-29 01:43:21 +05:30
|
|
|
regs_lighting.h
|
2017-01-29 02:04:31 +05:30
|
|
|
regs_pipeline.h
|
2017-01-28 09:46:36 +05:30
|
|
|
regs_rasterizer.h
|
2017-01-29 02:33:13 +05:30
|
|
|
regs_shader.h
|
2017-01-28 10:21:59 +05:30
|
|
|
regs_texturing.h
|
2014-04-29 08:10:39 +05:30
|
|
|
renderer_base.h
|
2017-01-06 03:41:23 +05:30
|
|
|
renderer_opengl/gl_rasterizer.h
|
|
|
|
renderer_opengl/gl_rasterizer_cache.h
|
|
|
|
renderer_opengl/gl_resource_manager.h
|
|
|
|
renderer_opengl/gl_shader_gen.h
|
|
|
|
renderer_opengl/gl_shader_util.h
|
|
|
|
renderer_opengl/gl_state.h
|
|
|
|
renderer_opengl/pica_to_gl.h
|
|
|
|
renderer_opengl/renderer_opengl.h
|
2016-12-16 12:00:43 +05:30
|
|
|
shader/debug_data.h
|
2015-07-22 05:08:59 +05:30
|
|
|
shader/shader.h
|
2015-07-22 04:39:11 +05:30
|
|
|
shader/shader_interpreter.h
|
2015-12-07 08:36:12 +05:30
|
|
|
swrasterizer.h
|
2017-01-06 09:29:34 +05:30
|
|
|
texture/etc1.h
|
2017-01-06 03:41:23 +05:30
|
|
|
texture/texture_decode.h
|
2014-08-24 06:52:05 +05:30
|
|
|
utils.h
|
2016-04-28 22:31:47 +05:30
|
|
|
vertex_loader.h
|
2014-07-26 18:12:46 +05:30
|
|
|
video_core.h
|
2014-08-24 06:52:05 +05:30
|
|
|
)
|
|
|
|
|
2015-08-15 07:59:08 +05:30
|
|
|
if(ARCHITECTURE_x86_64)
|
2015-07-23 08:55:30 +05:30
|
|
|
set(SRCS ${SRCS}
|
2016-12-17 14:51:16 +05:30
|
|
|
shader/shader_jit_x64.cpp
|
2016-12-17 13:36:23 +05:30
|
|
|
shader/shader_jit_x64_compiler.cpp)
|
2015-08-12 09:30:44 +05:30
|
|
|
|
|
|
|
set(HEADERS ${HEADERS}
|
2016-12-17 14:51:16 +05:30
|
|
|
shader/shader_jit_x64.h
|
2016-12-17 13:36:23 +05:30
|
|
|
shader/shader_jit_x64_compiler.h)
|
2015-07-23 08:55:30 +05:30
|
|
|
endif()
|
|
|
|
|
2014-08-24 06:52:05 +05:30
|
|
|
create_directory_groups(${SRCS} ${HEADERS})
|
2014-04-29 08:10:39 +05:30
|
|
|
|
2014-05-20 03:49:36 +05:30
|
|
|
add_library(video_core STATIC ${SRCS} ${HEADERS})
|
2015-08-30 12:07:42 +05:30
|
|
|
target_link_libraries(video_core glad)
|
2016-12-12 14:53:08 +05:30
|
|
|
if (ARCHITECTURE_x86_64)
|
|
|
|
target_link_libraries(video_core xbyak)
|
|
|
|
endif()
|
2014-08-24 06:52:05 +05:30
|
|
|
|
|
|
|
if (PNG_FOUND)
|
|
|
|
target_link_libraries(video_core ${PNG_LIBRARIES})
|
|
|
|
include_directories(${PNG_INCLUDE_DIRS})
|
|
|
|
add_definitions(${PNG_DEFINITIONS})
|
|
|
|
endif()
|