From a04e30dbb5ab11592b03666bb3d102070759c58e Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Fri, 29 Apr 2011 16:49:08 -0700 Subject: Moving renderscript GL code into the HAL This change affects - shaders - meshes - fonts - quad rendering Change-Id: I2a53acb4cd1fa8f4c6e67668f6ee969f3d7f7aa1 --- rsContext.h | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'rsContext.h') diff --git a/rsContext.h b/rsContext.h index df85a6bc..107f6392 100644 --- a/rsContext.h +++ b/rsContext.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 The Android Open Source Project + * Copyright (C) 2011 The Android Open Source Project * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -37,9 +37,7 @@ #include "rsProgramStore.h" #include "rsProgramRaster.h" #include "rsProgramVertex.h" -#include "rsShaderCache.h" #include "rsFBOCache.h" -#include "rsVertexArray.h" #include "rsgApiStructs.h" #include "rsLocklessFifo.h" @@ -111,11 +109,9 @@ public: ProgramStoreState mStateFragmentStore; ProgramRasterState mStateRaster; ProgramVertexState mStateVertex; - VertexArrayState mStateVertexArray; FontState mStateFont; ScriptCState mScriptC; - ShaderCache mShaderCache; FBOCache mFBOCache; void swapBuffers(); -- cgit v1.2.3