index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
output
/
gl_renderer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Add ability to request copy of compositor output as a texture.
danakj@chromium.org
2013-06-18
1
-60
/
+117
*
CC: Call SwapBuffers instead of PostSubBuffer on full frame update.
backer@chromium.org
2013-06-12
1
-2
/
+0
*
cc: Don't flip render passes when rendering them.
danakj@chromium.org
2013-06-12
1
-54
/
+80
*
Unified OutputSurface::SwapBuffers.
aelias@chromium.org
2013-06-11
1
-18
/
+15
*
Use a direct include of strings headers in cc/.
avi@chromium.org
2013-06-10
1
-1
/
+1
*
Adding YUVA support for enabling Alpha Playback
vigneshv@chromium.org
2013-06-07
1
-21
/
+74
*
Implement transform/clip support for Android WebView.
aelias@chromium.org
2013-06-06
1
-34
/
+28
*
Revert 204508 "Adding YUVA support for enabling Alpha Playback"
dalecurtis@google.com
2013-06-06
1
-74
/
+21
*
Adding YUVA support for enabling Alpha Playback
vigneshv@chromium.org
2013-06-06
1
-21
/
+74
*
Update cc/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-1
/
+1
*
Update refernces to Blink's Platform API (cc)
abarth@chromium.org
2013-05-29
1
-1
/
+1
*
cc: Add compositor name for easier GPU debugging.
epenner@chromium.org
2013-05-29
1
-1
/
+1
*
Move cc/debug/latency_info to ui/base.
jbauman@chromium.org
2013-05-29
1
-1
/
+1
*
cc: Remove legacy accelerated painting path
enne@chromium.org
2013-05-29
1
-7
/
+0
*
Part 1/3 (compositor) of adding with device scale factor to transport surfaces
ccameron@chromium.org
2013-05-24
1
-1
/
+2
*
cc: Add CopyAsBitmapRequest class to hold the readback callback.
danakj@chromium.org
2013-05-24
1
-23
/
+21
*
cc: Changes to use GL API for GpuMemoryBuffers
kaanb@chromium.org
2013-05-23
1
-0
/
+4
*
Add flag for drawing layers to screen with Ganesh
enne@chromium.org
2013-05-21
1
-21
/
+133
*
Do not use antialiasing code path for surfaces if there is a perspective w<0 ...
shawnsingh@chromium.org
2013-05-20
1
-5
/
+4
*
Re-land: cc: Cleanup vertex shaders used for anti-aliasing.
reveman@chromium.org
2013-05-09
1
-23
/
+20
*
cc: Fix readback from non-root layers.
danakj@chromium.org
2013-05-08
1
-8
/
+23
*
cc: Use SkPMColor consistently on readback.
aelias@chromium.org
2013-05-08
1
-5
/
+5
*
Revert "cc: Cleanup vertex shaders used for anti-aliasing."
sky@chromium.org
2013-05-08
1
-20
/
+23
*
cc: Cleanup vertex shaders used for anti-aliasing.
reveman@chromium.org
2013-05-08
1
-23
/
+20
*
cc: Cache highp_threshold in TexCoordPrecisionRequired
brianderson@chromium.org
2013-05-07
1
-8
/
+11
*
cc: Add force anti-aliasing off option to SolidColorDrawQuad
wonsik@chromium.org
2013-05-02
1
-2
/
+3
*
cc: Reduce special casing of transparent tiles.
reveman@chromium.org
2013-05-01
1
-4
/
+9
*
cc: Make async readback path use async glReadPixels.
danakj@chromium.org
2013-05-01
1
-34
/
+177
*
Remove bool return for Renderer SwapBuffers
jbauman@chromium.org
2013-04-30
1
-3
/
+1
*
Improved measurement of rasterize time and pixels rasterized.
ernstm@chromium.org
2013-04-26
1
-1
/
+2
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-0
/
+13
*
Revert 196713 "cc: Async readback."
danakj@chromium.org
2013-04-26
1
-13
/
+0
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-0
/
+13
*
Revert 196592 "cc: Async readback."
kinuko@chromium.org
2013-04-26
1
-13
/
+0
*
cc: Async readback.
danakj@chromium.org
2013-04-26
1
-0
/
+13
*
Re-land: cc: Fix anti-aliasing of axis-aligned quads.
reveman@chromium.org
2013-04-25
1
-12
/
+20
*
Revert 196423 "cc: Fix anti-aliasing of axis-aligned quads."
nick@chromium.org
2013-04-25
1
-20
/
+12
*
cc: Fix anti-aliasing of axis-aligned quads.
reveman@chromium.org
2013-04-25
1
-12
/
+20
*
cc: Support highp texture coordinates in tile shaders
brianderson@chromium.org
2013-04-24
1
-90
/
+132
*
cc: Fix gl_renderer lint
brianderson@chromium.org
2013-04-22
1
-1
/
+1
*
Add compositor support for the LatencyInfo.
jbauman@chromium.org
2013-04-22
1
-3
/
+3
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-17
1
-13
/
+0
*
Revert 194394 "Move swapcomplete callback into OutputSurface"
cpu@chromium.org
2013-04-16
1
-0
/
+13
*
Move swapcomplete callback into OutputSurface
jamesr@chromium.org
2013-04-16
1
-13
/
+0
*
Plumb cc::LatencyInfo through command buffer and output surface
jbauman@chromium.org
2013-04-12
1
-2
/
+3
*
cc: Move video upload to VideoResourceUpdater.
danakj@chromium.org
2013-04-10
1
-9
/
+9
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in cc/, Linux edition.
dcheng@chromium.org
2013-04-06
1
-1
/
+1
*
CC: HUD layer shouldn't cause damage when --show-surface-damage-rects
backer@chromium.org
2013-04-03
1
-1
/
+1
*
cc: Use highp precision for texture coords if available and needed
brianderson@chromium.org
2013-04-01
1
-130
/
+249
*
cc: Add remaining pixel tests for background blur.
danakj@chromium.org
2013-03-30
1
-8
/
+19
[next]