X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fdrivers%2Fdri%2Fradeon%2Fradeon_texture.h;h=6ef640c3e203d2e365f09c2d6158e1e22963cb68;hb=6404fcb266753a2fd8243210b3553bfe846ce104;hp=b18beb0e60b9afef8e5878e88fc78cc0eef1be97;hpb=f88393afbe93898b167b3f218bbf33cffc70ef38;p=mesa.git diff --git a/src/mesa/drivers/dri/radeon/radeon_texture.h b/src/mesa/drivers/dri/radeon/radeon_texture.h index b18beb0e60b..6ef640c3e20 100644 --- a/src/mesa/drivers/dri/radeon/radeon_texture.h +++ b/src/mesa/drivers/dri/radeon/radeon_texture.h @@ -32,7 +32,6 @@ #define RADEON_TEXTURE_H #include "main/formats.h" -#include "main/mfeatures.h" extern gl_format _radeon_texformat_rgba8888; extern gl_format _radeon_texformat_argb8888; @@ -47,16 +46,11 @@ void copy_rows(void* dst, GLuint dststride, const void* src, GLuint srcstride, struct gl_texture_image *radeonNewTextureImage(struct gl_context *ctx); void radeonFreeTextureImageBuffer(struct gl_context *ctx, struct gl_texture_image *timage); -void radeon_teximage_map(radeon_texture_image *image, GLboolean write_enable); -void radeon_teximage_unmap(radeon_texture_image *image); int radeon_validate_texture_miptree(struct gl_context * ctx, struct gl_sampler_object *samp, struct gl_texture_object *texObj); -void radeon_swrast_map_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj); -void radeon_swrast_unmap_texture_images(struct gl_context *ctx, struct gl_texture_object *texObj); - gl_format radeonChooseTextureFormat_mesa(struct gl_context * ctx, GLenum target, GLint internalFormat,