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/main/texgetimage.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/main/texgetimage.c')
-rw-r--r-- | src/mesa/main/texgetimage.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 4338d09e48f..bb4941f4502 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -44,10 +44,10 @@ #include "texcompress.h" #include "texgetimage.h" #include "teximage.h" +#include "texobj.h" #include "texstore.h" - /** * Can the given type represent negative values? */ |