aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/state_tracker/st_copytex.h
Commit message (Collapse)AuthorAgeFilesLines
* st/mesa: add new st_copy_framebuffer_to_texture() functionBrian Paul2015-12-031-0/+36
This helper is used by the WGL state tracker to implement the wglBindTexImageARB() function. This is basically a new "meta" function. However, we're not putting it in the src/mesa/drivers/common/ directory because that code is not linked with gallium-based drivers. Reviewed-by: José Fonseca <[email protected]> Reviewed-by: Charmaine Lee <[email protected]>