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

Issue 11111005: Remove GraphicsContext3D:: stubs from cc (Closed)

Created:
8 years, 2 months ago by jamesr
Modified:
8 years, 2 months ago
Reviewers:
enne (OOO)
CC:
chromium-reviews, cc-bugs_chromium.org
Visibility:
Public.

Description

Remove GraphicsContext3D:: stubs from cc cc needs GL enum values. In WebKit, these came from GraphicsContext3D::, Extensions3D::, Extensions3DChromium and types came from GraphicsTypes3D. In chromium, we juse use the GL headers for this. BUG=144577 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=162839

Patch Set 1 #

Total comments: 1

Patch Set 2 : #

Patch Set 3 : #

Patch Set 4 : rebased #

Patch Set 5 : #

Patch Set 6 : rebased #

Patch Set 7 : clean up a few includes #

Patch Set 8 : rebased again #

Patch Set 9 : rebase again #

Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -577 lines) Patch
M cc/bitmap_canvas_layer_texture_updater.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_canvas_layer_texture_updater.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_skpicture_canvas_layer_texture_updater.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/bitmap_skpicture_canvas_layer_texture_updater.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/cc.gyp View 1 2 3 4 5 6 7 8 2 chunks +0 lines, -8 lines 0 comments Download
M cc/content_layer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/direct_renderer.h View 1 1 chunk +1 line, -1 line 0 comments Download
M cc/direct_renderer.cc View 1 2 3 4 5 6 7 8 2 chunks +3 lines, -3 lines 0 comments Download
M cc/draw_quad_unittest.cc View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M cc/frame_buffer_skpicture_canvas_layer_texture_updater.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/frame_buffer_skpicture_canvas_layer_texture_updater.cc View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/geometry_binding.cc View 1 2 3 4 5 6 7 3 chunks +9 lines, -9 lines 0 comments Download
M cc/gl_renderer.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M cc/gl_renderer.cc View 1 2 3 4 5 6 7 8 28 chunks +79 lines, -78 lines 0 comments Download
M cc/gl_renderer_unittest.cc View 1 2 3 4 5 6 7 8 4 chunks +4 lines, -4 lines 0 comments Download
M cc/heads_up_display_layer_impl.cc View 1 2 3 4 5 6 7 8 2 chunks +6 lines, -5 lines 0 comments Download
M cc/image_layer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/io_surface_layer_impl.cc View 1 2 3 4 5 6 2 chunks +9 lines, -8 lines 0 comments Download
M cc/layer_texture_sub_image.h View 1 2 3 4 5 2 chunks +4 lines, -4 lines 0 comments Download
M cc/layer_texture_sub_image.cc View 1 2 3 4 5 6 7 8 5 chunks +10 lines, -10 lines 0 comments Download
M cc/layer_texture_updater.h View 1 2 3 4 5 2 chunks +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/layer_tree_host.cc View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M cc/layer_tree_host_impl_unittest.cc View 1 2 3 4 5 6 7 8 16 chunks +18 lines, -18 lines 0 comments Download
M cc/layer_tree_host_unittest.cc View 1 2 3 4 5 6 7 8 5 chunks +7 lines, -6 lines 0 comments Download
M cc/platform_color.h View 1 2 3 4 5 6 7 8 3 chunks +16 lines, -14 lines 0 comments Download
M cc/prioritized_texture.h View 1 2 3 4 5 6 7 8 6 chunks +10 lines, -10 lines 0 comments Download
M cc/prioritized_texture.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M cc/prioritized_texture_manager.h View 1 2 3 4 5 6 7 8 3 chunks +3 lines, -3 lines 0 comments Download
M cc/prioritized_texture_manager.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/prioritized_texture_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/priority_calculator.h View 1 1 chunk +0 lines, -1 line 0 comments Download
M cc/program_binding.cc View 1 2 3 4 5 6 7 8 4 chunks +6 lines, -6 lines 0 comments Download
M cc/resource_provider.h View 1 2 3 4 5 6 7 5 chunks +10 lines, -10 lines 0 comments Download
M cc/resource_provider.cc View 1 2 3 4 5 6 7 8 15 chunks +34 lines, -33 lines 0 comments Download
M cc/resource_provider_unittest.cc View 1 2 3 4 5 6 7 8 14 chunks +22 lines, -21 lines 0 comments Download
M cc/scoped_texture.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_texture.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/scoped_texture_unittest.cc View 1 2 3 4 5 6 7 5 chunks +6 lines, -6 lines 0 comments Download
M cc/scrollbar_layer.h View 1 2 3 4 5 6 7 1 chunk +1 line, -1 line 0 comments Download
M cc/scrollbar_layer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/software_renderer.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/software_renderer_unittest.cc View 1 2 3 4 5 6 7 8 1 chunk +2 lines, -2 lines 0 comments Download
D cc/stubs/Extensions3D.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
D cc/stubs/Extensions3DChromium.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
D cc/stubs/GraphicsContext3D.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
D cc/stubs/GraphicsTypes3D.h View 1 1 chunk +0 lines, -6 lines 0 comments Download
D cc/stubs/extensions_3d.h View 1 1 chunk +0 lines, -25 lines 0 comments Download
D cc/stubs/extensions_3d_chromium.h View 1 1 chunk +0 lines, -54 lines 0 comments Download
D cc/stubs/graphics_context_3d.h View 1 1 chunk +0 lines, -74 lines 0 comments Download
D cc/stubs/graphics_types_3d.h View 1 1 chunk +0 lines, -18 lines 0 comments Download
M cc/test/fake_web_graphics_context_3d.h View 1 5 chunks +10 lines, -10 lines 0 comments Download
M cc/test/tiled_layer_test_common.h View 1 2 3 4 5 6 7 8 1 chunk +1 line, -1 line 0 comments Download
M cc/test/tiled_layer_test_common.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -2 lines 0 comments Download
M cc/texture.h View 1 2 chunks +6 lines, -6 lines 0 comments Download
M cc/texture.cc View 1 2 chunks +2 lines, -2 lines 0 comments Download
M cc/texture_copier.h View 1 2 3 4 5 6 7 2 chunks +3 lines, -4 lines 0 comments Download
M cc/texture_copier.cc View 1 2 3 4 5 6 7 8 4 chunks +20 lines, -19 lines 0 comments Download
M cc/texture_copier_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +7 lines, -7 lines 0 comments Download
M cc/texture_layer.cc View 1 2 3 4 5 6 7 2 chunks +2 lines, -1 line 0 comments Download
M cc/texture_update_controller.cc View 1 2 3 4 5 6 7 8 1 chunk +1 line, -0 lines 0 comments Download
M cc/threaded_unittest.h View 1 2 3 4 5 6 7 8 1 chunk +0 lines, -1 line 0 comments Download
M cc/throttled_texture_uploader.cc View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -5 lines 0 comments Download
M cc/throttled_texture_uploader_unittest.cc View 1 2 3 4 5 6 7 8 2 chunks +4 lines, -4 lines 0 comments Download
M cc/tile_draw_quad.h View 1 3 chunks +5 lines, -5 lines 0 comments Download
M cc/tile_draw_quad.cc View 1 2 3 4 5 6 7 8 1 chunk +3 lines, -2 lines 0 comments Download
M cc/tiled_layer.h View 1 2 3 4 5 6 7 2 chunks +2 lines, -2 lines 0 comments Download
M cc/tiled_layer.cc View 1 2 3 4 5 6 7 8 2 chunks +2 lines, -1 line 0 comments Download
M cc/tiled_layer_impl.cc View 1 2 3 4 5 6 7 8 3 chunks +4 lines, -4 lines 0 comments Download
M cc/video_layer_impl.h View 1 2 3 4 5 3 chunks +3 lines, -3 lines 0 comments Download
M cc/video_layer_impl.cc View 1 2 3 4 5 6 7 8 11 chunks +13 lines, -13 lines 0 comments Download

