summaryrefslogtreecommitdiffstats
path: root/webkit/plugins/ppapi/ppb_context_3d_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-071-2/+4
* Remove webkit::ppapi::Resource.brettw@chromium.org2011-08-241-17/+11
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-161-3/+3
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.alokp@chromium.org2011-08-011-1/+13
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-0/+4
* Fix surface destruction, broken by r90096piman@google.com2011-07-091-2/+6
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-210/+166
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-221-1/+0
* Coverity: Pass parameters by reference.jhawkins@chromium.org2011-06-221-1/+2
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-3/+19
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-3/+3
* Fix up some types in the API.neb@chromium.org2011-03-281-1/+1
* Handle lost contexts in PPAPI.piman@google.com2011-03-101-1/+11
* Prevent crashing on errors in PPB_Context_3D_Impls.neb@chromium.org2011-02-091-12/+10
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-281-18/+183
* PPAPI: move GLES2Implementation to PPAPI gluepiman@google.com2011-01-281-6/+54
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-151-1/+2
* Enable accelerated compositing in fullscreen pepper.piman@google.com2011-01-061-1/+1
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-281-67/+48
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-231-0/+182