summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/drm/intel/egl/intel_api.h
blob: 8ec165ab0177d44f552ab752179f028e2049ec75 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef _INTEL_API_H_
#define _INTEL_API_H_

#include "pipe/p_compiler.h"

#include "state_tracker/drm_api.h"

#include "intel_be_device.h"

struct pipe_screen *intel_create_screen(int drmFD, int pciID);
struct pipe_context *intel_create_context(struct pipe_screen *screen);

#endif