shader_ir: Implement a new shader scanner

This commit is contained in:
Fernando Sahmkow 2019-06-24 19:46:49 -04:00 committed by FernandoS27
parent 618d8446ab
commit 8af6e6a052
6 changed files with 476 additions and 15 deletions

View file

@ -82,6 +82,8 @@ set(HASH_FILES
"${VIDEO_CORE}/shader/decode/shift.cpp"
"${VIDEO_CORE}/shader/decode/video.cpp"
"${VIDEO_CORE}/shader/decode/xmad.cpp"
"${VIDEO_CORE}/shader/control_flow.cpp"
"${VIDEO_CORE}/shader/control_flow.h"
"${VIDEO_CORE}/shader/decode.cpp"
"${VIDEO_CORE}/shader/node.h"
"${VIDEO_CORE}/shader/node_helper.cpp"