mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 18:18:06 +02:00
swrast: remove prototypes for obsolete functions
This commit is contained in:
parent
58e843dda0
commit
7e0f2ce941
1 changed files with 0 additions and 21 deletions
|
|
@ -207,27 +207,6 @@ extern void
|
|||
_swrast_print_vertex( GLcontext *ctx, const SWvertex *v );
|
||||
|
||||
|
||||
/*
|
||||
* Imaging fallbacks (a better solution should be found, perhaps
|
||||
* moving all the imaging fallback code to a new module)
|
||||
*/
|
||||
extern void
|
||||
_swrast_CopyConvolutionFilter2D(GLcontext *ctx, GLenum target,
|
||||
GLenum internalFormat,
|
||||
GLint x, GLint y, GLsizei width,
|
||||
GLsizei height);
|
||||
extern void
|
||||
_swrast_CopyConvolutionFilter1D(GLcontext *ctx, GLenum target,
|
||||
GLenum internalFormat,
|
||||
GLint x, GLint y, GLsizei width);
|
||||
extern void
|
||||
_swrast_CopyColorSubTable( GLcontext *ctx,GLenum target, GLsizei start,
|
||||
GLint x, GLint y, GLsizei width);
|
||||
extern void
|
||||
_swrast_CopyColorTable( GLcontext *ctx,
|
||||
GLenum target, GLenum internalformat,
|
||||
GLint x, GLint y, GLsizei width);
|
||||
|
||||
|
||||
extern void
|
||||
_swrast_eject_texture_images(GLcontext *ctx);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue