diff options
author | Brian Paul <[email protected]> | 2011-02-28 18:24:35 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2011-02-28 18:24:35 -0700 |
commit | b70610b9823fc7dc3672735c11be1a75fbb1a2a4 (patch) | |
tree | 0da37f41b36a6866fe97859346b6635609a73c33 /src/mesa/main/texgetimage.c | |
parent | 7d8db55148b0861e35ec6bb6323db6dad4c8f17f (diff) |
mesa: move PBO-related functions into a new file
Diffstat (limited to 'src/mesa/main/texgetimage.c')
-rw-r--r-- | src/mesa/main/texgetimage.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texgetimage.c b/src/mesa/main/texgetimage.c index 28829694153..21d9140c550 100644 --- a/src/mesa/main/texgetimage.c +++ b/src/mesa/main/texgetimage.c @@ -38,6 +38,7 @@ #include "mfeatures.h" #include "mtypes.h" #include "pack.h" +#include "pbo.h" #include "texgetimage.h" #include "teximage.h" |