Side by Side Diff
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Keyboard Shortcuts
File
u
:
up to issue
j
/
k
:
jump to file after / before current file
J
/
K
:
jump to next file with a comment after / before current file
Side-by-side diff
i
:
toggle intra-line diffs
e
:
expand all comments
c
:
collapse all comments
s
:
toggle showing all comments
n
/
p
:
next / previous diff chunk or comment
N
/
P
:
next / previous comment
<Up>
/
<Down>
:
next / previous line
Issue
u
:
up to list of issues
j
/
k
:
jump to patch after / before current patch
o
/
<Enter>
:
open current patch in side-by-side view
i
:
open current patch in unified diff view
Issue List
j
/
k
:
jump to issue after / before current issue
o
/
<Enter>
:
open current issue
Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr)
|
Please choose your nickname with
Settings
|
Help
|
Chromium Project
|
Gerrit Changes
|
Sign out
(628)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: gpu/DEPS
Issue
2956005
:
Adds MapBufferSubData and MapTexSubImage2D.... (Closed)
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: ''
Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Draft comments are only viewable by you.
Context:
3 lines
10 lines
25 lines
50 lines
75 lines
100 lines
Whole file
Column Width:
Tab Spaces:
Jump to:
gpu/DEPS
gpu/GLES2/gles2_command_buffer.h
gpu/command_buffer/build_gles2_cmd_buffer.py
gpu/command_buffer/client/cmd_buffer_helper.h
gpu/command_buffer/client/fenced_allocator.h
gpu/command_buffer/client/fenced_allocator.cc
gpu/command_buffer/client/fenced_allocator_test.cc
gpu/command_buffer/client/gles2_c_lib_autogen.h
gpu/command_buffer/client/gles2_implementation.h
gpu/command_buffer/client/gles2_implementation.cc
gpu/command_buffer/client/gles2_implementation_autogen.h
gpu/command_buffer/client/gles2_implementation_unittest.cc
gpu/command_buffer/client/mapped_memory.h
gpu/command_buffer/client/mapped_memory.cc
gpu/command_buffer/client/mapped_memory_unittest.cc
gpu/gpu.gyp
View unified diff
|
Download patch
|
Annotate
|
Revision Log
« no previous file with comments
|
« no previous file
|
gpu/GLES2/gles2_command_buffer.h »
('j') |
no next file with comments »
Toggle Intra-line Diffs
('i') |
Expand Comments
('e') |
Collapse Comments
('c') |
Show Comments
Hide Comments
('s')
OLD
NEW
1 include_rules = [
1 include_rules = [
2 "+webkit/glue/plugins",
2 "+webkit/glue/plugins",
3 "+third_party/angle",
3 "+third_party/angle",
4 "+third_party/npapi",
4 "+third_party/npapi",
5 "+../command_buffer",
5 "+../command_buffer",
6 "+../client",
6 "+../client",
7 "+../common",
7 "+../common",
8
"+../GLES2",
8 "+../service",
9 "+../service",
9
10
10 # For IOSurface and TransportDIB support on OS X, and X11 utilities.
11 # For IOSurface and TransportDIB support on OS X, and X11 utilities.
11 "+app",
12 "+app",
12
13
13 # For gfx::PluginWindowHandle
14 # For gfx::PluginWindowHandle
14 "+gfx",
15 "+gfx",
15 ]
16 ]
OLD
NEW
« no previous file with comments
|
« no previous file
|
gpu/GLES2/gles2_command_buffer.h »
('j') |
no next file with comments »
Issue 2956005: Adds MapBufferSubData and MapTexSubImage2D.... (Closed)
Created 10 years, 5 months ago by greggman
Modified 9 years, 7 months ago
Reviewers: apatrick_chromium
Base URL: svn://svn.chromium.org/chrome/trunk/src/
Comments: 6
This is Rietveld
408576698