diff options
author | Brian Paul <[email protected]> | 2001-02-06 17:22:16 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2001-02-06 17:22:16 +0000 |
commit | 16461f7c53f3bd88ec20458edfc247df14cde721 (patch) | |
tree | a1d3fff35dbaac6f954c6ce5d3e219b1747001be /src/mesa/main/convolve.h | |
parent | d1baa05439c7157eeca42ec191d5375821725bdd (diff) |
added _mesa_adjust_image_for_convolution()
Diffstat (limited to 'src/mesa/main/convolve.h')
-rw-r--r-- | src/mesa/main/convolve.h | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/src/mesa/main/convolve.h b/src/mesa/main/convolve.h index 7d8acc3d58a..72a5d6f6327 100644 --- a/src/mesa/main/convolve.h +++ b/src/mesa/main/convolve.h @@ -1,10 +1,10 @@ -/* $Id: convolve.h,v 1.3 2000/11/22 07:32:16 joukj Exp $ */ +/* $Id: convolve.h,v 1.4 2001/02/06 17:22:16 brianp Exp $ */ /* * Mesa 3-D graphics library * Version: 3.5 * - * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. + * Copyright (C) 1999-2001 Brian Paul All Rights Reserved. * * Permission is hereby granted, free of charge, to any person obtaining a * copy of this software and associated documentation files (the "Software"), @@ -100,4 +100,9 @@ _mesa_convolve_sep_image(const GLcontext *ctx, const GLfloat *srcImage, GLfloat *dstImage); +extern void +_mesa_adjust_image_for_convolution(const GLcontext *ctx, GLuint dimensions, + GLsizei *width, GLsizei *height); + + #endif |