commit | afcb25c65e8145d15aaf50a0ca38333954a97000 | [log] [tgz] |
---|---|---|
author | Jason Sams <rjsams@android.com> | Tue Aug 25 11:34:49 2009 -0700 |
committer | Jason Sams <rjsams@android.com> | Tue Aug 25 11:44:30 2009 -0700 |
tree | cde38a0b146b55928647db9d609e440986143b81 | |
parent | ebb52f16d9c06b6ff64574110b62eced58b66219 [diff] [blame] |
Add support for selecting the color bit depth and if the application used a depth buffer.
diff --git a/rsProgramFragmentStore.cpp b/rsProgramFragmentStore.cpp index 99eed16..36ec615 100644 --- a/rsProgramFragmentStore.cpp +++ b/rsProgramFragmentStore.cpp
@@ -48,7 +48,7 @@ { } -void ProgramFragmentStore::setupGL(ProgramFragmentStoreState *state) +void ProgramFragmentStore::setupGL(const Context *rsc, ProgramFragmentStoreState *state) { if (state->mLast.get() == this) { return;