Remove stale comment about glFlush().
[mesa.git] / src / mesa / drivers / dri / intel / intel_pixel.h
index a6fcf90ce03bf17550fdfb57774cddab70437bdc..ea2319a01f56545fcf6d5d273bb08478c9c35b86 100644 (file)
@@ -60,4 +60,10 @@ void intelCopyPixels(GLcontext * ctx,
                      GLsizei width, GLsizei height,
                      GLint destx, GLint desty, GLenum type);
 
+void intelBitmap(GLcontext * ctx,
+                GLint x, GLint y,
+                GLsizei width, GLsizei height,
+                const struct gl_pixelstore_attrib *unpack,
+                const GLubyte * pixels);
+
 #endif