summaryrefslogtreecommitdiffstats
path: root/cc/output
Commit message (Expand)AuthorAgeFilesLines
* cc: Fix precision loss causing AA quadsenne@chromium.org2013-09-072-20/+19
* Allow NOLINT to skip the std::abs PRESUBMIT check.shawnsingh@chromium.org2013-09-061-1/+1
* [cc] Allow resources and ui resources to specify wrap modeccameron@chromium.org2013-09-054-4/+14
* cc: Invalidate framebuffer contents when clearingskyostil@chromium.org2013-09-054-13/+32
* Fix UpdateTilePriorities viewport in Android WebView.aelias@chromium.org2013-09-0510-17/+88
* cc: Adopt new skia object when it's created to avoid memory leak.danakj@chromium.org2013-09-041-2/+3
* cc: Use map_image with delegating renderer if LayerTreeSettings allow.danakj@chromium.org2013-09-041-1/+2
* So that ScopedPtrHashMap can be used by user outside of cc.powei@chromium.org2013-08-302-3/+6
* Pass the quad's rect (contents_rect) origin to skia image filters as an offse...senorblanco@chromium.org2013-08-291-0/+7
* Optimize alpha software PictureDrawQuads.aelias@chromium.org2013-08-292-21/+86
* Pass context capabilities via cc::ContextProvider instead of gl stringjamesr@chromium.org2013-08-296-99/+87
* cc: Dont call setMemoryAllocationChangedCallbackCHROMIUM in GLRendererdanakj@chromium.org2013-08-281-1/+0
* cc: Cleanup offscreen context plumbing.danakj@chromium.org2013-08-2810-46/+87
* Don't draw invisible portions of quads in software renderer.jbauman@chromium.org2013-08-273-25/+168
* Rename async upload/readback queries to avoid mix-upssievers@chromium.org2013-08-271-2/+2
* cc: Remove unnecessary "default" cases from switch statements.reveman@chromium.org2013-08-273-9/+34
* Skia is going to Split the SkDevice class into SkBaseDevice and SkBitmapDevic...robertphillips@google.com2013-08-264-9/+10
* [cc] Fix async readback querysievers@chromium.org2013-08-221-2/+2
* Discard software renderer backbuffer when tab becomes invisible.jbauman@chromium.org2013-08-204-7/+35
* cc: return resources via a ReturnedResource struct rather than TransferableRe...piman@chromium.org2013-08-192-3/+3
* cc: refcount resources as we send them to the parentpiman@chromium.org2013-08-171-4/+5
* cc: Don't leak the texture returned in CopyOutputRequest ever.danakj@chromium.org2013-08-173-29/+19
* ContextProvider in OutputSurfacedanakj@chromium.org2013-08-169-425/+441
* cc: Avoid double ticking RetroactiveBeginFramesbrianderson@chromium.org2013-08-153-10/+69
* aura,cc: Make TestContextProvider usable outside cc.danakj@chromium.org2013-08-132-2/+2
* cc: Add frame data to LTHI tracingpiman@chromium.org2013-08-094-1/+61
* Add memory policy limit by number of resources.aelias@chromium.org2013-08-035-13/+33
* Add a flag to allow renderer to use software compositor when GL compositor do...jbauman@chromium.org2013-08-011-1/+2
* Add an unbindImage method to ResourceProvider and move bindImage and unbindIm...kaanb@chromium.org2013-07-311-15/+28
* cc: return false from SetupQuadForAntialiasing if quad is clipped.ernstm@chromium.org2013-07-311-2/+2
* Allow ContextProvider impls to be used without subclassing.danakj@chromium.org2013-07-301-0/+9
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-3010-7/+207
* cc: draw_and_swap_full_viewport_every_frame OS capboliu@chromium.org2013-07-301-0/+2
* Don't leak CopyResult textures.danakj@chromium.org2013-07-241-1/+4
* cc: Don't leak a ref to SkColorFilter.danakj@chromium.org2013-07-241-3/+9
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-232-3/+19
* Use the correct fragment-shader for non-premultiplied program.alokp@chromium.org2013-07-233-7/+12
* CC: Add command-line flag to disable AA.epenner@chromium.org2013-07-222-3/+6
* Adds a new callback as this signal is required to pass up to the applicationjoth@chromium.org2013-07-191-0/+7
* Use a direct include of the message_loop header in cc/, chrome_frame/, cloud_...avi@chromium.org2013-07-172-2/+2
* Make cc::FilterOperations blendableajuma@chromium.org2013-07-175-1/+697
* OutputSurfaceClient::ReleaseGLboliu@chromium.org2013-07-135-67/+26
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-128-8/+390
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-122-19/+3
* cc: Add missing includes of WebGraphicsMemoryAllocation.htfarina@chromium.org2013-07-112-1/+4
* Cleanup unused WebExternalTextureLayer APIs and resulting dead code.piman@chromium.org2013-07-114-286/+1
* Allow WebExternalTextureLayers to receive a bitmap along with a mailboxjbauman@chromium.org2013-07-101-0/+1
* Callback objects of WebGraphicsContext3D must live longer than WebGraphicsCon...dongseong.hwang@intel.com2013-07-091-0/+6
* cc: Forward declare WebGraphicsContext3D when possible.tfarina@chromium.org2013-07-054-7/+3
* Refactored uniform location DCHECKing.skaslev@chromium.org2013-07-042-268/+138