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

Issue 2803007: o3d-webgl: convolution shader and error texture. (Closed)

Created:
10 years, 6 months ago by luchen
Modified:
9 years, 7 months ago
Reviewers:
petersont
CC:
o3d-review_googlegroups.com
Visibility:
Public.

Description

Implemented error texture support in client and ParamArray class. Fixed bug in effect.js that broke checkerboard texture if running using CG shaders. TODO: Still a bug with render surface sets; will file issue and tackle problem in separate CL. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=52248

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Patch Set 8 : '' #

Patch Set 9 : '' #

Total comments: 4

Patch Set 10 : '' #

Patch Set 11 : '' #

Patch Set 12 : '' #

Patch Set 13 : '' #

Total comments: 4

Patch Set 14 : '' #

Patch Set 15 : '' #

Total comments: 9

Patch Set 16 : '' #

Patch Set 17 : '' #

Patch Set 18 : '' #

Total comments: 4

Patch Set 19 : '' #

Total comments: 4

Patch Set 20 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1091 lines, -49 lines) Patch
A samples/o3d-webgl-samples/convolution.html View 1 2 3 4 5 6 7 8 9 10 11 12 13 1 chunk +398 lines, -0 lines 0 comments Download
A samples/o3d-webgl-samples/error-texture.html View 7 1 chunk +265 lines, -0 lines 0 comments Download
M samples/o3d-webgl/base.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M samples/o3d-webgl/client.js View 7 8 9 10 11 12 13 14 15 16 17 7 chunks +84 lines, -7 lines 0 comments Download
M samples/o3d-webgl/effect.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 11 chunks +92 lines, -22 lines 0 comments Download
M samples/o3d-webgl/param.js View 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 3 chunks +37 lines, -4 lines 0 comments Download
A samples/o3d-webgl/param_array.js View 1 2 3 4 5 6 7 8 9 10 11 12 1 chunk +184 lines, -0 lines 0 comments Download
M samples/o3d-webgl/param_object.js View 7 8 9 10 11 12 13 14 15 16 17 1 chunk +1 line, -0 lines 0 comments Download
M samples/o3d-webgl/sampler.js View 7 8 9 10 11 12 13 14 15 16 17 1 chunk +25 lines, -12 lines 0 comments Download
M samples/o3djs/effect.js View 11 12 13 14 15 16 17 1 chunk +4 lines, -4 lines 0 comments Download

Messages

Total messages: 14 (0 generated)
luchen
10 years, 6 months ago (2010-06-21 21:47:50 UTC) #1
luchen
http://codereview.chromium.org/2803007/diff/31001/32005 File samples/o3d-webgl/effect.js (left): http://codereview.chromium.org/2803007/diff/31001/32005#oldcode557 samples/o3d-webgl/effect.js:557: The diff shows the empty lines at the bottom ...
10 years, 6 months ago (2010-06-21 21:48:37 UTC) #2
petersont
LGTM, save one tiny thing. http://codereview.chromium.org/2803007/diff/31001/32005 File samples/o3d-webgl/effect.js (left): http://codereview.chromium.org/2803007/diff/31001/32005#oldcode557 samples/o3d-webgl/effect.js:557: Shrug. On 2010/06/21 21:48:37, ...
10 years, 5 months ago (2010-07-12 18:47:57 UTC) #3
luchen
http://codereview.chromium.org/2803007/diff/43001/44001 File samples/o3d-webgl-samples/convolution.html (right): http://codereview.chromium.org/2803007/diff/43001/44001#newcode193 samples/o3d-webgl-samples/convolution.html:193: loadScene(g_pack, '../assets/teapot/scene.json', g_teapotRoot, teapotViewInfo); On 2010/07/12 18:47:58, petersont wrote: ...
10 years, 5 months ago (2010-07-12 20:02:49 UTC) #4
petersont
I have an idea how to make it feel a little less like a hack. ...
10 years, 5 months ago (2010-07-13 01:00:11 UTC) #5
petersont
I have an idea how to make it feel a little less like a hack. ...
10 years, 5 months ago (2010-07-13 01:00:22 UTC) #6
luchen
Still feels hacky, but I think this is better. :) ptal. http://codereview.chromium.org/2803007/diff/62001/63005 File samples/o3d-webgl/effect.js (right): ...
10 years, 5 months ago (2010-07-13 03:57:22 UTC) #7
petersont
LGTM.
10 years, 5 months ago (2010-07-13 20:22:56 UTC) #8
luchen
Could you glance again at effect.js (patch 17 vs 18)? Fixed a bug that I ...
10 years, 5 months ago (2010-07-13 21:55:25 UTC) #9
petersont
http://codereview.chromium.org/2803007/diff/63011/81005 File samples/o3d-webgl/effect.js (right): http://codereview.chromium.org/2803007/diff/63011/81005#newcode308 samples/o3d-webgl/effect.js:308: info.name = baseName; Unless I'm mistaken, info is a ...
10 years, 5 months ago (2010-07-13 23:06:12 UTC) #10
luchen
http://codereview.chromium.org/2803007/diff/63011/81005 File samples/o3d-webgl/effect.js (right): http://codereview.chromium.org/2803007/diff/63011/81005#newcode308 samples/o3d-webgl/effect.js:308: info.name = baseName; On 2010/07/13 23:06:12, petersont wrote: > ...
10 years, 5 months ago (2010-07-13 23:34:28 UTC) #11
petersont
http://codereview.chromium.org/2803007/diff/94001/90006 File samples/o3d-webgl/effect.js (right): http://codereview.chromium.org/2803007/diff/94001/90006#newcode65 samples/o3d-webgl/effect.js:65: * @type {string} Well, I think it _is_ supposed ...
10 years, 5 months ago (2010-07-14 00:54:39 UTC) #12
luchen
http://codereview.chromium.org/2803007/diff/94001/90006 File samples/o3d-webgl/effect.js (right): http://codereview.chromium.org/2803007/diff/94001/90006#newcode65 samples/o3d-webgl/effect.js:65: * @type {string} On 2010/07/14 00:54:40, petersont wrote: > ...
10 years, 5 months ago (2010-07-14 01:06:37 UTC) #13
petersont
10 years, 5 months ago (2010-07-14 01:10:10 UTC) #14
LGTM.

On 2010/07/14 01:06:37, luchen wrote:
> http://codereview.chromium.org/2803007/diff/94001/90006
> File samples/o3d-webgl/effect.js (right):
> 
> http://codereview.chromium.org/2803007/diff/94001/90006#newcode65
> samples/o3d-webgl/effect.js:65: * @type {string}
> On 2010/07/14 00:54:40, petersont wrote:
> > Well, I think it _is_ supposed to be upper case.
> 
> Done.
> 
> http://codereview.chromium.org/2803007/diff/94001/90006#newcode485
> samples/o3d-webgl/effect.js:485: name, dataType, numElements, semantic,
> sasClassName));
> On 2010/07/14 00:54:40, petersont wrote:
> > semantic.toUpperCase()  I guess.
> 
> Done.

Powered by Google App Engine
This is Rietveld 408576698