mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-26 14:20:35 +01:00
swrast: remove prototypes for obsolete functions
This commit is contained in:
parent
14869c0984
commit
2f89044e6f
1 changed files with 0 additions and 33 deletions
|
|
@ -229,39 +229,6 @@ _swrast_CopyColorTable( GLcontext *ctx,
|
|||
GLint x, GLint y, GLsizei width);
|
||||
|
||||
|
||||
/*
|
||||
* Texture fallbacks. Could also live in a new module
|
||||
* with the rest of the texture store fallbacks?
|
||||
*/
|
||||
extern void
|
||||
_swrast_copy_teximage1d(GLcontext *ctx, GLenum target, GLint level,
|
||||
GLenum internalFormat,
|
||||
GLint x, GLint y, GLsizei width, GLint border);
|
||||
|
||||
extern void
|
||||
_swrast_copy_teximage2d(GLcontext *ctx, GLenum target, GLint level,
|
||||
GLenum internalFormat,
|
||||
GLint x, GLint y, GLsizei width, GLsizei height,
|
||||
GLint border);
|
||||
|
||||
|
||||
extern void
|
||||
_swrast_copy_texsubimage1d(GLcontext *ctx, GLenum target, GLint level,
|
||||
GLint xoffset, GLint x, GLint y, GLsizei width);
|
||||
|
||||
extern void
|
||||
_swrast_copy_texsubimage2d(GLcontext *ctx,
|
||||
GLenum target, GLint level,
|
||||
GLint xoffset, GLint yoffset,
|
||||
GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
||||
extern void
|
||||
_swrast_copy_texsubimage3d(GLcontext *ctx,
|
||||
GLenum target, GLint level,
|
||||
GLint xoffset, GLint yoffset, GLint zoffset,
|
||||
GLint x, GLint y, GLsizei width, GLsizei height);
|
||||
|
||||
|
||||
extern void
|
||||
_swrast_eject_texture_images(GLcontext *ctx);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue