summaryrefslogtreecommitdiffstats
path: root/gpu/pgl
Commit message (Expand)AuthorAgeFilesLines
* Fix two problems with int32 <-> int32_t conversion when compiled in -pedanticmsneck@google.com2010-06-241-3/+3
* Fix a bunch more type changes as part of the npapi.h mergingstuartmorgan@chromium.org2010-06-021-1/+1
* Step 1: Changing CommandBufferHelper to only use a portiongman@chromium.org2010-05-122-9/+8
* Adds support for shared resources.gman@chromium.org2010-05-031-1/+2
* Add eglGetProcAddress to pgl.gman@chromium.org2010-04-273-312/+318
* An implementation of eglProcAddressgman@chromium.org2010-04-261-0/+312
* Changed NPAPI include path to be absolute. Since we cannot use ANY npapi head...alokp@chromium.org2010-04-212-4/+4
* Client side code should include local logging so it can be stubbed out.alokp@chromium.org2010-04-211-7/+1
* New experimental Pepper device API.apatrick@chromium.org2010-04-163-0/+97
* Remove redundant nphostapi.h from webkit/glue/plugins, update source files asdspringer@google.com2010-03-151-1/+1
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-242-8/+10
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-202-10/+8
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-202-8/+10
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-091-0/+5
* PGL was relying on pthread_key_create not returning zero, which does notsehr@google.com2010-02-051-6/+9
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-032-22/+81
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-012-7/+7
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-292-83/+28
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-272-5/+51
* linux: enable pepper pluginpiman@chromium.org2010-01-251-1/+1
* Revert 36399 - linux: enable pepper_test_plugin laforge@chromium.org2010-01-231-1/+1
* Added pglGetCurrentContext. Make gles2 implementation pointer global variable...apatrick@chromium.org2010-01-192-10/+24
* Change some paths, include files to make the sources build on Native Client.sehr@google.com2010-01-162-2/+10
* linux: enable pepper_test_pluginpiman@chromium.org2010-01-151-1/+1
* Resubmitting r36268 with a fix for mac:apatrick@chromium.org2010-01-154-0/+386
* Revert 36268 - Implemented PGL library, an EGL like API for Pepper. Updated P...apatrick@chromium.org2010-01-144-386/+0
* Implemented PGL library, an EGL like API for Pepper. Updated Pepper test plug...apatrick@chromium.org2010-01-144-0/+386