From: Brian Date: Thu, 9 Aug 2007 18:36:19 +0000 (-0600) Subject: surface-related prototypes X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=01ee12cc5faa447d5542d00970e8bc3867bd5c60;p=mesa.git surface-related prototypes --- diff --git a/src/mesa/drivers/dri/intel_winsys/intel_surface.h b/src/mesa/drivers/dri/intel_winsys/intel_surface.h new file mode 100644 index 00000000000..90a1841efb6 --- /dev/null +++ b/src/mesa/drivers/dri/intel_winsys/intel_surface.h @@ -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 */