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

Issue 9601020: Add OpenGL occlusion query support to pepper. (Closed)

Created:
8 years, 9 months ago by jbauman
Modified:
8 years, 9 months ago
CC:
chromium-reviews, piman+watch_chromium.org, darin-cc_chromium.org, yzshen+watch_chromium.org, apatrick_chromium, ihf+watch_chromium.org
Visibility:
Public.

Description

Add OpenGL occlusion query support to pepper. Should be full support for opengl es's occlusion query interface. Still only dev interfaces right now. BUG=88601 TEST= Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=127298

Patch Set 1 #

Patch Set 2 : update to trunk #

Total comments: 4
Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -41 lines) Patch
M gpu/command_buffer/build_gles2_cmd_buffer.py View 1 4 chunks +10 lines, -1 line 0 comments Download
M ppapi/c/dev/ppb_opengles2ext_dev.h View 1 5 chunks +26 lines, -20 lines 2 comments Download
M ppapi/lib/gl/gles2/gl2ext_ppapi.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/lib/gl/gles2/gl2ext_ppapi.c View 3 chunks +11 lines, -0 lines 0 comments Download
M ppapi/lib/gl/gles2/gles2.c View 1 1 chunk +44 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/browser_globals.cc View 1 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_opengles.cc View 1 4 chunks +42 lines, -10 lines 1 comment Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M ppapi/native_client/src/shared/ppapi_proxy/plugin_ppb_graphics_3d.h View 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/proxy/interface_list.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_opengles2_shared.h View 1 chunk +1 line, -0 lines 0 comments Download
M ppapi/shared_impl/ppb_opengles2_shared.cc View 1 4 chunks +48 lines, -10 lines 1 comment Download
M webkit/plugins/ppapi/plugin_module.cc View 1 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 9 (0 generated)
jbauman
8 years, 9 months ago (2012-03-07 02:19:15 UTC) #1
piman
lgtm
8 years, 9 months ago (2012-03-07 02:22:48 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/jbauman@chromium.org/9601020/1
8 years, 9 months ago (2012-03-07 02:28:34 UTC) #3
commit-bot: I haz the power
Presubmit check for 9601020-1 failed and returned exit status 1. Running presubmit commit checks ...
8 years, 9 months ago (2012-03-07 02:28:48 UTC) #4
jbauman
Adding dmichael for ppapi/ and ppapi/native_client OWNERS review.
8 years, 9 months ago (2012-03-16 21:42:36 UTC) #5
nfullagar
On 2012/03/16 21:42:36, jbauman wrote: > Adding dmichael for ppapi/ and ppapi/native_client OWNERS review. Can ...
8 years, 9 months ago (2012-03-16 21:52:31 UTC) #6
dmichael (off chromium)
http://codereview.chromium.org/9601020/diff/9001/ppapi/c/dev/ppb_opengles2ext_dev.h File ppapi/c/dev/ppb_opengles2ext_dev.h (right): http://codereview.chromium.org/9601020/diff/9001/ppapi/c/dev/ppb_opengles2ext_dev.h#newcode17 ppapi/c/dev/ppb_opengles2ext_dev.h:17: #define PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0 // NOLINT Was there something wrong ...
8 years, 9 months ago (2012-03-16 22:15:53 UTC) #7
jbauman
http://codereview.chromium.org/9601020/diff/9001/ppapi/c/dev/ppb_opengles2ext_dev.h File ppapi/c/dev/ppb_opengles2ext_dev.h (right): http://codereview.chromium.org/9601020/diff/9001/ppapi/c/dev/ppb_opengles2ext_dev.h#newcode17 ppapi/c/dev/ppb_opengles2ext_dev.h:17: #define PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE PPB_OPENGLES2_INSTANCEDARRAYS_DEV_INTERFACE_1_0 // NOLINT On 2012/03/16 22:15:53, dmichael ...
8 years, 9 months ago (2012-03-16 22:19:55 UTC) #8
dmichael (off chromium)
8 years, 9 months ago (2012-03-16 22:26:14 UTC) #9
That makes sense, thanks for explaining.

rubber-stamp lgtm

Powered by Google App Engine
This is Rietveld 408576698