commit | 438505431c253fd891f3deda38033c30268913e8 | [log] [tgz] |
---|---|---|
author | Alex Sakhartchouk <alexst@google.com> | Thu May 05 16:56:27 2011 -0700 |
committer | Alex Sakhartchouk <alexst@google.com> | Thu May 05 16:56:27 2011 -0700 |
tree | 956640c1f809f6ffaf17c434539a920b126e794a | |
parent | 19c5c7a7bc0fe7d91a3d39c10a001aed25a6f1ca [diff] [blame] |
Moving samplers behind the hal. Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1
diff --git a/libs/rs/rsProgramRaster.cpp b/libs/rs/rsProgramRaster.cpp index 9617c4d..435561d 100644 --- a/libs/rs/rsProgramRaster.cpp +++ b/libs/rs/rsProgramRaster.cpp
@@ -24,7 +24,7 @@ ProgramRaster::ProgramRaster(Context *rsc, bool pointSmooth, bool lineSmooth, bool pointSprite, float lineWidth, RsCullMode cull) - : Program(rsc) { + : ProgramBase(rsc) { memset(&mHal, 0, sizeof(mHal));