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

Unified Diff: gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc

Issue 7158002: Revert 89002 - Enforce RGB even on buggy drivers. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 6 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: gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc
===================================================================
--- gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc (revision 89013)
+++ gpu/command_buffer/service/gles2_cmd_decoder_unittest_1.cc (working copy)
@@ -59,22 +59,6 @@
};
template <>
-void GLES2DecoderTestBase::SpecializedSetup<Clear, 0>(bool valid) {
- if (valid) {
- SetupExpectationsForApplyingDefaultDirtyState();
- }
-};
-
-template <>
-void GLES2DecoderTestBase::SpecializedSetup<ColorMask, 0>(
- bool /* valid */) {
- // We bind a framebuffer color the colormask test since the framebuffer
- // will be considered RGB.
- DoBindFramebuffer(GL_FRAMEBUFFER, client_framebuffer_id_,
- kServiceFramebufferId);
-};
-
-template <>
void GLES2DecoderTestBase::SpecializedSetup<CopyTexImage2D, 0>(
bool valid) {
if (valid) {

Powered by Google App Engine
This is Rietveld 408576698