mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 02:58:05 +02:00
etnaviv: Add missing includes after 6ace0b8
Add missing includes after 6ace0b8 (etnaviv: don't enable RT
full-overwrite when logicop is enabled), otherwise the etnaviv driver
won't build because of missing macros.
Signed-off-by: Wladimir J. van der Laan <laanwj@gmail.com>
Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
Tested-by: Andres Gomez <agomez@igalia.com>
This commit is contained in:
parent
e9d37d68cf
commit
3f7093bed2
1 changed files with 2 additions and 0 deletions
|
|
@ -27,7 +27,9 @@
|
|||
#include "etnaviv_blend.h"
|
||||
|
||||
#include "etnaviv_context.h"
|
||||
#include "etnaviv_screen.h"
|
||||
#include "etnaviv_translate.h"
|
||||
#include "hw/common.xml.h"
|
||||
#include "pipe/p_defines.h"
|
||||
#include "util/u_memory.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue