From 1c13c9668a889e56a0c85b51b9f28139c25b76ff Mon Sep 17 00:00:00 2001 From: "bsalomon@google.com" Date: Mon, 14 Feb 2011 16:51:21 +0000 Subject: Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer both GrBufferAllocPool to manage reserved and set-to-array vertex and index data. rietveld issue 4188049 git-svn-id: http://skia.googlecode.com/svn/trunk@786 2bbb7eff-a529-9590-31e7-b0007b416f81 --- gpu/include/GrGLConfig_chrome.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gpu/include/GrGLConfig_chrome.h') diff --git a/gpu/include/GrGLConfig_chrome.h b/gpu/include/GrGLConfig_chrome.h index 490a07eb00..e61a66c606 100644 --- a/gpu/include/GrGLConfig_chrome.h +++ b/gpu/include/GrGLConfig_chrome.h @@ -18,6 +18,4 @@ // chrome always assumes BGRA #define GR_GL_32BPP_COLOR_FORMAT GR_BGRA -#define GR_GL_NO_CLIENT_SIDE_ARRAYS 1 - #endif -- cgit v1.2.3