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
/
ui
/
surface
/
accelerated_surface_win.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove Windows accelerated surface support.
jbauman@chromium.org
2014-01-27
1
-1106
/
+0
*
Don't termniate LatencyInfo in AcceleratedPresenter::DoPresentAndAcknowledge
miletus@chromium.org
2014-01-24
1
-5
/
+0
*
Remove gpu side LatencyInfo merging
miletus@chromium.org
2014-01-16
1
-11
/
+14
*
cc: Use HighResNow as timebase if it is fast and reliable
brianderson@chromium.org
2013-10-25
1
-4
/
+9
*
replace setIsOpaque (deprecated) with explicit SkAlphaType
reed@google.com
2013-10-24
1
-3
/
+2
*
Report LatencyInfo through trace buffer
miletus@chromium.org
2013-10-11
1
-1
/
+2
*
Histogram display refresh rate on windows
jamesr@chromium.org
2013-10-03
1
-0
/
+4
*
Revert "Revert 224496 "Move ui/base/latency_info* to ui/events""
ben@chromium.org
2013-09-23
1
-1
/
+1
*
Revert 224496 "Move ui/base/latency_info* to ui/events"
ben@chromium.org
2013-09-20
1
-1
/
+1
*
Move ui/base/latency_info* to ui/events
ben@chromium.org
2013-09-20
1
-1
/
+1
*
Move a bunch of windows stuff from ui/base/win to ui/gfx/win
ben@chromium.org
2013-09-12
1
-2
/
+2
*
Move ui/base/win/dpi.h to ui/gfx/dpi_win.h
ben@chromium.org
2013-09-10
1
-4
/
+4
*
Remove using the Shell desktop Window when we don't have an acceleated widget.
cpu@chromium.org
2013-08-30
1
-13
/
+0
*
Move ScopedClosureRunner to callback_helpers, add Reset.
avi@chromium.org
2013-08-30
1
-1
/
+1
*
Get dialogs to paint again in AURA windows.
ananta@chromium.org
2013-08-13
1
-1
/
+2
*
don't hack client area, fix last pixel rendering on aura
scottmg@chromium.org
2013-08-07
1
-2
/
+0
*
Fix a race condition which could allow an accelerated surface to be read from...
zturner@chromium.org
2013-07-17
1
-0
/
+11
*
Crash fix (divide by zero) for ComputeLetterboxRegion() and extra sanity checks.
miu@chromium.org
2013-07-17
1
-0
/
+2
*
Remove old GPU latency test.
jbauman@chromium.org
2013-07-01
1
-8
/
+0
*
Tear out ENABLED_HIDPI (use --high-dpi-support=1 instead)
girard@chromium.org
2013-06-17
1
-11
/
+10
*
Use a direct include of strings headers in ui/, part 2.
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Pass LatencyInfo struct through win AcceleratedSurface.
jbauman@chromium.org
2013-06-01
1
-4
/
+19
*
Use base::MessageLoop in more files.
xhwang@chromium.org
2013-05-30
1
-1
/
+1
*
Windows: Synchronize browser process D3D adapters with GPU process D3D adapters.
apatrick@chromium.org
2013-05-24
1
-4
/
+53
*
Change use of GetShellWindow() to GetDesktopWindow(), since GetShellWindow() ...
zturner@chromium.org
2013-05-08
1
-1
/
+2
*
accelerated_surface_transformer_win: Improve readback and scaling performance
nick@chromium.org
2013-05-07
1
-14
/
+8
*
ui: Use base::MessageLoop.
xhwang@chromium.org
2013-04-29
1
-1
/
+1
*
ui: Update the includes of message_loop_proxy.h to its new location.
tfarina@chromium.org
2013-04-07
1
-1
/
+1
*
Windows: AcceleratedPresenter takes present thread lock before reseting its D...
apatrick@chromium.org
2013-03-29
1
-1
/
+13
*
Add a |scope| argument to TRACE_EVENT_INSTANT* and require its presence.
simonjam@chromium.org
2013-03-26
1
-2
/
+4
*
Fix performance issue affecting ATI/AMD GPUs.
nick@chromium.org
2013-03-20
1
-59
/
+24
*
Windows: Remove spurious LOG(ERROR) in PresentThread::ResetDevice.
apatrick@chromium.org
2013-03-11
1
-2
/
+0
*
Implement CopyFromCompositingSurfaceToVideoFrame for mac.
justinlin@chromium.org
2013-03-02
1
-20
/
+2
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
1
-1
/
+1
*
Call AcceleratedSurfaceTransformer::ReleaseAll when resetting the device.
nick@chromium.org
2013-02-21
1
-0
/
+1
*
Windows: fix failure to recover from device lost in AcceleratedSurface.
apatrick@chromium.org
2013-02-16
1
-26
/
+86
*
Tab Capture: Backing store readbacks to YV12 VideoFrames.
nick@chromium.org
2013-02-11
1
-12
/
+170
*
Change PlatformBitmap memory ownership story. Fix CopyFromBackingStore thread...
nick@chromium.org
2013-02-02
1
-23
/
+23
*
Windows: Forcibly terminate GPU process if AcceleratedSurface cannot present.
apatrick@chromium.org
2013-01-31
1
-19
/
+54
*
Fix high-DPI on Windows to make use of DIP scaling in WebKit.
kevers@chromium.org
2013-01-31
1
-1
/
+14
*
Switch do GDI rendering when the screensaver is active.
vangelis@chromium.org
2013-01-31
1
-1
/
+24
*
Speculative fix for the white/stale tab issue on Windows.
vangelis@chromium.org
2013-01-25
1
-1
/
+21
*
Windows: Remove old diagnostics code from AcceleratedSurface.
apatrick@chromium.org
2013-01-23
1
-39
/
+4
*
Revert 174920
jamesr@chromium.org
2013-01-07
1
-37
/
+22
*
[ui/surface] Separate image processing logic from presentation logic.
nick@chromium.org
2013-01-04
1
-237
/
+43
*
Revert 175152
nick@chromium.org
2013-01-04
1
-43
/
+237
*
[ui/surface] Separate image processing logic from presentation logic.
nick@chromium.org
2013-01-04
1
-237
/
+43
*
Revert 174943 because it broke ui_unittests in win-vista, win7.
sadrul@chromium.org
2013-01-03
1
-43
/
+237
*
[ui/surface] Separate image processing logic from presentation logic.
nick@chromium.org
2013-01-03
1
-237
/
+43
*
Reland 174257 with fix for win_aura
apatrick@chromium.org
2013-01-03
1
-22
/
+37
[next]