aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrConfig.h
diff options
context:
space:
mode:
authorGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-06 18:53:12 +0000
committerGravatar bsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-06 18:53:12 +0000
commit1c7c01a1b3963d4d280a0d9c52b1af288d6e04a2 (patch)
tree6a0b668fac6a0274ebe0cddaad6b58a79a216fad /include/gpu/GrConfig.h
parente460a4718c0e9878aad2048cc1eddf12e430b71e (diff)
Remove GR_STATIC_RECT_VB
Review URL: https://codereview.appspot.com/7304055 git-svn-id: http://skia.googlecode.com/svn/trunk@7625 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'include/gpu/GrConfig.h')
-rw-r--r--include/gpu/GrConfig.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/include/gpu/GrConfig.h b/include/gpu/GrConfig.h
index d423a2a0cf..c782c923d9 100644
--- a/include/gpu/GrConfig.h
+++ b/include/gpu/GrConfig.h
@@ -330,15 +330,6 @@ inline void GrCrash(const char* msg) { GrPrintf(msg); GrAlwaysAssert(false); }
#endif
/**
- * GR_STATIC_RECT_VB controls whether rects are drawn by issuing a vertex
- * for each corner or using a static vb that is positioned by modifying the
- * view / texture matrix.
- */
-#if !defined(GR_STATIC_RECT_VB)
- #define GR_STATIC_RECT_VB 0
-#endif
-
-/**
* GR_DISABLE_DRAW_BUFFERING prevents GrContext from queueing draws in a
* GrInOrderDrawBuffer.
*/