summaryrefslogtreecommitdiffstats
path: root/gpu/command_buffer/service/async_pixel_transfer_manager_egl.cc
Commit message (Expand)AuthorAgeFilesLines
* gpu: Remove async texture uploads.reveman2015-08-271-733/+0
* Remove unsafe async notify completion callback call.dyen2015-07-281-4/+0
* Added support for pausing and resuming queries.dyen2015-07-251-0/+4
* Remove base::Thread::SetPriority() interfacetoyoshim2015-06-181-9/+1
* base/threading: introduce ThreadPriority to Thread::Optionstoyoshim2015-06-091-2/+3
* gpu: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-05-071-23/+17
* Turn ThreadPriority enum into an enum class.gab2015-04-011-3/+3
* Mechanical rename of tracing includes for /gpuprimiano2015-01-281-2/+2
* Replaces instances of the deprecated TimeTicks::HighResNow() with TimeTicks::...charliea2015-01-261-8/+6
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-15/+11
* Replacing the OVERRIDE with override and FINAL with final in gpumohan.reddy2014-10-081-6/+6
* glGetString(GL_VENDOR) would possible return NULL, add NULL check here.changjun.yang@intel.com2014-06-261-4/+6
* gpu: Reuse transfer buffers more aggresivelyjadahl@opera.com2014-03-311-0/+10
* Revert 260177 "By keeping track of transfer buffer usage (both s..."creis@chromium.org2014-03-281-10/+0
* By keeping track of transfer buffer usage (both sync and async), it isjadahl@opera.com2014-03-281-0/+10
* GPU: Remove memory duplication in async uploads.epenner@chromium.org2014-03-271-42/+5
* Add synthetic delay points for latency testingskyostil@chromium.org2014-01-101-0/+3
* gpu: Remove DCHECKs in AsyncPixelTransferManagerEGL about egl_image_ not bein...kaanb@chromium.org2013-09-191-3/+8
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-8/+3
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-3/+8
* GPU: Do not write to shared memory after query destruction.backer@chromium.org2013-07-031-4/+4
* Delete usage and support for EGL_ANGLE_software_display extension.apatrick@chromium.org2013-06-171-2/+1
* GPU: Instrument AsyncTexImage2D and TexImage2D for telemetry.backer@chromium.org2013-06-141-5/+16
* GPU: Replace AsyncPixelTransferState with AsyncPixelTransferDelegate.backer@chromium.org2013-06-121-114/+60
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-1/+1
* GPU: Refactor AsyncPixelTransferManager{EGL,ShareGroup,Sync}backer@chromium.org2013-06-071-58/+56
* GPU: Proxy calls from Manager to Delegate.backer@chromium.org2013-06-051-66/+59
* GPU: Factory produces APTManagers instead of APTDelegatesbacker@chromium.org2013-06-041-0/+822