summaryrefslogtreecommitdiffstats
path: root/ppapi/examples/gles2/gles2.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove extra semi-colon so nacl-gcc doesn't complain.nfullagar@google.com2012-02-231-1/+1
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-131-4/+0
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-061-0/+1
* Update PPAPI IDL generator to define versioned structs, and unversioned typedef.wez@chromium.org2012-01-051-7/+7
* Revert 116281 - Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-1/+0
* Move paint aggregator and the completion callback factory.brettw@chromium.org2012-01-041-0/+1
* Migrate gles2 from {Surface,Context}3D to Graphics3D.fischman@chromium.org2011-11-241-24/+23
* Convert video capture/decoder stuff to IDL.brettw@chromium.org2011-10-071-2/+2
* Renamed ppb_opengles.h to ppb_opengles2.h.alokp@chromium.org2011-09-151-1/+1
* reconstitute moving 3d out of dev CL. (previous attempt was reverted)nfullagar@google.com2011-09-071-9/+9
* Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-9/+9
* Move PPAPI graphics3d and opengles interfaces out of Dev.nfullagar@google.com2011-09-061-9/+9
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-011-7/+2
* gles2: set the profile info in configashokm@nvidia.com2011-08-271-2/+6
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-171-113/+163
* Fix sporadic crash at the end of gles2 ppapi pluginvrk@google.com2011-08-101-18/+19
* Implement PPAPI VideoDecode out-of-process supportvrk@chromium.org2011-08-061-6/+11
* PPB_VideoDecoder_Dev::Initialize is now synchronous!fischman@chromium.org2011-07-291-8/+4
* Made Destroy() followup more aggressive to test for races.fischman@chromium.org2011-07-261-1/+22
* Re-added decoder id to PPP_VideoDecoder_Dev methodsfischman@chromium.org2011-07-221-13/+19
* Redid VideoDecodeAccelerator::Error codes and propagated to ppapi.fischman@chromium.org2011-07-201-3/+33
* Remove redundant size and type information from VideoDecode PPAPIvrk@google.com2011-07-191-12/+10
* Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.fischman@chromium.org2011-07-151-24/+17
* Cleanup gles2 sample PPAPI plugin.fischman@chromium.org2011-07-121-84/+73
* PPAPI: Remove deprecated PP_ERROR_WOULDBLOCK and PP_Error_WouldBlock.polina@google.com2011-07-091-2/+1
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-291-17/+1
* Fix PPB_VideoDecoder_Impl::NotifyEndOfBitstreamBuffer to use correct ID.fischman@chromium.org2011-06-211-18/+34
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-211-17/+40
* Uncomment PPAPI examples to prevent bit-rot.fischman@chromium.org2011-06-201-0/+6
* Modify PPAPI GLES2 example to be an example of VideoDecode_Dev APIvrk@google.com2011-06-151-72/+408
* Create a super-simple PPAPI demo plugin exercising GLES2 functionality.fischman@chromium.org2011-04-111-0/+135