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

Unified Diff: cc/output/texture_copier.h

Issue 12665005: cc: Use highp precision for texture coords if available and needed (Closed) Base URL: http://git.chromium.org/chromium/src.git@highp2
Patch Set: Dynamically set highp threshold based on actual mediump precision Created 7 years, 9 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
Index: cc/output/texture_copier.h
diff --git a/cc/output/texture_copier.h b/cc/output/texture_copier.h
index 8500310c04d5c7999782fce5af4706c034ef811d..62749cef239e44a251e24ac2e47412d57027552d 100644
--- a/cc/output/texture_copier.h
+++ b/cc/output/texture_copier.h
@@ -59,6 +59,7 @@ class CC_EXPORT AcceleratedTextureCopier : public TextureCopier {
GLuint fbo_;
GLuint position_buffer_;
scoped_ptr<BlitProgram> blit_program_;
+ scoped_ptr<BlitProgram> blit_program_highp_;
bool using_bind_uniforms_;
DISALLOW_COPY_AND_ASSIGN(AcceleratedTextureCopier);
« cc/output/shader.cc ('K') | « cc/output/shader.cc ('k') | cc/output/texture_copier.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698