summaryrefslogtreecommitdiffstats
path: root/ppapi/c/dev
Commit message (Expand)AuthorAgeFilesLines
* 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
* Resource width 64->32 change.neb@chromium.org2010-12-1532-44/+37
* Added a stub gles2 implementation.alokp@chromium.org2010-12-151-17/+0
* Add compile assertions to enforce the sizes of all structs and enums in the C...dmichael@google.com2010-12-1316-17/+124
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-021-3/+3
* Cleanupnfullagar@google.com2010-11-301-15/+23
* changes for proxy audionfullagar@google.com2010-11-251-13/+27
* Renames Chrome only GL extension functions to followgman@chromium.org2010-11-181-14/+0
* Make the GetName() comment more clear.dumi@chromium.org2010-11-181-1/+4
* Update cmd buffer script to reflect ppapi reorg.neb@chromium.org2010-11-171-0/+2
* Update some comments.dumi@chromium.org2010-11-172-3/+11
* Kill a #if 0 section as discussed in the meeting.dumi@chromium.org2010-11-171-9/+0
* Run Pepper unit tests in Native Clientgarianov@google.com2010-11-161-1/+1
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-104-284/+0
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0531-233/+303
* Add callback ability for URLLoader so an asynchronous proxy can send thebrettw@chromium.org2010-11-043-11/+56
* Fix includes to make checkdeps happybrettw@chromium.org2010-11-011-1/+1
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-0141-0/+2998