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

Issue 7745026: Proposed changes for Pepper 3D API. (Closed)

Created:
9 years, 4 months ago by alokp
Modified:
9 years, 3 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, der Springer
Visibility:
Public.

Description

Proposed changes for Pepper 3D API.

Patch Set 1 #

Total comments: 4

Patch Set 2 : '' #

Total comments: 5

Patch Set 3 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+65 lines, -25 lines) Patch
M ppapi/c/dev/pp_graphics_3d_dev.h View 1 2 chunks +0 lines, -7 lines 0 comments Download
M ppapi/c/dev/ppb_graphics_3d_dev.h View 1 2 4 chunks +59 lines, -17 lines 0 comments Download
M ppapi/c/pp_errors.h View 1 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 18 (0 generated)
alokp
Proposed changes for API review
9 years, 4 months ago (2011-08-25 18:07:55 UTC) #1
brettw
http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode154 ppapi/c/dev/ppb_graphics_3d_dev.h:154: // - PP_GRAPHICS3DERROR_CONTEXT_LOST I'm OK just calling this PP_ERROR_CONTEXT_LOST. ...
9 years, 4 months ago (2011-08-25 19:25:31 UTC) #2
piman
http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev.h File ppapi/c/dev/pp_graphics_3d_dev.h (right): http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev.h#newcode36 ppapi/c/dev/pp_graphics_3d_dev.h:36: PP_GRAPHICS3DATTRIB_BIND_RGB = 0x3039, I think we want more flexibility ...
9 years, 4 months ago (2011-08-25 19:58:09 UTC) #3
piman
9 years, 4 months ago (2011-08-25 19:58:25 UTC) #4
alokp
On 2011/08/25 19:58:09, piman wrote: > http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev.h > File ppapi/c/dev/pp_graphics_3d_dev.h (right): > > http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev.h#newcode36 > ...
9 years, 3 months ago (2011-08-29 18:01:21 UTC) #5
piman
On Mon, Aug 29, 2011 at 11:01 AM, <alokp@chromium.org> wrote: > On 2011/08/25 19:58:09, piman ...
9 years, 3 months ago (2011-08-29 18:06:14 UTC) #6
alokp
It seems like all graphical APIs (graphics 2d/3d, video, ???) should expose such a compositing ...
9 years, 3 months ago (2011-08-29 18:32:49 UTC) #7
alokp
After thinking about it a bit and discussing with dspringer@, I think a better alternative ...
9 years, 3 months ago (2011-08-30 19:59:09 UTC) #8
piman
On Tue, Aug 30, 2011 at 12:59 PM, <alokp@chromium.org> wrote: > After thinking about it ...
9 years, 3 months ago (2011-08-30 20:06:13 UTC) #9
brettw
I just proposed to Alok that we punt this unless there's a strong use case. ...
9 years, 3 months ago (2011-08-30 20:11:26 UTC) #10
piman
On Tue, Aug 30, 2011 at 1:11 PM, <brettw@chromium.org> wrote: > I just proposed to ...
9 years, 3 months ago (2011-08-30 20:14:46 UTC) #11
alokp1
> > For the RGBA vs RGB, there is a workaround, though it's a bit ...
9 years, 3 months ago (2011-08-30 20:29:21 UTC) #12
piman
On Tue, Aug 30, 2011 at 1:29 PM, <alokp@google.com> wrote: > > For the RGBA ...
9 years, 3 months ago (2011-08-30 20:40:59 UTC) #13
alokp
Changes in the new patch: 1. Punted on RGB/RGBA as discussed in favor of a ...
9 years, 3 months ago (2011-09-01 20:22:36 UTC) #14
nfullagar
http://codereview.chromium.org/7745026/diff/13001/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7745026/diff/13001/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode175 ppapi/c/dev/ppb_graphics_3d_dev.h:175: // rest of the html page. While you are ...
9 years, 3 months ago (2011-09-01 22:16:55 UTC) #15
piman
http://codereview.chromium.org/7745026/diff/13001/ppapi/c/dev/ppb_graphics_3d_dev.h File ppapi/c/dev/ppb_graphics_3d_dev.h (right): http://codereview.chromium.org/7745026/diff/13001/ppapi/c/dev/ppb_graphics_3d_dev.h#newcode31 ppapi/c/dev/ppb_graphics_3d_dev.h:31: #define PPB_GRAPHICS_3D_DEV_INTERFACE_0_8 "PPB_Graphics3D(Dev);0.8" You need to rev the API ...
9 years, 3 months ago (2011-09-01 22:21:49 UTC) #16
alokp
I am going to combine this patch with required source file changes and send another ...
9 years, 3 months ago (2011-09-02 15:10:39 UTC) #17
greggman
9 years, 3 months ago (2011-09-22 21:01:25 UTC) #18
I don't know why this didn't this comment didn't get published but it still
seems relevant so publishing it now.

http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev.h
File ppapi/c/dev/pp_graphics_3d_dev.h (right):

http://codereview.chromium.org/7745026/diff/1/ppapi/c/dev/pp_graphics_3d_dev....
ppapi/c/dev/pp_graphics_3d_dev.h:36: PP_GRAPHICS3DATTRIB_BIND_RGB = 0x3039,
Do we need that functionality here?

I'm pretty sure that's all being added to css so if you want it blended
different you just set the css.

Adding it here would then add complexity since you'd have to combine them with
the css blending modes to get the correct result.

Powered by Google App Engine
This is Rietveld 408576698