|
Made gyp file for command buffer libraries.
Gyp build works on Windows. Mac and linux won't work yet.
Fixed some warnings.
Switched from dxerr.lib to dxerr9.lib.
Implemented a Texture::SetRect case for DXT compressed textures.
Fixed division by zero for zero stride vertex buffers.
TEST=none
BUG=none
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=26271
Total comments: 8
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+263 lines, -44 lines) |
Patch |
 |
M |
command_buffer/client/cross/cmd_buffer_helper.cc
|
View
|
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/client/cross/effect_helper.cc
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A |
command_buffer/command_buffer.gyp
|
View
|
|
1 chunk |
+165 lines, -0 lines |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/buffer_sync_api.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/resource.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/rpc.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/rpc_fake.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/rpc_fake.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/rpc_imc.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/common/cross/rpc_imc.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/service/cross/gapi_decoder.cc
|
View
|
|
4 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
 |
M |
command_buffer/service/cross/texture_utils.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
command_buffer/service/win/d3d9/geometry_d3d9.cc
|
View
|
|
1 chunk |
+9 lines, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/service/win/d3d9/sampler_d3d9.cc
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
command_buffer/service/win/d3d9/texture_d3d9.cc
|
View
|
1
2
3
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
core/core.gyp
|
View
|
|
2 chunks |
+38 lines, -0 lines |
0 comments
|
Download
|
 |
M |
core/cross/command_buffer/renderer_cb.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
core/cross/command_buffer/texture_cb.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
core/cross/command_buffer/texture_cb.cc
|
View
|
1
|
5 chunks |
+14 lines, -7 lines |
0 comments
|
Download
|
 |
M |
core/win/d3d9/utils_d3d9.h
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
plugin/plugin.gyp
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
tests/tests.gyp
|
View
|
1
2
3
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
Total messages: 5 (0 generated)
|