summaryrefslogtreecommitdiff
path: root/src/mesa/main/sources
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:22:15 -0600
committerBrian Paul <brian.paul@tungstengraphics.com>2008-06-09 14:22:15 -0600
commitd960a0621d65ae9977efe9bbb51dce9e1571b114 (patch)
tree165ceb7403624586fde993ac77615b9173905c86 /src/mesa/main/sources
parentf26baad2e1e8cb3c24fa64cc31869ec7b27d71ff (diff)
mesa: refactor: move glReadPixels code into new readpix.c file
Diffstat (limited to 'src/mesa/main/sources')
-rw-r--r--src/mesa/main/sources2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesa/main/sources b/src/mesa/main/sources
index ac809b22d2..8ef5bd62fa 100644
--- a/src/mesa/main/sources
+++ b/src/mesa/main/sources
@@ -45,6 +45,7 @@ pixel.c \
pixelstore.c \
points.c \
polygon.c \
+readpix.c \
rastpos.c \
rbadaptors.c \
renderbuffer.c \
@@ -121,6 +122,7 @@ points.h \
polygon.h \
rastpos.h \
rbadaptors.h \
+readpix.h \
renderbuffer.h \
simple_list.h \
state.h \