summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
Commit message (Expand)AuthorAgeFilesLines
* Avoid sending empty OnRepaint msgs and propagate window damage correctlyjamesr@chromium.org2013-04-171-0/+3
* Buffer returned textures from render to VDAhshi@chromium.org2013-04-161-1/+2
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-1211-1/+117
* Fix swizzling behaviour.hubbe@chromium.org2013-04-111-53/+114
* Moved logging functionality of out of the GLES2 Command Decoder into a separa...kloveless@chromium.org2013-04-101-1/+2
* Enable GL context virtualization for compositor contexts on Mac.ccameron@chromium.org2013-04-103-3/+19
* Remove the usage of omax-vda from the video_decode_accelerator_unittest.owenlin@chromium.org2013-04-091-22/+6
* Rewrite scoped_array<T> to scoped_ptr<T[]> in content/, Linux edition.dcheng@chromium.org2013-04-071-6/+6
* Add comment explianing memory policy on Mac.ccameron@chromium.org2013-04-061-0/+3
* VAVDA: Restore check for frame_mbs_only_flag.posciak@chromium.org2013-04-051-0/+6
* Delete the GpuCommandBufferMsg_DestroyVideoDecoder IPC message since it is ne...fischman@chromium.org2013-04-053-17/+7
* Fix GL virtualization warnings on OS Xccameron@chromium.org2013-04-031-11/+0
* Implement client side PBOs for glReadPixelhubbe@chromium.org2013-04-022-245/+107
* Move MessageLoop to base namespace.brettw@chromium.org2013-03-311-2/+2
* VAVDA: Fix lockingmarcheu@chromium.org2013-03-301-6/+6
* Fix null dereference in ImageTransportSurface::CreateSurface.apatrick@chromium.org2013-03-291-1/+1
* CrOS: GetVsyncValues before SwapBuffersbacker@chromium.org2013-03-291-2/+4
* Minor cleanup of image transport surface creation.brettw@chromium.org2013-03-277-158/+128
* Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.simonjam@chromium.org2013-03-261-0/+1
* mac: Clean up a few more uses of USE_SKIAthakis@chromium.org2013-03-252-10/+0
* TextureImageTransportSurface: Reuse TextureDefinitionsievers@chromium.org2013-03-242-89/+84
* GPU: Merge the GpuChannel message filters.backer@chromium.org2013-03-242-112/+85
* mac: Fix compositing readback in content shell drt modethakis@chromium.org2013-03-191-0/+5
* Removed support for Core Animation plugins when accelerated compositing is di...kbr@chromium.org2013-03-192-12/+0
* Remove routes for video decoders on GpuCommandBufferStub destructionsheu@chromium.org2013-03-195-21/+12
* Part 4 of cc/ directory shuffles: outputjamesr@chromium.org2013-03-181-1/+1
* Part 2 of cc/ directory shuffles: debugjamesr@chromium.org2013-03-181-1/+1
* gpu: Implement idle async pixel transfers.reveman@chromium.org2013-03-165-9/+91
* Make ContextProvider::InitializeOnMainThread implicit.danakj@chromium.org2013-03-152-16/+30
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-1/+2
* Implement EXT_draw_buffers WebGL extention support in command buffer.zmo@chromium.org2013-03-142-0/+11
* Change the viewport size to the windows size.owenlin@chromium.org2013-03-131-2/+8
* Add per-profile disk caching of complied GPU shaders.dsinclair@chromium.org2013-03-137-1/+42
* Delete memory manager dead code.ccameron@chromium.org2013-03-125-451/+34
* Fix VAAPI decoder memory corruption.jln@chromium.org2013-03-121-0/+6
* AVDA: fix a trivial bug introduced in issue:12520002dwkang@chromium.org2013-03-121-1/+1
* Windows: Detect whether Lenovo dCute is installed.apatrick@chromium.org2013-03-121-0/+1
* Revert 170568 - Do DXVA pre-sandbox initialization off the main thread.apatrick@chromium.org2013-03-123-50/+26
* ContextProvider::BindToCurrentThread should fail consistently.danakj@chromium.org2013-03-121-2/+4
* Make chromeos gpu_video_decode_accelerator depend on X11spang@chromium.org2013-03-091-4/+4
* Leak non-main-thread shared contexts when RenderThreadImpl is being destroyed.danakj@chromium.org2013-03-082-6/+20
* Conditionalize sending GPU memory UMA histogramsccameron@chromium.org2013-03-082-0/+12
* Don't byte swap R and B channels on platforms (like Android) which use a diff...kbr@chromium.org2013-03-081-2/+5
* Fix GPU overflowjln@chromium.org2013-03-081-4/+4
* Move InsertSyncPoint to GLES2Interfacepiman@chromium.org2013-03-082-8/+2
* Fix incorrect computation of antialias flag in implementations of WebGraphics...kbr@chromium.org2013-03-081-3/+3
* Revert 186627miu@chromium.org2013-03-073-22/+25
* GPU: Fast track EchoACK.backer@chromium.org2013-03-071-4/+18
* Verify texture target and size for content::GpuVideoDecodeAcceleratorsheu@chromium.org2013-03-073-5/+26
* Use gpu::Mailbox in IPCs instead of std::stringpiman@chromium.org2013-03-073-25/+22