summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu
Commit message (Expand)AuthorAgeFilesLines
* Expose a benchmark-only beginSmoothScroll API to JS.nduca@chromium.org2012-07-131-1/+41
* [Android] Upstream all the IPC communications/handlings for stream textureqinmin@chromium.org2012-07-132-0/+147
* Remove #pragma once from contentajwong@chromium.org2012-07-111-1/+0
* Plumb rendering statistics to benchmarking extension.dtu@chromium.org2012-07-031-0/+38
* Cleanup IPC::ChannelProxy to use SingleThreadTaskRunnersergeyu@chromium.org2012-07-021-0/+1
* Rename IPC Sender and Listener in ppapi, content/public, and content/rendererbrettw@chromium.org2012-06-205-7/+7
* added gpu_benchmarking_extension boilerplate and hooked it up to a new switch.dmurph@chromium.org2012-06-122-0/+57
* Avoid the need for a valgrind suppression by initializing memorydarin@chromium.org2012-05-261-1/+4
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-281-4/+6
* Implement active wheel fling transfer via WebCompositorInputHandlerClientjamesr@chromium.org2012-03-282-20/+63
* Add trace events relevant to events being forwarded/dropped.wjmaclean@google.com2012-03-262-0/+9
* Remove dead code left over from old-style WebCompositor initialization path.nduca@chromium.org2012-03-142-39/+44
* Refactor Pickle Read methods to use higher performance PickleIterator.jbates@chromium.org2012-03-071-2/+2
* Move gpu client files to content_common, in content/common/gpu/clientpiman@chromium.org2012-02-0710-3714/+0
* Fix windows buildpiman@chromium.org2012-02-071-1/+2
* Remove renderer dependencies from the GPU client classes.piman@chromium.org2012-02-076-129/+114
* Added CommandBuffer::GetLastError.apatrick@chromium.org2012-02-012-2/+12
* Cleanup: Remove static storage for variables in an unnamed namespace.jhawkins@chromium.org2012-01-281-2/+2
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-272-24/+21
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-272-21/+24
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-272-24/+21
* android build: progress on content and libjingle.jrg@chromium.org2012-01-271-1/+1
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* Fix a potential race in OnSwapBuffersComplete().sievers@chromium.org2012-01-201-2/+7
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-186-13/+13
* Remove obsolete layer of indirection in gpu msg routing.sievers@chromium.org2012-01-132-48/+24
* Remove VideoDecodeAccelerator::Client::NotifyEndOfStream / PPP_VideoDecoder_D...fischman@chromium.org2012-01-132-11/+2
* Remove contexts from lists of shared contexts on lost context.jbauman@chromium.org2012-01-111-1/+15
* Remove task.h and finish base::Bind() migration.ajwong@chromium.org2012-01-063-3/+1
* Remove TransportTexture, it's unusedpiman@chromium.org2012-01-048-622/+5
* base::Bind: Remove callback_old.h.jhawkins@chromium.org2012-01-032-12/+11
* Don't ignore {OMX,DXVA}VideoDecodeAccelerator::Initialize() failures.fischman@chromium.org2011-12-301-1/+1
* Don't call renderView methods in threaded modenduca@chromium.org2011-12-152-0/+11
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-132-0/+10
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+1
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-123-70/+13
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-083-13/+70
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-073-70/+13
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-063-13/+70
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-063-70/+13
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-062-0/+7
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-011-2/+2
* Fix the components build on Linux.tony@chromium.org2011-11-301-1/+1
* Trusted proxy side checks on GetRingBuffer()nfullagar@google.com2011-11-301-3/+9
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Revert 111936 - Use callback_forward.h instead of callback.h where possible.jstritar@chromium.org2011-11-291-1/+1
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1