Messages

Total messages: 12 (0 generated)
jamesr
8 years, 2 months ago (2012-10-11 23:38:06 UTC) #1
enne (OOO)
https://codereview.chromium.org/11111005/diff/1/cc/test/FakeWebGraphicsContext3D.h File cc/test/FakeWebGraphicsContext3D.h (right): https://codereview.chromium.org/11111005/diff/1/cc/test/FakeWebGraphicsContext3D.h#newcode248 cc/test/FakeWebGraphicsContext3D.h:248: virtual void beginQueryEXT(GLenum, WebGLId) { } These look wrong. ...
8 years, 2 months ago (2012-10-12 00:06:09 UTC) #2
jamesr
On 2012/10/12 00:06:09, enne wrote: > https://codereview.chromium.org/11111005/diff/1/cc/test/FakeWebGraphicsContext3D.h > File cc/test/FakeWebGraphicsContext3D.h (right): > > https://codereview.chromium.org/11111005/diff/1/cc/test/FakeWebGraphicsContext3D.h#newcode248 > ...
8 years, 2 months ago (2012-10-12 00:07:13 UTC) #3
enne (OOO)
On 2012/10/12 00:07:13, jamesr wrote: > On 2012/10/12 00:06:09, enne wrote: > > > https://codereview.chromium.org/11111005/diff/1/cc/test/FakeWebGraphicsContext3D.h ...
8 years, 2 months ago (2012-10-12 00:28:07 UTC) #4
jamesr
PTAL. In this patch I'm using the gl2.h types + values in all actual code ...
8 years, 2 months ago (2012-10-15 21:02:26 UTC) #5
jamesr
Sent tryjobs out here: https://codereview.chromium.org/11150025 - something is unhappy with the file deletions in this ...
8 years, 2 months ago (2012-10-15 21:21:36 UTC) #6
enne (OOO)
lgtm
8 years, 2 months ago (2012-10-15 21:32:45 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11111005/24001
8 years, 2 months ago (2012-10-16 21:03:41 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11111005/24001
8 years, 2 months ago (2012-10-17 11:15:07 UTC) #9
commit-bot: I haz the power
Failed to apply patch for cc/layer_tree_host_unittest.cc: While running patch -p1 --forward --force --no-backup-if-mismatch; patching file ...
8 years, 2 months ago (2012-10-17 11:15:23 UTC) #10
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jamesr@chromium.org/11111005/31001
8 years, 2 months ago (2012-10-18 21:13:30 UTC) #11
commit-bot: I haz the power
8 years, 2 months ago (2012-10-18 23:35:45 UTC) #12
Change committed as 162839

Powered by Google App Engine
This is Rietveld 408576698