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

Issue 1542513002: Switch to standard integer types in gpu/. (Closed)

Created:
5 years ago by Avi (use Gerrit)
Modified:
5 years ago
Reviewers:
piman
CC:
chromium-reviews, piman+watch_chromium.org, extensions-reviews_chromium.org, chromium-apps-reviews_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Switch to standard integer types in gpu/. BUG=138542 TBR=piman@chromium.org Committed: https://crrev.com/f15d60a96eb149666e20e1b1f2afc7914096df0f Cr-Commit-Position: refs/heads/master@{#366400}

Patch Set 1 #

Patch Set 2 : includes #

Patch Set 3 : fix #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3536 lines, -2896 lines) Patch
M gpu/blink/webgraphicscontext3d_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_impl.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/blink/webgraphicscontext3d_in_process_command_buffer_impl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/buffer_tracker.h View 7 chunks +12 lines, -16 lines 0 comments Download
M gpu/command_buffer/client/buffer_tracker.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/buffer_tracker_unittest.cc View 3 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.h View 6 chunks +40 lines, -34 lines 0 comments Download
M gpu/command_buffer/client/client_test_helper.cc View 7 chunks +21 lines, -17 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.h View 17 chunks +50 lines, -49 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper.cc View 13 chunks +17 lines, -15 lines 0 comments Download
M gpu/command_buffer/client/cmd_buffer_helper_test.cc View 15 chunks +29 lines, -27 lines 0 comments Download
M gpu/command_buffer/client/context_support.h View 4 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/fenced_allocator_test.cc View 6 chunks +7 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.h View 3 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/gl_in_process_context.cc View 6 chunks +11 lines, -7 lines 0 comments Download
M gpu/command_buffer/client/gles2_cmd_helper.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.h View 15 chunks +60 lines, -37 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation.cc View 85 chunks +201 lines, -172 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest.cc View 69 chunks +165 lines, -159 lines 0 comments Download
M gpu/command_buffer/client/gles2_implementation_unittest_autogen.h View 3 chunks +3 lines, -3 lines 0 comments Download
M gpu/command_buffer/client/gpu_control.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/gpu_switches.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/client/mapped_memory.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory.cc View 6 chunks +10 lines, -6 lines 0 comments Download
M gpu/command_buffer/client/mapped_memory_unittest.cc View 23 chunks +32 lines, -31 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.h View 2 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager.cc View 7 chunks +21 lines, -16 lines 0 comments Download
M gpu/command_buffer/client/program_info_manager_unittest.cc View 10 chunks +15 lines, -12 lines 0 comments Download
M gpu/command_buffer/client/query_tracker.h View 8 chunks +19 lines, -26 lines 0 comments Download
M gpu/command_buffer/client/query_tracker.cc View 5 chunks +7 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/query_tracker_unittest.cc View 10 chunks +19 lines, -17 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/client/ring_buffer_test.cc View 6 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/client/share_group.h View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/client/share_group.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer.h View 2 chunks +6 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/transfer_buffer.cc View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/client/transfer_buffer_unittest.cc View 7 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.h View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager.cc View 8 chunks +20 lines, -15 lines 0 comments Download
M gpu/command_buffer/client/vertex_array_object_manager_unittest.cc View 7 chunks +14 lines, -8 lines 0 comments Download
M gpu/command_buffer/common/buffer.h View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/command_buffer/common/buffer.cc View 2 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/common/cmd_buffer_common.cc View 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/command_buffer.h View 5 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_mock.h View 2 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/common/command_buffer_shared_test.cc View 3 chunks +6 lines, -5 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.h View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_autogen.h View 321 chunks +321 lines, -321 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_format_test.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.h View 2 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils.cc View 28 chunks +86 lines, -74 lines 0 comments Download
M gpu/command_buffer/common/gles2_cmd_utils_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/common/gpu_memory_allocation.h View 1 2 3 chunks +4 lines, -5 lines 0 comments Download
M gpu/command_buffer/common/id_allocator.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/common/id_allocator_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/mailbox.cc View 4 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/common/mailbox_holder.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/common/time.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/common/value_state.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.h View 2 chunks +5 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager.cc View 8 chunks +17 lines, -13 lines 0 comments Download
M gpu/command_buffer/service/buffer_manager_unittest.cc View 8 chunks +15 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/cmd_buffer_engine.h View 2 chunks +8 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.h View 2 chunks +5 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/cmd_parser_test.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.h View 5 chunks +28 lines, -24 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service.cc View 9 chunks +18 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/command_buffer_service_unittest.cc View 4 chunks +12 lines, -17 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.h View 5 chunks +15 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/common_decoder.cc View 9 chunks +41 lines, -44 lines 0 comments Download
M gpu/command_buffer/service/common_decoder_unittest.cc View 17 chunks +64 lines, -60 lines 0 comments Download
M gpu/command_buffer/service/context_group.h View 5 chunks +26 lines, -36 lines 0 comments Download
M gpu/command_buffer/service/context_group.cc View 6 chunks +17 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/context_group_unittest.cc View 2 chunks +10 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/context_state.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/context_state_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/error_state.cc View 4 chunks +7 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/error_state_mock.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/feature_info_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_completeness_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.h View 4 chunks +10 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager.cc View 9 chunks +18 lines, -13 lines 0 comments Download
M gpu/command_buffer/service/framebuffer_manager_unittest.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gl_state_restorer_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gl_surface_mock.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_clear_framebuffer.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_clear_framebuffer.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_copy_texture_chromium.cc View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.h View 6 chunks +8 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder.cc View 166 chunks +338 lines, -313 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_mock.h View 4 chunks +8 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest.cc View 5 chunks +17 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2.cc View 2 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_2_autogen.h View 8 chunks +8 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_3.cc View 3 chunks +7 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_attribs.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.h View 11 chunks +61 lines, -43 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_base.cc View 10 chunks +72 lines, -50 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_buffers.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_context_state.cc View 8 chunks +12 lines, -10 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_drawing.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_extensions.cc View 6 chunks +18 lines, -14 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_framebuffers.cc View 19 chunks +55 lines, -54 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_programs.cc View 63 chunks +66 lines, -63 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_textures.cc View 12 chunks +15 lines, -12 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_decoder_unittest_valuebuffer.cc View 6 chunks +7 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gles2_cmd_validation.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.h View 2 chunks +8 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler.cc View 4 chunks +9 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/gpu_scheduler_unittest.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/gpu_state_tracer.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/gpu_state_tracer.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.h View 5 chunks +11 lines, -9 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer.cc View 5 chunks +9 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/gpu_tracer_unittest.cc View 11 chunks +30 lines, -24 lines 0 comments Download
M gpu/command_buffer/service/id_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/image_manager.h View 2 chunks +7 lines, -5 lines 0 comments Download
M gpu/command_buffer/service/image_manager.cc View 2 chunks +5 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.h View 10 chunks +42 lines, -39 lines 0 comments Download
M gpu/command_buffer/service/in_process_command_buffer.cc View 19 chunks +42 lines, -37 lines 0 comments Download
M gpu/command_buffer/service/logger.h View 1 chunk +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/mailbox_manager.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_impl.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_impl.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_sync.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/mailbox_manager_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/memory_program_cache_unittest.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/memory_tracking.h View 1 chunk +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/mocks.h View 1 chunk +4 lines, -1 line 0 comments Download
M gpu/command_buffer/service/path_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/program_cache.h View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/program_cache.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/program_manager.h View 6 chunks +14 lines, -13 lines 0 comments Download
M gpu/command_buffer/service/program_manager.cc View 9 chunks +21 lines, -20 lines 0 comments Download
M gpu/command_buffer/service/program_manager_unittest.cc View 7 chunks +22 lines, -19 lines 0 comments Download
M gpu/command_buffer/service/query_manager.h View 6 chunks +17 lines, -15 lines 0 comments Download
M gpu/command_buffer/service/query_manager.cc View 23 chunks +88 lines, -60 lines 0 comments Download
M gpu/command_buffer/service/query_manager_unittest.cc View 7 chunks +30 lines, -25 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.h View 2 chunks +5 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager.cc View 3 chunks +11 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/renderbuffer_manager_unittest.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/sampler_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_manager.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_manager.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/shader_translator.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator.cc View 1 chunk +2 lines, -1 line 0 comments Download
M gpu/command_buffer/service/shader_translator_cache.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/stream_texture_manager_in_process_android.h View 2 chunks +9 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/stream_texture_manager_in_process_android.cc View 8 chunks +10 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager.h View 3 chunks +10 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager.cc View 6 chunks +10 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/sync_point_manager_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/test_helper.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/test_helper.cc View 3 chunks +9 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_definition.cc View 2 chunks +3 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.h View 6 chunks +9 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/texture_manager.cc View 5 chunks +9 lines, -6 lines 0 comments Download
M gpu/command_buffer/service/texture_manager_unittest.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager.h View 3 chunks +11 lines, -8 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager.cc View 5 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/service/transfer_buffer_manager_unittest.cc View 1 chunk +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/valuebuffer_manager.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/vertex_array_manager.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/vertex_array_manager.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/command_buffer/service/vertex_array_manager_unittest.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.h View 3 chunks +7 lines, -3 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager.cc View 5 chunks +10 lines, -7 lines 0 comments Download
M gpu/command_buffer/service/vertex_attrib_manager_unittest.cc View 5 chunks +6 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/compressed_texture_test.cc View 8 chunks +26 lines, -26 lines 0 comments Download
M gpu/command_buffer/tests/gl_bind_uniform_location_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_chromium_framebuffer_multisample_unittest.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_chromium_path_rendering_unittest.cc View 9 chunks +11 lines, -9 lines 0 comments Download
M gpu/command_buffer/tests/gl_clear_framebuffer_unittest.cc View 5 chunks +6 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_compressed_copy_texture_CHROMIUM_unittest.cc View 6 chunks +35 lines, -36 lines 0 comments Download
M gpu/command_buffer/tests/gl_copy_texture_CHROMIUM_unittest.cc View 13 chunks +27 lines, -35 lines 0 comments Download
M gpu/command_buffer/tests/gl_cube_map_texture_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_depth_texture_unittest.cc View 3 chunks +8 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/gl_ext_blend_func_extended_unittest.cc View 4 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/tests/gl_ext_multisample_compatibility_unittest.cc View 5 chunks +5 lines, -4 lines 0 comments Download
M gpu/command_buffer/tests/gl_ext_srgb_unittest.cc View 2 chunks +4 lines, -3 lines 0 comments Download
M gpu/command_buffer/tests/gl_gpu_memory_buffer_unittest.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/command_buffer/tests/gl_lose_context_chromium_unittest.cc View 3 chunks +7 lines, -6 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.h View 3 chunks +18 lines, -15 lines 0 comments Download
M gpu/command_buffer/tests/gl_manager.cc View 9 chunks +24 lines, -22 lines 0 comments Download
M gpu/command_buffer/tests/gl_pointcoord_unittest.cc View 2 chunks +4 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_program_unittest.cc View 3 chunks +7 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_query_unittest.cc View 3 chunks +3 lines, -2 lines 0 comments Download
M gpu/command_buffer/tests/gl_readback_unittest.cc View 8 chunks +16 lines, -15 lines 0 comments Download
M gpu/command_buffer/tests/gl_stream_draw_unittest.cc View 4 chunks +19 lines, -6 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.h View 2 chunks +8 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_test_utils.cc View 6 chunks +35 lines, -29 lines 0 comments Download
M gpu/command_buffer/tests/gl_texture_mailbox_unittest.cc View 9 chunks +10 lines, -8 lines 0 comments Download
M gpu/command_buffer/tests/gl_texture_storage_unittest.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_unittest.cc View 5 chunks +14 lines, -5 lines 0 comments Download
M gpu/command_buffer/tests/gl_virtual_contexts_unittest.cc View 5 chunks +10 lines, -7 lines 0 comments Download
M gpu/config/gpu_blacklist.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_control_list.h View 7 chunks +11 lines, -9 lines 0 comments Download
M gpu/config/gpu_control_list.cc View 8 chunks +11 lines, -8 lines 0 comments Download
M gpu/config/gpu_control_list_entry_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_control_list_number_info_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_control_list_os_info_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_control_list_unittest.cc View 5 chunks +8 lines, -6 lines 0 comments Download
M gpu/config/gpu_control_list_version_info_unittest.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list.h View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/config/gpu_driver_bug_list.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/config/gpu_driver_bug_list_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/config/gpu_info.h View 6 chunks +11 lines, -10 lines 0 comments Download
M gpu/config/gpu_info.cc View 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/config/gpu_info_collector.h View 2 chunks +4 lines, -2 lines 0 comments Download
M gpu/config/gpu_info_collector.cc View 2 chunks +9 lines, -7 lines 0 comments Download
M gpu/config/gpu_info_collector_android.cc View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_linux.cc View 3 chunks +7 lines, -4 lines 0 comments Download
M gpu/config/gpu_info_collector_mac.mm View 3 chunks +4 lines, -2 lines 0 comments Download
M gpu/config/gpu_info_collector_unittest.cc View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/config/gpu_info_collector_win.cc View 4 chunks +6 lines, -4 lines 0 comments Download
M gpu/config/gpu_test_config.h View 4 chunks +18 lines, -17 lines 0 comments Download
M gpu/config/gpu_test_config.cc View 5 chunks +15 lines, -12 lines 0 comments Download
M gpu/config/gpu_test_expectations_parser.h View 4 chunks +9 lines, -6 lines 0 comments Download
M gpu/config/gpu_test_expectations_parser.cc View 8 chunks +12 lines, -9 lines 0 comments Download
M gpu/config/gpu_test_expectations_parser_unittest.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/gles2_conform_support/egl/config.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/gles2_conform_support/egl/display.h View 2 chunks +8 lines, -5 lines 0 comments Download
M gpu/gles2_conform_support/egl/display.cc View 5 chunks +12 lines, -9 lines 0 comments Download
M gpu/gles2_conform_support/egl/egl.cc View 1 chunk +1 line, -0 lines 0 comments Download
M gpu/gles2_conform_support/egl/surface.h View 1 1 chunk +1 line, -1 line 0 comments Download
M gpu/gles2_conform_support/gles2_conform_test.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M gpu/gles2_conform_support/native/main.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/ipc/gpu_command_buffer_traits.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M gpu/khronos_glcts_support/khronos_glcts_test.cc View 2 chunks +4 lines, -1 line 0 comments Download
M gpu/perftests/measurements.cc View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/perftests/texture_upload_perftest.cc View 10 chunks +13 lines, -10 lines 0 comments Download
M gpu/tools/compositor_model_bench/compositor_model_bench.cc View 1 chunk +0 lines, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/forward_render_model.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/forward_render_model.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_model_utils.h View 2 chunks +3 lines, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/render_model_utils.cc View 3 chunks +6 lines, -3 lines 0 comments Download
M gpu/tools/compositor_model_bench/render_models.h View 1 chunk +1 line, -1 line 0 comments Download
M gpu/tools/compositor_model_bench/render_tree.h View 1 chunk +2 lines, -0 lines 0 comments Download
M gpu/tools/compositor_model_bench/shaders.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 13 (6 generated)
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542513002/1 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542513002/1
5 years ago (2015-12-21 05:35:52 UTC) #2
commit-bot: I haz the power
Try jobs failed on following builders: mac_chromium_compile_dbg_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_compile_dbg_ng/builds/138896)
5 years ago (2015-12-21 05:57:20 UTC) #4
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542513002/20001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542513002/20001
5 years ago (2015-12-21 06:06:49 UTC) #6
commit-bot: I haz the power
Try jobs failed on following builders: win8_chromium_ng on tryserver.chromium.win (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.win/builders/win8_chromium_ng/builds/82998)
5 years ago (2015-12-21 06:55:49 UTC) #8
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1542513002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1542513002/40001
5 years ago (2015-12-21 15:46:14 UTC) #10
commit-bot: I haz the power
Committed patchset #3 (id:40001)
5 years ago (2015-12-21 17:06:45 UTC) #11
commit-bot: I haz the power
5 years ago (2015-12-21 17:07:31 UTC) #13
Message was sent while issue was closed.
Patchset 3 (id:??) landed as
https://crrev.com/f15d60a96eb149666e20e1b1f2afc7914096df0f
Cr-Commit-Position: refs/heads/master@{#366400}

Powered by Google App Engine
This is Rietveld 408576698