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

Issue 147237: Adding GetStreamInfo functionality (and passing corresponding unit test). (Closed)

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

Description

Adding GetStreamInfo functionality (and passing corresponding unit test). Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=19859

Patch Set 1 #

Patch Set 2 : '' #

Patch Set 3 : '' #

Patch Set 4 : '' #

Total comments: 22

Patch Set 5 : '' #

Patch Set 6 : '' #

Patch Set 7 : '' #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+384 lines, -5 lines) Patch
M command_buffer/client/cross/effect_helper.h View 1 2 3 4 5 2 chunks +21 lines, -0 lines 0 comments Download
M command_buffer/client/cross/effect_helper.cc View 1 2 3 4 5 1 chunk +63 lines, -0 lines 0 comments Download
M command_buffer/common/cross/cmd_buffer_format.h View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
M command_buffer/common/cross/gapi_interface.h View 1 2 3 4 5 1 chunk +28 lines, -0 lines 0 comments Download
M command_buffer/common/cross/resource.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 0 comments Download
M command_buffer/service/cross/gapi_decoder.cc View 1 2 3 4 5 1 chunk +25 lines, -0 lines 0 comments Download
M command_buffer/service/cross/resource.h View 1 2 3 4 5 1 chunk +7 lines, -0 lines 1 comment Download
M command_buffer/service/win/d3d9/d3d9_utils.h View 1 2 3 4 5 1 chunk +53 lines, -0 lines 0 comments Download
M command_buffer/service/win/d3d9/effect_d3d9.h View 1 2 3 4 5 3 chunks +12 lines, -1 line 1 comment Download
M command_buffer/service/win/d3d9/effect_d3d9.cc View 1 2 3 4 5 6 7 chunks +96 lines, -2 lines 1 comment Download
M command_buffer/service/win/d3d9/gapi_d3d9.h View 1 2 3 4 5 1 chunk +11 lines, -0 lines 0 comments Download
M core/cross/command_buffer/effect_cb.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M core/cross/command_buffer/effect_cb.cc View 1 2 3 4 5 3 chunks +58 lines, -1 line 0 comments Download

Messages

Total messages: 7 (0 generated)
rlp
11 years, 5 months ago (2009-06-30 01:25:42 UTC) #1
Antoine Labour
http://codereview.chromium.org/147237/diff/3040/3045 File command_buffer/service/win/d3d9/effect_d3d9.cc (right): http://codereview.chromium.org/147237/diff/3040/3045#newcode94 Line 94: fs_constant_table_->Release(); I think you need to release d3d_vertex_shader_ ...
11 years, 5 months ago (2009-06-30 02:55:41 UTC) #2
apatrick
http://codereview.chromium.org/147237/diff/3040/3053 File command_buffer/client/cross/effect_helper.h (right): http://codereview.chromium.org/147237/diff/3040/3053#newcode128 Line 128: // array. These will be retrieved as many ...
11 years, 5 months ago (2009-06-30 17:12:49 UTC) #3
rlp
http://codereview.chromium.org/147237/diff/3040/3053 File command_buffer/client/cross/effect_helper.h (right): http://codereview.chromium.org/147237/diff/3040/3053#newcode128 Line 128: // array. These will be retrieved as many ...
11 years, 5 months ago (2009-07-01 18:39:54 UTC) #4
apatrick
LGTM
11 years, 5 months ago (2009-07-01 22:56:54 UTC) #5
Antoine Labour
http://codereview.chromium.org/147237/diff/2036/3108 File command_buffer/service/cross/resource.h (right): http://codereview.chromium.org/147237/diff/2036/3108#newcode156 Line 156: class EffectStream: public Resource { This class is ...
11 years, 5 months ago (2009-07-06 23:48:11 UTC) #6
rlp
11 years, 5 months ago (2009-07-07 00:05:29 UTC) #7
This is already got committed. I'll create a new CL to fix these items.
- Rachel

On Mon, Jul 6, 2009 at 4:48 PM, <piman@google.com> wrote:

>
> http://codereview.chromium.org/147237/diff/2036/3108
> File command_buffer/service/cross/resource.h (right):
>
> http://codereview.chromium.org/147237/diff/2036/3108#newcode156
> Line 156: class EffectStream: public Resource {
> This class is not needed any more.
>
> http://codereview.chromium.org/147237/diff/2036/3109
> File command_buffer/service/win/d3d9/effect_d3d9.cc (right):
>
> http://codereview.chromium.org/147237/diff/2036/3109#newcode358
> Line 358: desc->semantic_index = stream.semantic_index;
> how about simply *desc = streams_[index]; instead of lines 354, 356-358
>
> http://codereview.chromium.org/147237/diff/2036/3110
> File command_buffer/service/win/d3d9/effect_d3d9.h (right):
>
> http://codereview.chromium.org/147237/diff/2036/3110#newcode131
> Line 131: friend class EffectStreamD3D9;
> Not needed any more.
>
>
> http://codereview.chromium.org/147237
>

Powered by Google App Engine
This is Rietveld 408576698