summaryrefslogtreecommitdiffstats
path: root/cc/output/gl_renderer.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove GpuMemoryAllocationForRenderer::enforce_but_do_not_keep_as_policypiman@chromium.org2013-06-261-9/+1
* Move implementation of WebFilterOperations into ccajuma@chromium.org2013-06-251-6/+6
* cc: Allow output readback/copy requests to specify a sub-rect to copy.danakj@chromium.org2013-06-201-2/+7
* cc: Add ability to request copy of compositor output as a texture.danakj@chromium.org2013-06-181-60/+117
* CC: Call SwapBuffers instead of PostSubBuffer on full frame update.backer@chromium.org2013-06-121-2/+0
* cc: Don't flip render passes when rendering them.danakj@chromium.org2013-06-121-54/+80
* Unified OutputSurface::SwapBuffers.aelias@chromium.org2013-06-111-18/+15
* Use a direct include of strings headers in cc/.avi@chromium.org2013-06-101-1/+1
* Adding YUVA support for enabling Alpha Playbackvigneshv@chromium.org2013-06-071-21/+74
* Implement transform/clip support for Android WebView.aelias@chromium.org2013-06-061-34/+28
* Revert 204508 "Adding YUVA support for enabling Alpha Playback"dalecurtis@google.com2013-06-061-74/+21
* Adding YUVA support for enabling Alpha Playbackvigneshv@chromium.org2013-06-061-21/+74
* Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-1/+1
* Update refernces to Blink's Platform API (cc)abarth@chromium.org2013-05-291-1/+1
* cc: Add compositor name for easier GPU debugging.epenner@chromium.org2013-05-291-1/+1
* Move cc/debug/latency_info to ui/base.jbauman@chromium.org2013-05-291-1/+1
* cc: Remove legacy accelerated painting pathenne@chromium.org2013-05-291-7/+0
* Part 1/3 (compositor) of adding with device scale factor to transport surfacesccameron@chromium.org2013-05-241-1/+2
* cc: Add CopyAsBitmapRequest class to hold the readback callback.danakj@chromium.org2013-05-241-23/+21
* cc: Changes to use GL API for GpuMemoryBufferskaanb@chromium.org2013-05-231-0/+4
* Add flag for drawing layers to screen with Ganeshenne@chromium.org2013-05-211-21/+133
* Do not use antialiasing code path for surfaces if there is a perspective w<0 ...shawnsingh@chromium.org2013-05-201-5/+4
* Re-land: cc: Cleanup vertex shaders used for anti-aliasing.reveman@chromium.org2013-05-091-23/+20
* cc: Fix readback from non-root layers.danakj@chromium.org2013-05-081-8/+23
* cc: Use SkPMColor consistently on readback.aelias@chromium.org2013-05-081-5/+5
* Revert "cc: Cleanup vertex shaders used for anti-aliasing."sky@chromium.org2013-05-081-20/+23
* cc: Cleanup vertex shaders used for anti-aliasing.reveman@chromium.org2013-05-081-23/+20
* cc: Cache highp_threshold in TexCoordPrecisionRequiredbrianderson@chromium.org2013-05-071-8/+11
* cc: Add force anti-aliasing off option to SolidColorDrawQuadwonsik@chromium.org2013-05-021-2/+3
* cc: Reduce special casing of transparent tiles.reveman@chromium.org2013-05-011-4/+9
* cc: Make async readback path use async glReadPixels.danakj@chromium.org2013-05-011-34/+177
* Remove bool return for Renderer SwapBuffersjbauman@chromium.org2013-04-301-3/+1
* Improved measurement of rasterize time and pixels rasterized.ernstm@chromium.org2013-04-261-1/+2
* cc: Async readback.danakj@chromium.org2013-04-261-0/+13
* Revert 196713 "cc: Async readback."danakj@chromium.org2013-04-261-13/+0
* cc: Async readback.danakj@chromium.org2013-04-261-0/+13
* Revert 196592 "cc: Async readback."kinuko@chromium.org2013-04-261-13/+0
* cc: Async readback.danakj@chromium.org2013-04-261-0/+13
* Re-land: cc: Fix anti-aliasing of axis-aligned quads.reveman@chromium.org2013-04-251-12/+20
* Revert 196423 "cc: Fix anti-aliasing of axis-aligned quads."nick@chromium.org2013-04-251-20/+12
* cc: Fix anti-aliasing of axis-aligned quads.reveman@chromium.org2013-04-251-12/+20
* cc: Support highp texture coordinates in tile shadersbrianderson@chromium.org2013-04-241-90/+132
* cc: Fix gl_renderer lintbrianderson@chromium.org2013-04-221-1/+1
* Add compositor support for the LatencyInfo.jbauman@chromium.org2013-04-221-3/+3
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-171-13/+0
* Revert 194394 "Move swapcomplete callback into OutputSurface"cpu@chromium.org2013-04-161-0/+13
* Move swapcomplete callback into OutputSurfacejamesr@chromium.org2013-04-161-13/+0
* Plumb cc::LatencyInfo through command buffer and output surfacejbauman@chromium.org2013-04-121-2/+3
* cc: Move video upload to VideoResourceUpdater.danakj@chromium.org2013-04-101-9/+9
* Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.dcheng@chromium.org2013-04-061-1/+1