summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
Commit message (Expand)AuthorAgeFilesLines
* Update {virtual,override} to follow C++11 style in content/common/gpu/mediamrunal.kapade2015-02-184-34/+34
* Add UMAs for VTVideoDecodeAccelerator initialization and session errors.sandersd2015-02-181-22/+121
* Fix component build for vide_decode_accelerator_unittestdnicoara2015-02-171-1/+3
* VP8Parser: Fix calculation of DCT partition sizes.posciak2015-02-171-1/+4
* cc: Add threaded GPU rasterization.vmiura2015-02-143-6/+7
* Add a lock on context provider for use from multiple threads.jbauman2015-02-132-0/+14
* Selectively revert vaapi_drm_picture.cc to not use an ozone GLImageachaulk2015-02-122-8/+11
* Add support for multithreading the GPU command buffer.jbauman2015-02-122-1/+45
* vea_unittest, vda_unittest - Fix the unexpected switch issue.owenlin2015-02-112-0/+2
* Share SyncPointManager implementationboliu2015-02-111-1/+1
* content: Keep shared memory backing of GpuMemoryBuffers mapped.reveman2015-02-111-15/+16
* Fixed a typo in V4L2ImageProcessor, where completed VIDEO_CAPTURE buffers in ...emircan2015-02-111-1/+1
* v4l2_vda - Handle the resolution change event after STREAMOFFowenlin2015-02-102-109/+88
* Remove DevToolsGPUAgentyurys2015-02-109-285/+0
* V4L2SVDA: Drop any pending slices/state in H264Accelerator on reset.posciak2015-02-103-3/+14
* media: VideoFrame: add offset for shared memory bufferslionel.g.landwerlin2015-02-094-4/+25
* Mechanical rename of base::debug -> base::trace_event for /contentssid2015-02-092-11/+11
* Clean up V4L2 codec-related flags and defineshenryhsu2015-02-083-19/+10
* Support low latency mode decoding in the H/W video decoder on Windows.ananta2015-02-071-0/+6
* Add OrderingBarrierCHROMIUM API.vmiura2015-02-064-14/+104
* Revert "Fix visible size for V4L2 VDA"ihf2015-02-052-79/+26
* Revert of Clean up V4L2 codec-related flags and defines (patchset #3 id:40001...posciak2015-02-053-10/+19
* [VAAPI-DRM] Fix GpuMemoryBuffer format when creating a pixmapdnicoara2015-02-051-1/+1
* Minor robustness improvements for VTVideoDecodeAccelerator.sandersd2015-02-051-7/+22
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-046-63/+59
* Remove vrk@chromium.org from media OWNERS.xhwang2015-02-041-1/+0
* Cleanup: Move ContextProviderWebContext into cc/blink.tfarina2015-02-042-3/+7
* Clean up V4L2 codec-related flags and defineshenryhsu2015-02-043-19/+10
* Adds a fake video decode accelerator (hardware decoder) implementation that c...hellner2015-02-043-0/+276
* vaapi plumbing to allow hardware video overlaysachaulk2015-02-0311-27/+102
* Fix visible size for V4L2 VDAkcwu2015-02-022-26/+79
* Add JPEG decoder for VAAPI JPEG decode accelerationkcwu2015-01-309-36/+591
* Fix compile error in V4L2SliceVDA.wuchengli2015-01-301-1/+1
* reland: Plumb allow_overlay flag for video path into ccachaulk2015-01-299-23/+23
* ozone: Fix chromium-style warnings in rendering_helper.ccspang2015-01-291-1/+1
* VP8Decoder: Drop references to reference frames earlier.posciak2015-01-292-0/+8
* Add wuchengli@ as content/common/gpu/media OWNER.posciak2015-01-291-0/+1
* Instrumenting GPU initialization for jankvadimt2015-01-281-11/+5
* gpu: media: RenderingHelper: wait for the display & window to be readylionel.g.landwerlin2015-01-283-96/+190
* Mechanical rename of tracing includes for /content [2/3]primiano2015-01-2817-17/+17
* Use GSC0 instead of GSC1 for video encoding.ynovikov2015-01-271-1/+1
* Revert of Plumb allow_overlay flag for video path into cc (patchset #3 id:800...jamescook2015-01-278-21/+20
* Plumb allow_overlay flag for video path into ccachaulk2015-01-278-20/+21
* Update {virtual,override,final} to follow C++11 style in content, round 2.dcheng2015-01-232-22/+22
* Adds fake hardware video encoder.hellner2015-01-231-3/+32
* V4L2SVDA: Don't drop an input buffer on Reset if a frame is pending.posciak2015-01-232-11/+39
* content: gpu_messages: fix incorrect commentlionel.g.landwerlin2015-01-231-1/+1
* Replace COMPILE_ASSERT with static_assert in content/commonanujk.sharma2015-01-231-3/+3
* Update GPU memory buffers to use StrideInBytes internally.christiank2015-01-226-17/+68
* V4L2VDA: Temporarily disable EGLSyncs on non-ARM.posciak2015-01-221-2/+8