Adds support for hints

TRAC #11343
Author:    Shannon Woods
Signed-off-by: Andrew Lewycky
Signed-off-by: Daniel Koch

git-svn-id: https://angleproject.googlecode.com/svn/trunk@56 736b8ea6-26fd-11df-bfd4-992fa37f6226
diff --git a/src/include/Context.h b/src/include/Context.h
index 51a285f..5a49d95 100644
--- a/src/include/Context.h
+++ b/src/include/Context.h
@@ -150,6 +150,8 @@
     bool scissorTest;
     bool dither;
 
+    GLenum generateMipmapHint;
+
     GLint viewportX;
     GLint viewportY;
     GLsizei viewportWidth;