X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fmain%2Ftexstate.h;h=b978654116e1437673394035326aacd48dab412c;hb=f1e4ca776f1c1f86beb8872d32009d902cf64e88;hp=60145691b8c3c0bccafee707fb77ed38b0495741;hpb=0fbc4c51a07a5980956d62b3f70c46c65f6c7a57;p=mesa.git diff --git a/src/mesa/main/texstate.h b/src/mesa/main/texstate.h index 60145691b8c..b978654116e 100644 --- a/src/mesa/main/texstate.h +++ b/src/mesa/main/texstate.h @@ -148,6 +148,9 @@ _mesa_init_texture( GLcontext *ctx ); extern void _mesa_free_texture_data( GLcontext *ctx ); +extern void +_mesa_update_default_objects_texture(GLcontext *ctx); + /*@}*/ #endif