summaryrefslogtreecommitdiff
path: root/src/gallium/winsys/freedreno/drm/freedreno_drm_public.h
blob: a15f6cf8683e01bd248fa3cea6c79dc1bd6918c9 (plain)
1
2
3
4
5
6
7
8
9
10
11

#ifndef __FREEDRENO_DRM_PUBLIC_H__
#define __FREEDRENO_DRM_PUBLIC_H__

struct pipe_screen;
struct renderonly;

struct pipe_screen *fd_drm_screen_create(int drmFD, struct renderonly *ro,
		const struct pipe_screen_config *config);

#endif