Merge pull request #12761 from liamwhite/mp-composite

video_core: rewrite presentation for layer composition
This commit is contained in:
Fernando S 2024-02-02 15:08:06 +01:00 committed by GitHub
commit 58cf2ee1f9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
90 changed files with 3671 additions and 3501 deletions

View file

@ -8,6 +8,7 @@
#include <vector>
#include "common/bit_field.h"
#include "common/common_funcs.h"
#include "common/common_types.h"
#include "common/scratch_buffer.h"
#include "video_core/engines/engine_interface.h"