summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/ppb_context_3d_proxy.cc
Commit message (Expand)AuthorAgeFilesLines
* Add a unified resource tracker shared between the proxy and the impl.brettw@chromium.org2011-08-181-10/+13
* Removed config management from Graphics3D API. It will be better handled in t...alokp@chromium.org2011-08-161-1/+1
* Add option to not generate resources on bind in OpenGL ESgman@chromium.org2011-08-161-1/+2
* Move host resource from the proxy to the shared_impl.brettw@chromium.org2011-08-131-0/+1
* Convert the PluginResource to be refcounted.brettw@chromium.org2011-08-111-1/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-0/+5
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-5/+0
* Binding Graphics3D with Instance and OpenGLES2 interface.alokp@chromium.org2011-07-191-0/+4
* Execute all GL commands up to the put offset reported by a each flush.This me...apatrick@chromium.org2011-07-191-0/+5
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-141-0/+6
* Revert 92429 - Detect and expose loss of OpenGL context using GL_ARB_robustne...kbr@chromium.org2011-07-131-6/+0
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-131-0/+6
* Convert most remaining resources to use the API/thunk system. The significantbrettw@chromium.org2011-06-221-159/+234
* Fixing coverity PASS_BY_VALUE bugs.dpapad@chromium.org2011-06-221-1/+1
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-10/+30
* implemented latch support in renderer process. this corresponds with a webkit...jbates@chromium.org2011-04-121-5/+7
* Moved creation of GPU command buffer shared memory into the browser process.apatrick@chromium.org2011-02-281-0/+7
* Fix compiling on gcc-4.6.hbono@chromium.org2011-02-251-1/+1
* Factor fd sharing code in proxy and fix fd issues once and for all.piman@google.com2011-02-251-11/+14
* Moved creation of GPU transfer buffers into the browser process.apatrick@chromium.org2011-02-241-0/+10
* Dup command-buffer SHM handle before auto-closing.piman@google.com2011-02-231-1/+4
* Rent syncemove all uses of the global Dispatcher Get function.brettw@chromium.org2011-02-081-9/+18
* Implement proxy for 3d-related interfacespiman@google.com2011-02-021-0/+584