mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-27 10:30:08 +01:00
etnaviv: gallium: Use internal etnaviv_drmif.h
Signed-off-by: Guido Günther <guido.gunther@puri.sm> Reviewed-by: Christian Gmeiner <christian.gmeiner@gmail.com>
This commit is contained in:
parent
95d8b4ac0b
commit
3696235f82
4 changed files with 4 additions and 4 deletions
|
|
@ -30,7 +30,7 @@
|
|||
#include "etnaviv_tiling.h"
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <etnaviv_drmif.h>
|
||||
#include "drm/etnaviv_drmif.h"
|
||||
|
||||
struct pipe_context;
|
||||
|
||||
|
|
|
|||
|
|
@ -31,7 +31,7 @@
|
|||
#include "hw/state.xml.h"
|
||||
#include "hw/state_3d.xml.h"
|
||||
|
||||
#include <etnaviv_drmif.h>
|
||||
#include "drm/etnaviv_drmif.h"
|
||||
|
||||
#define ETNA_NUM_INPUTS (16)
|
||||
#define ETNA_NUM_VARYINGS 8
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef H_ETNAVIV_TEXTURE
|
||||
#define H_ETNAVIV_TEXTURE
|
||||
|
||||
#include <etnaviv_drmif.h>
|
||||
#include "drm/etnaviv_drmif.h"
|
||||
|
||||
#include "pipe/p_context.h"
|
||||
#include "pipe/p_state.h"
|
||||
|
|
|
|||
|
|
@ -27,7 +27,7 @@
|
|||
#ifndef H_ETNAVIV_TEXTURE_PLAIN
|
||||
#define H_ETNAVIV_TEXTURE_PLAIN
|
||||
|
||||
#include <etnaviv_drmif.h>
|
||||
#include "drm/etnaviv_drmif.h"
|
||||
|
||||
#include "etnaviv_texture.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue