summaryrefslogtreecommitdiff
path: root/src/mesa/main/state.c
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/state.c
parentf26baad2e1e8cb3c24fa64cc31869ec7b27d71ff (diff)
mesa: refactor: move glReadPixels code into new readpix.c file
Diffstat (limited to 'src/mesa/main/state.c')
-rw-r--r--src/mesa/main/state.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/mesa/main/state.c b/src/mesa/main/state.c
index 13a079a2dc..64f911e699 100644
--- a/src/mesa/main/state.c
+++ b/src/mesa/main/state.c
@@ -1,8 +1,8 @@
/*
* Mesa 3-D graphics library
- * Version: 6.5.1
+ * Version: 7.1
*
- * Copyright (C) 1999-2006 Brian Paul All Rights Reserved.
+ * Copyright (C) 1999-2008 Brian Paul All Rights Reserved.
*
* Permission is hereby granted, free of charge, to any person obtaining a
* copy of this software and associated documentation files (the "Software"),
@@ -79,6 +79,7 @@
#include "queryobj.h"
#endif
#include "rastpos.h"
+#include "readpix.h"
#include "state.h"
#include "stencil.h"
#include "teximage.h"