summaryrefslogtreecommitdiffstats
path: root/gpu/BUILD.gn
diff options
context:
space:
mode:
authorkkinnunen <kkinnunen@nvidia.com>2015-09-04 06:14:57 -0700
committerCommit bot <commit-bot@chromium.org>2015-09-04 13:15:32 +0000
commit28e57fb8caf8c0daf4be0692777aa9229cfdaa8b (patch)
tree263398d22f9b82a03d59bd4b216430039800eda9 /gpu/BUILD.gn
parentc2d06cbfc33cb4a48d0c78c264de1103fa2fc881 (diff)
downloadchromium_src-28e57fb8caf8c0daf4be0692777aa9229cfdaa8b.zip
chromium_src-28e57fb8caf8c0daf4be0692777aa9229cfdaa8b.tar.gz
chromium_src-28e57fb8caf8c0daf4be0692777aa9229cfdaa8b.tar.bz2
command_buffer: Implement EXT_multisample_compatibility
Implement EXT_multisample_compatibility OpenGL ES extension in command buffer. Skia needs this in order to enable and disable multisampling when using GL path rendering. BUG=506765 Committed: https://crrev.com/e3237bbb682e52f92d5bd18dcab672677e4e3bc4 Cr-Commit-Position: refs/heads/master@{#346847} Review URL: https://codereview.chromium.org/1231673006 Cr-Commit-Position: refs/heads/master@{#347390}
Diffstat (limited to 'gpu/BUILD.gn')
-rw-r--r--gpu/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpu/BUILD.gn b/gpu/BUILD.gn
index dbd236c..4a1f543 100644
--- a/gpu/BUILD.gn
+++ b/gpu/BUILD.gn
@@ -126,6 +126,7 @@ test("gl_tests") {
"command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc",
"command_buffer/tests/gl_cube_map_texture_unittest.cc",
"command_buffer/tests/gl_depth_texture_unittest.cc",
+ "command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc",
"command_buffer/tests/gl_gpu_memory_buffer_unittest.cc",
"command_buffer/tests/gl_lose_context_chromium_unittest.cc",
"command_buffer/tests/gl_manager.cc",