From feede2aee6fe3e721ee71ffc35b277f1d9260e03 Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Fri, 1 Oct 2010 10:54:06 -0700 Subject: fixing bugs 3053960, 3044804, 3044798 shader cleanup and removing unnecessary state setup. Change-Id: Ibddf2ad3a26bb983fc43bdeb58b1cec6224920b4 --- libs/rs/rsShaderCache.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'libs/rs/rsShaderCache.h') diff --git a/libs/rs/rsShaderCache.h b/libs/rs/rsShaderCache.h index 312c251..35ff95b 100644 --- a/libs/rs/rsShaderCache.h +++ b/libs/rs/rsShaderCache.h @@ -58,11 +58,12 @@ protected: int32_t mFragUniformSlots[Program::MAX_UNIFORMS]; bool mIsValid; } entry_t; - entry_t *mEntries; + //entry_t *mEntries; + Vector mEntries; entry_t *mCurrent; - uint32_t mEntryCount; - uint32_t mEntryAllocationCount; + /*uint32_t mEntryCount; + uint32_t mEntryAllocationCount;*/ }; -- cgit v1.1