mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-28 00:10:30 +01:00
plug in _mesa_test_proxy_teximage, temporarily
This commit is contained in:
parent
2072a9c6d0
commit
f8549e8f4f
1 changed files with 3 additions and 0 deletions
|
|
@ -1599,4 +1599,7 @@ st_init_texture_functions(struct dd_function_table *functions)
|
|||
functions->IsTextureResident = st_IsTextureResident;
|
||||
|
||||
functions->TextureMemCpy = do_memcpy;
|
||||
|
||||
/* XXX Temporary until we can query pipe's texture sizes */
|
||||
functions->TestProxyTexImage = _mesa_test_proxy_teximage;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue