surface-related prototypes

This commit is contained in:
Brian
2007-08-09 12:36:19 -06:00
parent 64da751500
commit 01ee12cc5f
@@ -0,0 +1,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 */