History log of /external/mesa3d/src/mesa/state_tracker/st_copytex.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
235a2995345f330b1af0ac9d11a22343d5934356 12-Jan-2016 Brian Paul <brianp@vmware.com> st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer()

I added this code right at the end, and got it wrong.
Only used by the WGL_ARB_render_texture code.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
/external/mesa3d/src/mesa/state_tracker/st_copytex.c
47b9ef872b70066756e004a6dd52482ea2899d43 03-Dec-2015 Brian Paul <brianp@vmware.com> st/mesa: add new st_copy_framebuffer_to_texture() function

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 <jfonseca@vmware.com>
Reviewed-by: Charmaine Lee <charmainel@vmware.com>
/external/mesa3d/src/mesa/state_tracker/st_copytex.c