summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev
Commit message (Expand)AuthorAgeFilesLines
* Add version-specific defines for each C interface.brettw@chromium.org2011-04-2729-29/+64
* Add an initial crypto interface to fill a given buffer with random data. Thisbrettw@chromium.org2011-04-201-0/+21
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-141-6/+7
* 1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...polina@google.com2011-04-111-4/+4
* Reupload of http://codereview.chromium.org/6801053/dmichael@chromium.org2011-04-082-145/+0
* Added and partially implemented entry points for PPB_GRAPHICS_3D.alokp@chromium.org2011-04-071-0/+1
* Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...alokp@chromium.org2011-04-072-22/+137
* Add GetPluginURL to PPB_URLUtil_Devpiman@google.com2011-03-311-1/+12
* Checking in major revision of Pepper video decode APIs.scherkus@chromium.org2011-03-313-353/+538
* Fix up some types in the API.neb@chromium.org2011-03-281-2/+2
* A proposal and implementation for an initial postMessage interface. These in...dmichael@google.com2011-03-232-0/+145
* Add an (unimplemented) API for getting the available list of font families onbrettw@chromium.org2011-03-191-0/+45
* Add a console interface for logging to the JS console from a PPAPI plugin.brettw@chromium.org2011-03-111-0/+45
* Clarify/fix fullscreen semantics, and add GetScreenSizepiman@google.com2011-03-081-5/+14
* Adding missing forward declaration of struct PP_CompletionCallback.brettw@chromium.org2011-03-041-0/+2
* Implement the grab/grabbing cursors (for Mac/GTK).avi@chromium.org2011-03-022-2/+4
* Add PPB_URLUtil_Dev::GetDocumentURLpiman@google.com2011-03-021-21/+29
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...avi@chromium.org2011-02-241-3/+3
* Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.viettrungluu@chromium.org2011-02-232-3/+3
* Add some files to the C compilation test, and fix the stuff that wasn't C com...dmichael@google.com2011-02-231-5/+5
* Implement the filesystem proxy. This allows the FileRef tests (the ones whichbrettw@chromium.org2011-02-213-6/+25
* Implement proxying for FileRef and FileChooser.brettw@chromium.org2011-02-171-8/+2
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-161-16/+18
* Revert 75003 - Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-18/+16
* Basic implementation of Pepper Transport API.sergeyu@chromium.org2011-02-151-16/+18
* Implement proxy for FlashMenu and Run/QuitMessageLooppiman@google.com2011-02-151-3/+3
* Pepper GLES fixes to support 3D in NaCl.neb@chromium.org2011-02-111-3/+4
* Revert the accidentially changed auto-generated files.jochen@chromium.org2011-02-101-1/+1
* Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.jochen@chromium.org2011-02-101-1/+1
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-1/+1
* Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...viettrungluu@chromium.org2011-02-071-3/+5
* Include what you use in ppb_context_3d_trusted_devneb@chromium.org2011-01-291-0/+2
* Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxypiman@google.com2011-01-281-1/+14
* Refactor PPAPI proxy resource handling to maintain which host they came from,brettw@chromium.org2011-01-271-2/+2
* Include what you use in ppb_surface_3d_dev.h.neb@chromium.org2011-01-261-0/+1
* PPB_Context3D_Trusted interface.neb@chromium.org2011-01-261-0/+78
* First pass at making the proxy handle multiple renderers. This associates thebrettw@chromium.org2011-01-212-6/+11
* Remove dev/audio, dev/audio_config, and dev/audio_trustednfullagar@google.com2011-01-203-220/+0
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-155-11/+13
* Revert of revert 69309 - switch handles to 32 bit in PPAPI.neb@chromium.org2011-01-1430-42/+35
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-072-5/+13
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-071-0/+41
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-282-5/+112
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-234-71/+382
* Fix comment on trusted File IO method to indicate that HANDLE is returned on ...bbudge@google.com2010-12-221-4/+5
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-173/+232
* Change ppapi C++ comment style into C.neb@chromium.org2010-12-2037-187/+221
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-1832-37/+44
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-8/+3
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-171-3/+8