summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_surface_3d_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Hook up Surface3D, which I forgot to do in the previous patch. Also, changebrettw@chromium.org2011-06-231-5/+1
* Fix the ARM build. Apparently it's picky about the difference between NULLbrettw@chromium.org2011-06-221-1/+1
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-74/+42
* Move fullscreen and instance to the new thunk system.brettw@chromium.org2011-06-151-1/+1
* Add a new function to run and claer a completion callback. This is a commonbrettw@chromium.org2011-05-271-6/+2
* Don't send Graphics3DContextLost after the instance is destroyedpiman@google.com2011-05-091-0/+5
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-3/+2
* Fix write-after-free in PPB_Surface_3D_Implpiman@google.com2011-03-221-0/+2
* Handle lost contexts in PPAPI.piman@google.com2011-03-101-0/+22
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-4/+10
* Fix surface::swapbuffers to return correct valuespiman@google.com2011-01-281-4/+10
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-281-3/+9
* PPAPI: move GLES2Implementation to PPAPI gluepiman@google.com2011-01-281-7/+8
* Make Pepper resize the buffer through the command buffer.piman@google.com2011-01-261-9/+4
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-2/+1
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-051-3/+32
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-0/+139