summaryrefslogtreecommitdiffstats
path: root/ppapi/c
Commit message (Expand)AuthorAgeFilesLines
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-074-14/+22
* Expose Map/UnmapTexSubImage2DCHROMIUM to pepper pluginspiman@google.com2011-01-071-0/+41
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-071-1/+39
* Move ppb_flash.h to ppapi/c/private ...viettrungluu@chromium.org2011-01-061-0/+117
* 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-2065-335/+400
* Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPInoelallen@google.com2010-12-1846-54/+61
* Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.abarth@chromium.org2010-12-171-3/+3
* Add LaunchSelLdr and UrandomFD to PPAPIabarth@chromium.org2010-12-171-1/+13
* Add stub PPAPI for launching NaCl's sel_ldr process.abarth@chromium.org2010-12-171-0/+17
* 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-1546-61/+54
* 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-1333-30/+189
* Fix out of date comment.brettw@chromium.org2010-12-021-1/+1
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-022-9/+11
* Cleanupnfullagar@google.com2010-11-301-15/+23
* changes for proxy audionfullagar@google.com2010-11-251-13/+27
* Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ...dmichael@google.com2010-11-191-1/+2
* 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
* A second attempt at forcing 8-byte alignment of the time stamp.dmichael@google.com2010-11-172-8/+6
* Run Pepper unit tests in Native Clientgarianov@google.com2010-11-161-1/+1
* Force 8-byte alignment in PP_InputEvent. Rev PPP_Instance interface to 0.3 b...dmichael@google.com2010-11-123-4/+40
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-104-27/+25
* Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Whereverdmichael@google.com2010-11-103-0/+19
* Change the private image data shared memory handle code to return a nativebrettw@chromium.org2010-11-091-2/+5
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0546-330/+498
* 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-0163-0/+4856