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

Side by Side Diff: gpu/gpu.gyp

Issue 1136713003: Add ES3 commands GetVertexAttribI{u}iv to GPU command buffer. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 5 years, 7 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 unified diff | Download patch
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'variables': { 6 'variables': {
7 'nacl_win64_target': 0, 7 'nacl_win64_target': 0,
8 }, 8 },
9 'includes': [ 9 'includes': [
10 'gpu_common.gypi', 10 'gpu_common.gypi',
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 'command_buffer/common/unittest_main.cc', 196 'command_buffer/common/unittest_main.cc',
197 'command_buffer/service/async_pixel_transfer_delegate_mock.cc', 197 'command_buffer/service/async_pixel_transfer_delegate_mock.cc',
198 'command_buffer/service/async_pixel_transfer_delegate_mock.h', 198 'command_buffer/service/async_pixel_transfer_delegate_mock.h',
199 'command_buffer/service/async_pixel_transfer_manager_mock.cc', 199 'command_buffer/service/async_pixel_transfer_manager_mock.cc',
200 'command_buffer/service/async_pixel_transfer_manager_mock.h', 200 'command_buffer/service/async_pixel_transfer_manager_mock.h',
201 'command_buffer/service/buffer_manager_unittest.cc', 201 'command_buffer/service/buffer_manager_unittest.cc',
202 'command_buffer/service/cmd_parser_test.cc', 202 'command_buffer/service/cmd_parser_test.cc',
203 'command_buffer/service/command_buffer_service_unittest.cc', 203 'command_buffer/service/command_buffer_service_unittest.cc',
204 'command_buffer/service/common_decoder_unittest.cc', 204 'command_buffer/service/common_decoder_unittest.cc',
205 'command_buffer/service/context_group_unittest.cc', 205 'command_buffer/service/context_group_unittest.cc',
206 'command_buffer/service/context_state_unittest.cc',
206 'command_buffer/service/feature_info_unittest.cc', 207 'command_buffer/service/feature_info_unittest.cc',
207 'command_buffer/service/framebuffer_manager_unittest.cc', 208 'command_buffer/service/framebuffer_manager_unittest.cc',
208 'command_buffer/service/gl_context_mock.cc', 209 'command_buffer/service/gl_context_mock.cc',
209 'command_buffer/service/gl_context_mock.h', 210 'command_buffer/service/gl_context_mock.h',
210 'command_buffer/service/gl_surface_mock.cc', 211 'command_buffer/service/gl_surface_mock.cc',
211 'command_buffer/service/gl_surface_mock.h', 212 'command_buffer/service/gl_surface_mock.h',
212 'command_buffer/service/gles2_cmd_decoder_unittest.cc', 213 'command_buffer/service/gles2_cmd_decoder_unittest.cc',
213 'command_buffer/service/gles2_cmd_decoder_unittest.h', 214 'command_buffer/service/gles2_cmd_decoder_unittest.h',
214 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h', 215 'command_buffer/service/gles2_cmd_decoder_unittest_0_autogen.h',
215 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc', 216 'command_buffer/service/gles2_cmd_decoder_unittest_1.cc',
(...skipping 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
761 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 762 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
762 ], 763 ],
763 } 764 }
764 ], 765 ],
765 ], 766 ],
766 }, 767 },
767 ], 768 ],
768 }], 769 }],
769 ], 770 ],
770 } 771 }
OLDNEW
« no previous file with comments | « gpu/command_buffer/service/vertex_attrib_manager.cc ('k') | mojo/gpu/mojo_gles2_impl_autogen.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698