| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove GLSurfaceHandle and simplify view command buffers | piman | 2016-03-11 | 1 | -29/+0 |
* | Refactor ImageTransportSurface to get rid of ImageTransportHelper | penghuang | 2016-03-08 | 1 | -267/+1 |
* | Decouple browser-specific GPU IPC messages from GPU service IPCs | fsamuel | 2016-02-25 | 1 | -28/+19 |
* | Revert of Decouple browser-specific GPU IPC messages from GPU service IPCs (p... | shrike | 2016-02-25 | 1 | -19/+28 |
* | Decouple browser-specific GPU IPC messages from GPU service IPCs | fsamuel | 2016-02-24 | 1 | -28/+19 |
* | Use 16-bit surface for low-end devices | jinsukkim | 2016-01-20 | 1 | -6/+8 |
* | Convert Pass()→std::move() in //content | dcheng | 2015-12-26 | 1 | -4/+5 |
* | Switch to standard integer types in content/common/. | avi | 2015-12-25 | 1 | -0/+3 |
* | gpu: Initial implementation of CommitOverlayPlanes | watk | 2015-12-01 | 1 | -0/+15 |
* | Split up synchronous & asynchronous swap buffers APIs | spang | 2015-11-18 | 1 | -49/+68 |
* | GLES2CmdDecoder should resize GLSurface using GLSurface::Resize | jbauman | 2015-10-30 | 1 | -17/+0 |
* | Make channel preemption not require view contexts for hookup | piman | 2015-09-24 | 1 | -16/+3 |
* | Move WakeUpGpu logic to GpuChannelManager | piman | 2015-09-24 | 1 | -22/+18 |
* | Use more forward declarations in gpu code | martina.kollarova | 2015-06-25 | 1 | -0/+1 |
* | Mac: Add partial swap support to NSOpenGLContext path | ccameron | 2015-06-07 | 1 | -0/+2 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 1 | -11/+18 |
* | Revert of Adding status to swap complete (patchset #18 id:340001 of https://c... | vabr | 2015-05-29 | 1 | -18/+11 |
* | Adding status to swap buffers completion | achaulk | 2015-05-29 | 1 | -11/+18 |
* | Fix latency calculation when multiple rendered buffers are in flight. | alexst | 2015-05-14 | 1 | -9/+17 |
* | Change input latency result to depend on start of GPU swap | brianderson | 2015-03-03 | 1 | -5/+18 |
* | Change routing of UpdateVSyncParameters to the CommandBufferProxyImpl. | danakj | 2015-02-20 | 1 | -15/+3 |
* | Mechanical rename of tracing includes for /content [2/3] | primiano | 2015-01-28 | 1 | -1/+1 |
* | Reland "Add new latency_info for tracking browser composite time." | jdduke | 2015-01-07 | 1 | -0/+3 |
* | Allow Windows to use system Vsync if only one window is swapping | bajones | 2015-01-02 | 1 | -12/+0 |
* | Add support to delay sending SwapbufferAck as needed. | kalyan.kondapally | 2014-12-24 | 1 | -12/+19 |
* | Make callers of CommandLine use it via the base:: namespace. | avi | 2014-12-23 | 1 | -1/+2 |
* | Added ability to force a GLContext SwapInterval to zero. | bajones | 2014-12-11 | 1 | -2/+2 |
* | Remove GpuScheduler::DeferToFence. | jbauman | 2014-12-08 | 1 | -22/+0 |
* | Revert "Add new latency_info for tracking browser composite time." | jdduke | 2014-12-02 | 1 | -4/+0 |
* | Move SyncPointManager into gpu/command_buffer/service | abarth | 2014-11-18 | 1 | -1/+1 |
* | Revert of Allow Windows to use system Vsync for a single window each swap (pa... | bajones | 2014-11-12 | 1 | -0/+12 |
* | Allow Windows to use system Vsync for a single window each swap | bajones | 2014-11-06 | 1 | -12/+0 |
* | Remove GpuHostMsg_FrameDrawn and replace with client channel swap ack | sievers | 2014-10-09 | 1 | -4/+4 |
* | Clean up GPU back-pressure with remote CALayers | ccameron | 2014-10-09 | 1 | -0/+6 |
* | Android: Fix transport surface instantiation | Daniel Sievers | 2014-10-09 | 1 | -3/+8 |
* | Add new latency_info for tracking browser composite time. | orglofch | 2014-10-02 | 1 | -0/+4 |
* | Remove TextureImageTransportSurface | sievers | 2014-09-30 | 1 | -23/+3 |
* | Disable Vsync when Aero Glass is enabled. | nicolascapens@chromium.org | 2014-05-24 | 1 | -0/+12 |
* | Remove 'transport' paths from PassThroughImageTransportSurface | piman@chromium.org | 2014-04-25 | 1 | -86/+6 |
* | Remove gpu side LatencyInfo merging | miletus@chromium.org | 2014-01-16 | 1 | -11/+18 |
* | Revert 236150 "Disable Vsync when Aero Glass is enabled." | jbauman@chromium.org | 2013-11-23 | 1 | -12/+0 |
* | Disable Vsync when Aero Glass is enabled. | jbauman@chromium.org | 2013-11-20 | 1 | -0/+12 |
* | Moving the VSyncProvider interface to ui/gfx from ui/gl | dnicoara@chromium.org | 2013-11-14 | 1 | -1/+1 |
* | Warm up the GPU when the user touches the screen | skyostil@chromium.org | 2013-11-08 | 1 | -0/+12 |
* | gpu: IPC minor cleanup | piman@chromium.org | 2013-10-15 | 1 | -3/+3 |
* | Report LatencyInfo through trace buffer | miletus@chromium.org | 2013-10-11 | 1 | -2/+4 |
* | Update content/ to use WeakPtr<T>::get() instead of implicit "operator T*" | akalin@chromium.org | 2013-06-03 | 1 | -3/+3 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 1 | -1/+1 |
* | Move cc/debug/latency_info to ui/base. | jbauman@chromium.org | 2013-05-29 | 1 | -4/+4 |
* | Part 2/3 (GL) of adding with device scale factor to transport surfaces | ccameron@chromium.org | 2013-05-26 | 1 | -3/+4 |