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
(185)
Issues
Search
My Issues
|
Starred
Open
|
Closed
|
All
Side by Side Diff: client/deps/glbench/src/yuv2rgb_1.glslv
Issue
862004
:
glbench: pass the right flag so that src doesn't get pruned (Closed)
Patch Set:
Created 10 years, 9 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:
client/deps/glbench/glbench.py
client/deps/glbench/src/Makefile
client/deps/glbench/src/bench.cc
client/deps/glbench/src/egl_stuff.cc
client/deps/glbench/src/glx_stuff.cc
client/deps/glbench/src/image.yuv
client/deps/glbench/src/main.h
client/deps/glbench/src/main.cc
client/deps/glbench/src/shaders.h
client/deps/glbench/src/shaders.cc
client/deps/glbench/src/utils.h
client/deps/glbench/src/utils.cc
client/deps/glbench/src/xlib_window.h
client/deps/glbench/src/xlib_window.cc
client/deps/glbench/src/yuv2rgb.h
client/deps/glbench/src/yuv2rgb_1.glslf
client/deps/glbench/src/yuv2rgb_1.glslv
client/deps/glbench/src/yuv2rgb_2.glslf
client/deps/glbench/src/yuv2rgb_2.glslv
View unified diff
|
Download patch
« no previous file with comments
|
« client/deps/glbench/src/yuv2rgb_1.glslf
('k') |
client/deps/glbench/src/yuv2rgb_2.glslf »
('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 #define I915_WORKAROUND 1
1 #define I915_WORKAROUND 1
2
2
3 attribute vec4 c;
3 attribute vec4 c;
4 varying vec4 v1;
4 varying vec4 v1;
5
5
6 void main() {
6 void main() {
7 gl_Position = c;
7 gl_Position = c;
8 #if I915_WORKAROUND
8 #if I915_WORKAROUND
9 gl_TexCoord[0] = c;
9 gl_TexCoord[0] = c;
10 #else
10 #else
11 v1 = c;
11 v1 = c;
12 #endif
12 #endif
13 }
13 }
OLD
NEW
« no previous file with comments
|
« client/deps/glbench/src/yuv2rgb_1.glslf
('k') |
client/deps/glbench/src/yuv2rgb_2.glslf »
('j') |
no next file with comments »
Issue 862004: glbench: pass the right flag so that src doesn't get pruned (Closed)
Created 10 years, 9 months ago by piman
Modified 9 years, 7 months ago
Reviewers: mbligh
Base URL:
Comments: 0
This is Rietveld
408576698