From 438505431c253fd891f3deda38033c30268913e8 Mon Sep 17 00:00:00 2001 From: Alex Sakhartchouk Date: Thu, 5 May 2011 16:56:27 -0700 Subject: Moving samplers behind the hal. Change-Id: I494e5a9d2b599d07b985328b346f1f10ae4972e1 --- libs/rs/rsProgramRaster.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libs/rs/rsProgramRaster.h') diff --git a/libs/rs/rsProgramRaster.h b/libs/rs/rsProgramRaster.h index 045a7c1..efdb948 100644 --- a/libs/rs/rsProgramRaster.h +++ b/libs/rs/rsProgramRaster.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2009 The Android Open Source Project + * Copyright (C) 2009-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. @@ -17,7 +17,7 @@ #ifndef ANDROID_RS_PROGRAM_RASTER_H #define ANDROID_RS_PROGRAM_RASTER_H -#include "rsProgram.h" +#include "rsProgramBase.h" // --------------------------------------------------------------------------- namespace android { @@ -25,7 +25,7 @@ namespace renderscript { class ProgramRasterState; -class ProgramRaster : public Program { +class ProgramRaster : public ProgramBase { public: ProgramRaster(Context *rsc, bool pointSmooth, -- cgit v1.1