summaryrefslogtreecommitdiffstats
path: root/gpu/demos/framework/plugin.cc
Commit message (Expand)AuthorAgeFilesLines
* Rework FlushSync to return early if commands have been processed since the la...piman@google.com2011-04-281-209/+0
* Removed the depedency of gpu::demos on base.alokp@chromium.org2010-12-211-4/+4
* Made gpu demo framework plugins fail without crashing if pepper 3D cannot be ...apatrick@chromium.org2010-04-261-10/+32
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-241-10/+25
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-25/+10
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-10/+25
* Added support for lost context recovery on the client side. None of our servi...apatrick@chromium.org2010-02-031-17/+38
* Renamed ParseError -> Error, parse_error -> error, kParseNoError -> kNoError,...apatrick@chromium.org2010-02-011-1/+1
* Windows now uses the TLS API instead of __declspec(thread) for client side co...apatrick@chromium.org2010-01-271-0/+4
* Added infrastructure to run gpu demos under Pepper3D. Created a Demo class th...alokp@chromium.org2010-01-261-0/+147