summaryrefslogtreecommitdiffstats
path: root/ppapi/cpp
Commit message (Expand)AuthorAgeFilesLines
* Make PP_Resources associated with the Instance rather than the module. Thisbrettw@chromium.org2011-01-1512-17/+48
* Move ppapi audio interface out of dev, butnfullagar@google.com2011-01-155-1/+189
* Fix self-assignment in pp::Resourcepiman@google.com2011-01-121-2/+2
* Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.brettw@chromium.org2011-01-071-7/+0
* Add an instance parameter to var objects, audio, and the 2D API. This replace...brettw@chromium.org2011-01-0711-16/+39
* Private Pepper extension for Flapper to allow TCP connections to be madeviettrungluu@chromium.org2011-01-072-0/+106
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2011-01-052-4/+4
* Move some functions out of win_util and into hwnd_util, and into a new win/sh...brettw@google.com2010-12-309-42/+10
* Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...alokp@chromium.org2010-12-286-20/+100
* Added ppapi::Context3D interface. The API has already been reviewed. I am add...alokp@chromium.org2010-12-236-108/+131
* Implement operator= for FontDev (it currently gives errors if you try to usebrettw@chromium.org2010-12-222-1/+8
* Moved the logic of maintaining the current context to gles2 helper library.alokp@chromium.org2010-12-212-37/+6
* Remove static initializers.neb@chromium.org2010-12-2034-531/+546
* Revert 69511 - Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-172-5/+3
* Make Graphics3D::SwapBuffers take a completion callbackpiman@google.com2010-12-172-3/+5
* Start deinlining non-empty virtual methods. (This will be automatically checkederg@google.com2010-12-092-1/+5
* Fix a bug in pp:Var (var.cc) where DebugString could throw an exception on Wi...bbudge@google.com2010-12-071-11/+20
* Move more code from headers to implementation.erg@google.com2010-12-072-2/+11
* Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapperbrettw@chromium.org2010-12-032-37/+1
* Remove all the swap() stuff in the PPAPI C++ wrappers.brettw@google.com2010-12-0220-109/+26
* Change trusted shared memory interface to match audio.nfullagar@google.com2010-12-022-4/+4
* Remove pp::Var(int) garianov@google.com2010-11-192-7/+0
* Run Pepper unit tests in Native Clientgarianov@google.com2010-11-162-0/+7
* Fix some bugs in paint manager. Some of the class members were not gettingbrettw@chromium.org2010-11-141-3/+7
* Make the Graphics2D flush call an asynchronous operation. This tracks thebrettw@chromium.org2010-11-121-1/+2
* Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directorybrettw@chromium.org2010-11-1010-160/+112
* Reland r65152 with mac and linux fix.apatrick@chromium.org2010-11-062-0/+12
* Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...dmichael@google.com2010-11-0522-107/+197
* Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-11/+0
* Integrated Pepper3D v2 with the accelerated compositor.apatrick@chromium.org2010-11-052-0/+11
* Move PPAPI into the Chrome repo. The old repo wasbrettw@chromium.org2010-11-0182-0/+7073