diff options
author | Laura Ekstrand <[email protected]> | 2014-12-04 10:44:25 -0800 |
---|---|---|
committer | Laura Ekstrand <[email protected]> | 2015-01-08 11:37:28 -0800 |
commit | d7528fce5abed95668ff97c46e68c94a08bbe30c (patch) | |
tree | 8abdc79c2adce89b74c022331764003dbc401496 /src/mesa/drivers/dri/swrast/swrast.c | |
parent | 838ef5b7816bf7a2fbde25b602b5150e92398c0a (diff) |
main: Moved _mesa_lock_texture and _mesa_unlock_texture to texobj.h from teximage.h.
Reviewed-by: Anuj Phogat <[email protected]>
Diffstat (limited to 'src/mesa/drivers/dri/swrast/swrast.c')
-rw-r--r-- | src/mesa/drivers/dri/swrast/swrast.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/drivers/dri/swrast/swrast.c b/src/mesa/drivers/dri/swrast/swrast.c index d62fed30cc5..8005f7d6964 100644 --- a/src/mesa/drivers/dri/swrast/swrast.c +++ b/src/mesa/drivers/dri/swrast/swrast.c @@ -54,6 +54,7 @@ #include "main/teximage.h" #include "main/texformat.h" +#include "main/texobj.h" #include "main/texstate.h" #include "swrast_priv.h" |