Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(971)

Unified Diff: src/gpu/gl/builders/GrGLPathProgramBuilder.h

Issue 1336763003: remove path specific program building classes (Closed) Base URL: https://skia.googlesource.com/skia.git@pathgp
Patch Set: a few more tidys Created 5 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/gpu/gl/GrGLProgramDataManager.cpp ('k') | src/gpu/gl/builders/GrGLPathProgramBuilder.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/gpu/gl/builders/GrGLPathProgramBuilder.h
diff --git a/src/gpu/gl/builders/GrGLPathProgramBuilder.h b/src/gpu/gl/builders/GrGLPathProgramBuilder.h
deleted file mode 100644
index d0c77fcdc7e81dc669e65cb1e4a07bc5267ded95..0000000000000000000000000000000000000000
--- a/src/gpu/gl/builders/GrGLPathProgramBuilder.h
+++ /dev/null
@@ -1,32 +0,0 @@
-/*
- * Copyright 2015 Google Inc.
- *
- * Use of this source code is governed by a BSD-style license that can be
- * found in the LICENSE file.
- */
-#ifndef GrGLPathProgramBuilder_DEFINED
-#define GrGLPathProgramBuilder_DEFINED
-
-#include "GrGLProgramBuilder.h"
-
-class GrGLPathProgramBuilder : public GrGLProgramBuilder {
-public:
- GrGLPathProgramBuilder(GrGLGpu* gpu, const DrawArgs& args);
-
- GrGLProgram* createProgram(GrGLuint programID) override;
-
- SeparableVaryingHandle addSeparableVarying(const char* name, GrGLVertToFrag* v,
- GrSLPrecision fsPrecision) override;
- void bindProgramResourceLocations(GrGLuint programID) override;
- void resolveProgramResourceLocations(GrGLuint programID) override;
-
-private:
- typedef GrGLPathProgramDataManager::SeparableVaryingInfo SeparableVaryingInfo;
- typedef GrGLPathProgramDataManager::SeparableVaryingInfoArray SeparableVaryingInfoArray;
-
- SeparableVaryingInfoArray fSeparableVaryingInfos;
-
- typedef GrGLProgramBuilder INHERITED;
-};
-
-#endif
« no previous file with comments | « src/gpu/gl/GrGLProgramDataManager.cpp ('k') | src/gpu/gl/builders/GrGLPathProgramBuilder.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698