diff options
author | Brian <[email protected]> | 2007-08-09 12:36:19 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-09 14:28:41 -0600 |
commit | 01ee12cc5faa447d5542d00970e8bc3867bd5c60 (patch) | |
tree | dad1330801d6741093cfddb1ab489bd84eeea11e /src | |
parent | 64da7515009f3551796c90acc74eb0a2ffdb68a0 (diff) |
surface-related prototypes
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/dri/intel_winsys/intel_surface.h | 14 |
1 files changed, 14 insertions, 0 deletions
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 */ |