summaryrefslogtreecommitdiffstats
path: root/cc/texture_uploader.cc
Commit message (Expand)AuthorAgeFilesLines
* Part 1 of cc/ directory shuffles: basejamesr@chromium.org2013-03-181-1/+1
* cc: Chromify TextureUploaderenne@chromium.org2013-03-171-286/+258
* Shrink texture uploader when not visible.piman@chromium.org2013-02-161-0/+6
* Use proper histogram macros for Renderer4 histograms.isherman@chromium.org2013-01-221-1/+2
* Refactor so chromium only GL extensions require gl2extchromium.hgman@chromium.org2013-01-091-0/+1
* cc: Make the ScopedPtrVector and ScopedPtrDeque containers act like STL vecto...danakj@chromium.org2013-01-091-10/+10
* Clean up cc and webkit/compositor_bindings include path shenanigansjamesr@chromium.org2012-12-181-1/+1
* Round managed memory stats to the nearest 8MB, and don't performccameron@chromium.org2012-12-081-7/+3
* Clamp texture queries to sane values.brianderson@chromium.org2012-12-051-0/+4
* YUV software decode path stride fixes.sheu@chromium.org2012-11-211-10/+23
* cc: Add ThrottledVSyncInterval counter.reveman@chromium.org2012-11-171-1/+1
* Switched cc::Resource and cc::ScopedResource to Chrome coding style.skaslev@chromium.org2012-11-161-2/+2
* Remove WTF and WebCore from cc/ and webkit/compositor_bindings/piman@chromium.org2012-11-101-2/+0
* cc: Rename Texture class to Resource.reveman@google.com2012-11-081-3/+3
* cc: Rename PrioritizedTexture to PrioritizedResource.reveman@google.com2012-11-071-1/+1
* cc: Fix style for comments at the end of namespacesdanakj@chromium.org2012-11-051-1/+1
* cc: Move textureUploadFlushPeriod to TextureUploader.reveman@chromium.org2012-11-031-1/+22
* Use gfx:: Geometry types for the resource provider and layer updater classes.danakj@chromium.org2012-10-311-34/+34
* Fix glTexSubImage2D for non-32bpp formats (rev. 2)sheu@chromium.org2012-10-241-22/+12
* This keeps a sorted history of the texture upload rate and increasesbrianderson@chromium.org2012-10-241-18/+16
* Revert 163477 - Fix glTexSubImage2D for non-32bpp formats.hbono@chromium.org2012-10-231-12/+22
* Fix glTexSubImage2D for non-32bpp formats.sheu@chromium.org2012-10-231-22/+12
* cc: Remove CC*.h temporary includes, part 4/4.tfarina@chromium.org2012-10-221-3/+5
* Add checks to resource update creation and image upload.ccameron@chromium.org2012-10-191-0/+48
* cc: Remove all but one texture uploader class.reveman@chromium.org2012-10-191-0/+301