Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | st/mesa: fix incorrect buffer token passed to _mesa_BindFramebuffer() | Brian Paul | 2016-01-13 | 1 | -2/+2 |
| | | | | | | | | 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 <[email protected]> Reviewed-by: Charmaine Lee <[email protected]> | ||||
* | st/mesa: add new st_copy_framebuffer_to_texture() function | Brian Paul | 2015-12-03 | 1 | -0/+140 |
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]> |