summaryrefslogtreecommitdiff
path: root/src/mesa/drivers/dri/intel_winsys/intel_surface.h
blob: 90a1841efb6da280a0c41841efb2f0c7111b82b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef INTEL_SURFACE_H
#define INTEL_SURFACE_H


extern struct pipe_surface *
intel_new_surface(struct pipe_context *pipe, GLuint pipeFormat);


extern const GLuint *
intel_supported_formats(struct pipe_context *pipe, GLuint *numFormats);


#endif /* INTEL_SURFACE_H */