aboutsummaryrefslogtreecommitdiffstats
path: root/src/mesa/Makefile.sources
diff options
context:
space:
mode:
authorBrian Paul <[email protected]>2015-12-02 17:29:27 -0700
committerBrian Paul <[email protected]>2015-12-03 08:34:24 -0700
commit47b9ef872b70066756e004a6dd52482ea2899d43 (patch)
treeb7a3117660a8cd1284b388a225f8c2d68dbfb9ee /src/mesa/Makefile.sources
parentd6d90750f129f4c43c55acfefa9b82d32b0b3e21 (diff)
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 <[email protected]> Reviewed-by: Charmaine Lee <[email protected]>
Diffstat (limited to 'src/mesa/Makefile.sources')
-rw-r--r--src/mesa/Makefile.sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/Makefile.sources b/src/mesa/Makefile.sources
index 778b92d9892..13a05f53b22 100644
--- a/src/mesa/Makefile.sources
+++ b/src/mesa/Makefile.sources
@@ -465,6 +465,8 @@ STATETRACKER_FILES = \
state_tracker/st_cb_xformfb.h \
state_tracker/st_context.c \
state_tracker/st_context.h \
+ state_tracker/st_copytex.c \
+ state_tracker/st_copytex.h \
state_tracker/st_debug.c \
state_tracker/st_debug.h \
state_tracker/st_draw.c \