summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/colortab.c
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2011-02-28 18:24:35 -0700
committerBrian Paul <brianp@vmware.com>2011-02-28 18:24:35 -0700
commitb70610b9823fc7dc3672735c11be1a75fbb1a2a4 (patch)
tree0da37f41b36a6866fe97859346b6635609a73c33 /src/mesa/main/colortab.c
parent7d8db55148b0861e35ec6bb6323db6dad4c8f17f (diff)
downloadexternal_mesa3d-b70610b9823fc7dc3672735c11be1a75fbb1a2a4.zip
external_mesa3d-b70610b9823fc7dc3672735c11be1a75fbb1a2a4.tar.gz
external_mesa3d-b70610b9823fc7dc3672735c11be1a75fbb1a2a4.tar.bz2
mesa: move PBO-related functions into a new file
Diffstat (limited to 'src/mesa/main/colortab.c')
-rw-r--r--src/mesa/main/colortab.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/colortab.c b/src/mesa/main/colortab.c
index cf34997..d0c8657 100644
--- a/src/mesa/main/colortab.c
+++ b/src/mesa/main/colortab.c
@@ -32,6 +32,7 @@
#include "mfeatures.h"
#include "mtypes.h"
#include "pack.h"
+#include "pbo.h"
#include "state.h"
#include "teximage.h"
#include "texstate.h"