|
Added command buffer unit tests to gyp.
Can optionally override default renderer with environment variable. One of:
GYP_DEFINES = "renderer=d3d9"
GYP_DEFINES = "renderer=gl"
GYP_DEFINES = "renderer=cb cb_service=d3d9"
GYP_DEFINES = "renderer=cb cb_service=gl"
Fixed some warnings.
Works on windows with D3D9 but not GL, mac or linux yet.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=27125
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+238 lines, -102 lines) |
Patch |
 |
M |
DEPS
|
View
|
|
1 chunk |
+91 lines, -52 lines |
0 comments
|
Download
|
 |
M |
build/common.gypi
|
View
|
1
|
7 chunks |
+49 lines, -6 lines |
0 comments
|
Download
|
 |
M |
command_buffer/client/cross/cmd_buffer_helper_test.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/client/cross/id_allocator_test.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/command_buffer.gyp
|
View
|
1
|
6 chunks |
+70 lines, -21 lines |
0 comments
|
Download
|
 |
M |
command_buffer/service/cross/cmd_buffer_engine_test.cc
|
View
|
1
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/service/cross/gl/effect_gl.h
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
M |
core/core.gyp
|
View
|
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/gl/renderer_gl.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
import/cross/precompile.h
|
View
|
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
 |
M |
import/import.gyp
|
View
|
1
|
3 chunks |
+3 lines, -12 lines |
0 comments
|
Download
|
 |
M |
plugin/plugin.gyp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
tests/common/win/testing_common.cc
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
tests/tests.gyp
|
View
|
1
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|