aboutsummaryrefslogtreecommitdiff
path: root/src/share/native/sun/java2d/opengl/OGLRenderQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/native/sun/java2d/opengl/OGLRenderQueue.h')
-rw-r--r--src/share/native/sun/java2d/opengl/OGLRenderQueue.h9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/share/native/sun/java2d/opengl/OGLRenderQueue.h b/src/share/native/sun/java2d/opengl/OGLRenderQueue.h
index e70d74015..512f6292a 100644
--- a/src/share/native/sun/java2d/opengl/OGLRenderQueue.h
+++ b/src/share/native/sun/java2d/opengl/OGLRenderQueue.h
@@ -1,5 +1,5 @@
/*
- * Copyright 2005-2006 Sun Microsystems, Inc. All Rights Reserved.
+ * Copyright 2005-2008 Sun Microsystems, Inc. All Rights Reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@@ -90,6 +90,13 @@
#define OGL_STATE_GLYPH_OP -4
/*
+ * Parameter passed to the CHECK_PREVIOUS_OP() macro to indicate that the
+ * following operation represents an operation that renders a
+ * parallelogram via a fragment program (see OGLRenderer).
+ */
+#define OGL_STATE_PGRAM_OP -5
+
+/*
* Initializes the "previous operation" state to its default value.
*/
#define INIT_PREVIOUS_OP() previousOp = OGL_STATE_RESET