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

Issue 7818004: Added a simple smoke test for Graphics3D. It attempts to exercise the entire graphics-3d pipeline... (Closed)

Created:
9 years, 3 months ago by alokp
Modified:
9 years, 3 months ago
CC:
chromium-reviews
Visibility:
Public.

Description

Added a simple smoke test for Graphics3D. It attempts to exercise the entire graphics-3d pipeline modulo compositor. BUG=93809 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=99387

Patch Set 1 #

Total comments: 8

Patch Set 2 : '' #

Patch Set 3 : '' #

Total comments: 2

Patch Set 4 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+73 lines, -7 lines) Patch
M ppapi/ppapi_tests.gypi View 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/tests/test_graphics_3d.h View 1 2 3 2 chunks +14 lines, -3 lines 0 comments Download
M ppapi/tests/test_graphics_3d.cc View 1 2 3 1 chunk +56 lines, -4 lines 0 comments Download

Messages

Total messages: 8 (0 generated)
alokp
9 years, 3 months ago (2011-08-31 20:02:07 UTC) #1
brettw
LGTM
9 years, 3 months ago (2011-08-31 20:13:39 UTC) #2
piman
http://codereview.chromium.org/7818004/diff/1/ppapi/tests/test_graphics_3d.cc File ppapi/tests/test_graphics_3d.cc (right): http://codereview.chromium.org/7818004/diff/1/ppapi/tests/test_graphics_3d.cc#newcode54 ppapi/tests/test_graphics_3d.cc:54: graphics_3d_->Create(instance_->pp_instance(), 0, attribs); use pp::Graphics3D to avoid manual refcounting? ...
9 years, 3 months ago (2011-08-31 20:18:54 UTC) #3
alokp
http://codereview.chromium.org/7818004/diff/1/ppapi/tests/test_graphics_3d.cc File ppapi/tests/test_graphics_3d.cc (right): http://codereview.chromium.org/7818004/diff/1/ppapi/tests/test_graphics_3d.cc#newcode54 ppapi/tests/test_graphics_3d.cc:54: graphics_3d_->Create(instance_->pp_instance(), 0, attribs); On 2011/08/31 20:18:54, piman wrote: > ...
9 years, 3 months ago (2011-08-31 20:48:28 UTC) #4
piman
LGTM + 1 thing http://codereview.chromium.org/7818004/diff/6002/ppapi/tests/test_graphics_3d.cc File ppapi/tests/test_graphics_3d.cc (right): http://codereview.chromium.org/7818004/diff/6002/ppapi/tests/test_graphics_3d.cc#newcode20 ppapi/tests/test_graphics_3d.cc:20: pp::Module::Get()->GetBrowserInterface(PPB_GRAPHICS_3D_DEV_INTERFACE)); Don't need this anymore?
9 years, 3 months ago (2011-08-31 21:02:38 UTC) #5
alokp
http://codereview.chromium.org/7818004/diff/6002/ppapi/tests/test_graphics_3d.cc File ppapi/tests/test_graphics_3d.cc (right): http://codereview.chromium.org/7818004/diff/6002/ppapi/tests/test_graphics_3d.cc#newcode20 ppapi/tests/test_graphics_3d.cc:20: pp::Module::Get()->GetBrowserInterface(PPB_GRAPHICS_3D_DEV_INTERFACE)); On 2011/08/31 21:02:38, piman wrote: > Don't need ...
9 years, 3 months ago (2011-09-01 21:05:16 UTC) #6
piman
LGTM
9 years, 3 months ago (2011-09-02 00:30:04 UTC) #7
commit-bot: I haz the power
9 years, 3 months ago (2011-09-02 16:31:42 UTC) #8
Change committed as 99387

Powered by Google App Engine
This is Rietveld 408576698