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

Issue 6505002: Pepper GLES fixes to support 3D in NaCl. (Closed)

Created:
9 years, 10 months ago by neb
Modified:
9 years, 7 months ago
Reviewers:
David Springer, piman
CC:
chromium-reviews, piman+watch_chromium.org
Visibility:
Public.

Description

Pepper GLES fixes to support 3D in NaCl. BUG=none TEST=NaCl:910 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74674

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -3 lines) Patch
M ppapi/c/dev/ppb_opengles_dev.h View 2 chunks +4 lines, -3 lines 1 comment Download

Messages

Total messages: 3 (0 generated)
neb
9 years, 10 months ago (2011-02-11 20:38:06 UTC) #1
piman
LGTM
9 years, 10 months ago (2011-02-11 21:00:14 UTC) #2
David Springer
9 years, 10 months ago (2011-02-11 22:27:40 UTC) #3
http://codereview.chromium.org/6505002/diff/1/ppapi/c/dev/ppb_opengles_dev.h
File ppapi/c/dev/ppb_opengles_dev.h (right):

http://codereview.chromium.org/6505002/diff/1/ppapi/c/dev/ppb_opengles_dev.h#...
ppapi/c/dev/ppb_opengles_dev.h:14: #ifndef __gl2_h_
Can someone please explain why we are shadowing "standard" types here?  This is
very dangerous and will lead to all kinds of difficult bugs, and especially will
make it hard to properly test things like SDK installations.  I recommend
pulling this #ifndef block out and using #include <GLES2/gl2.h>

Powered by Google App Engine
This is Rietveld 408576698