mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 13:58:04 +02:00
plug in BlitFramebuffer function
This commit is contained in:
parent
c241d3b06a
commit
afa1df5871
1 changed files with 4 additions and 0 deletions
|
|
@ -210,6 +210,10 @@ _mesa_init_driver_functions(struct dd_function_table *driver)
|
|||
driver->FramebufferRenderbuffer = _mesa_framebuffer_renderbuffer;
|
||||
#endif
|
||||
|
||||
#if FEATURE_EXT_framebuffer_blit
|
||||
driver->BlitFramebuffer = _swrast_BlitFramebuffer;
|
||||
#endif
|
||||
|
||||
/* query objects */
|
||||
driver->NewQueryObject = _mesa_new_query_object;
|
||||
driver->BeginQuery = NULL;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue