mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-21 13:18:09 +02:00
mesa/main: remove stale prototypes
Fixes:88b6e46ee3("mesa: remove unused image debug code") Reviewed-by: Christian Gmeiner <cgmeiner@igalia.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Eric R. Smith <eric.smith@collabora.com> (cherry picked from commite76ff76475) Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41540>
This commit is contained in:
parent
4945cf1b44
commit
2cb8082264
2 changed files with 1 additions and 30 deletions
|
|
@ -874,7 +874,7 @@
|
|||
"description": "mesa/main: remove stale prototypes",
|
||||
"nominated": true,
|
||||
"nomination_type": 2,
|
||||
"resolution": 0,
|
||||
"resolution": 1,
|
||||
"main_sha": null,
|
||||
"because_sha": "88b6e46ee3cb88be6b8c55c7a3816cd92c2d8773",
|
||||
"notes": null
|
||||
|
|
|
|||
|
|
@ -41,37 +41,8 @@
|
|||
struct gl_context;
|
||||
struct gl_texture_image;
|
||||
|
||||
extern void _mesa_print_enable_flags( const char *msg, GLuint flags );
|
||||
extern void _mesa_print_state( const char *msg, GLuint state );
|
||||
extern void _mesa_print_info( struct gl_context *ctx );
|
||||
extern void _mesa_init_debug( struct gl_context *ctx );
|
||||
|
||||
extern void
|
||||
_mesa_write_renderbuffer_image(const struct gl_renderbuffer *rb);
|
||||
|
||||
extern void
|
||||
_mesa_dump_texture(GLuint texture, GLuint writeImages);
|
||||
|
||||
extern void
|
||||
_mesa_dump_textures(GLuint writeImages);
|
||||
|
||||
extern void
|
||||
_mesa_dump_renderbuffers(GLboolean writeImages);
|
||||
|
||||
extern void
|
||||
_mesa_dump_color_buffer(const char *filename);
|
||||
|
||||
extern void
|
||||
_mesa_dump_depth_buffer(const char *filename);
|
||||
|
||||
extern void
|
||||
_mesa_dump_stencil_buffer(const char *filename);
|
||||
|
||||
extern void
|
||||
_mesa_dump_image(const char *filename, const void *image, GLuint w, GLuint h,
|
||||
GLenum format, GLenum type);
|
||||
|
||||
extern void
|
||||
_mesa_print_texture(struct gl_context *ctx, struct gl_texture_image *img);
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue