Mesa (master): mesa: Add missing header and forward declarations in dd.h.

Vinson Lee vlee at kemper.freedesktop.org
Tue Nov 9 13:14:24 UTC 2010


Module: Mesa
Branch: master
Commit: 934fc80b06a757d8c006fc7bb92e2bfa114dc11a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=934fc80b06a757d8c006fc7bb92e2bfa114dc11a

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Nov  9 05:13:48 2010 -0800

mesa: Add missing header and forward declarations in dd.h.

---

 src/mesa/main/dd.h |   14 +++++++++++++-
 1 files changed, 13 insertions(+), 1 deletions(-)

diff --git a/src/mesa/main/dd.h b/src/mesa/main/dd.h
index 144ef3f..c62969e 100644
--- a/src/mesa/main/dd.h
+++ b/src/mesa/main/dd.h
@@ -33,8 +33,20 @@
 
 /* THIS FILE ONLY INCLUDED BY mtypes.h !!!!! */
 
-struct gl_pixelstore_attrib;
+#include "glheader.h"
+
+struct gl_buffer_object;
+struct gl_context;
 struct gl_display_list;
+struct gl_framebuffer;
+struct gl_pixelstore_attrib;
+struct gl_program;
+struct gl_renderbuffer;
+struct gl_renderbuffer_attachment;
+struct gl_shader;
+struct gl_shader_program;
+struct gl_texture_image;
+struct gl_texture_object;
 
 /* GL_ARB_vertex_buffer_object */
 /* Modifies GL_MAP_UNSYNCHRONIZED_BIT to allow driver to fail (return




More information about the mesa-commit mailing list