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

Issue 147039: Code to load the software renderer and initialize it. Build scripts copy the ... (Closed)

Created:
11 years, 6 months ago by apatrick
Modified:
9 years, 7 months ago
Reviewers:
vangelis
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

Code to load the software renderer and initialize it. Code to force the software renderer enabled with registry entry even if hardware is capable. Build scripts copy the software renderer dll to the plugin directory on an intall build. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19070

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+137 lines, -20 lines) Patch
M core/win/d3d9/install_check.cc View 1 1 chunk +2 lines, -2 lines 0 comments Download
M core/win/d3d9/renderer_d3d9.cc View 1 2 7 chunks +52 lines, -9 lines 0 comments Download
A core/win/d3d9/software_renderer_d3d9.h View 1 chunk +46 lines, -0 lines 0 comments Download
M main.scons View 2 chunks +4 lines, -0 lines 0 comments Download
M plugin/build.scons View 3 chunks +13 lines, -6 lines 0 comments Download
M svn_paths.scons View 2 chunks +4 lines, -2 lines 0 comments Download
M tests/build.scons View 4 chunks +16 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
apatrick
11 years, 6 months ago (2009-06-23 20:15:19 UTC) #1
vangelis
http://codereview.chromium.org/147039/diff/1/2 File core/win/d3d9/install_check.cc (right): http://codereview.chromium.org/147039/diff/1/2#newcode219 Line 219: *error = "Failed to compute new plugin location."; ...
11 years, 6 months ago (2009-06-23 20:49:37 UTC) #2
vangelis
BTW could we make a unit test for the s/w renderer? It seems to me ...
11 years, 6 months ago (2009-06-23 21:00:08 UTC) #3
apatrick
http://codereview.chromium.org/147039/diff/1/2 File core/win/d3d9/install_check.cc (right): http://codereview.chromium.org/147039/diff/1/2#newcode219 Line 219: *error = "Failed to compute new plugin location."; ...
11 years, 6 months ago (2009-06-23 21:23:38 UTC) #4
vangelis
11 years, 6 months ago (2009-06-23 22:11:20 UTC) #5
LGTM

Powered by Google App Engine
This is Rietveld 408576698