summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/webgles2context_impl.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix compile (add include of WebSize to webgles2context_impl.h)jamesr@chromium.org2010-07-081-0/+1
| | | | | | | | | | TBR=kbr TEST=compile BUG=none Review URL: http://codereview.chromium.org/2895003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51894 0039d316-1c4b-4281-b951-d872f2087c98
* Switch WebGLES2Context::resizeOffscreenContent to use a WebSize instead of ↵jamesr@chromium.org2010-07-081-1/+1
| | | | | | | | | | | int/int TEST=none BUG=none Review URL: http://codereview.chromium.org/2924006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51890 0039d316-1c4b-4281-b951-d872f2087c98
* Expose functions to resize and get the texture ID from offscreen GLES2 contextsjamesr@chromium.org2010-07-081-0/+3
| | | | | | | | | | Will be paired with a WebKit-side change to expose these on WebGLES2Context. It's safe to land this patch first, however, since it will just define functions that are not (yet) called. TEST=none BUG=none Review URL: http://codereview.chromium.org/2842045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51819 0039d316-1c4b-4281-b951-d872f2087c98
* Allow WebGLES2 contexts to be initialized with a parent context for the purposesvangelis@chromium.org2010-06-221-0/+4
| | | | | | | | of sharing resources. BUG=47205 Review URL: http://codereview.chromium.org/2844015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50526 0039d316-1c4b-4281-b951-d872f2087c98
* Adding the chromium implementation of the GLES2context class whichvangelis@chromium.org2010-04-221-0/+31
makes use of ggl to create an OpenGL context. BUG=41425 TEST=NONE Review URL: http://codereview.chromium.org/1630032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@45326 0039d316-1c4b-4281-b951-d872f2087c98