summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.cc
Commit message (Expand)AuthorAgeFilesLines
* Revert 179910zelidrag@chromium.org2013-02-021-145/+105
* Revert 179911zelidrag@chromium.org2013-02-021-5/+0
* Merge 179080backer@chromium.org2013-01-311-0/+5
* Merge 179016backer@chromium.org2013-01-311-105/+145
* gpu: don't try to discard/recreate backbuffer while draws are deferred.piman@chromium.org2012-11-301-1/+15
* GPUChannel pools mailbox names.apatrick@chromium.org2012-11-091-0/+8
* IPC to generate mailbox names on the GPU process IO thread.apatrick@chromium.org2012-11-071-0/+69
* Clean up the interface between GpuMemoryManager and GpuCommandBufferStub.ccameron@chromium.org2012-11-061-8/+0
* Move a bunch of code in content\common (as well as a few left in renderer) to...jam@chromium.org2012-10-221-3/+6
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@google.com2012-10-181-0/+38
* Revert 162654 - gpu: Add support for GLX_EXT_texture_from_pixmap extension.fischman@chromium.org2012-10-181-38/+0
* gpu: Add support for GLX_EXT_texture_from_pixmap extension.reveman@chromium.org2012-10-181-0/+38
* Report texture upload time in renderingStats.reveman@chromium.org2012-09-061-0/+32
* Revert 147328 - Current status of patch:gman@chromium.org2012-07-191-7/+3
* Current status of patch:dmurph@chromium.org2012-07-181-3/+7
* [Android] Upstream all the IPC communications/handlings for stream textureqinmin@chromium.org2012-07-131-0/+32
* Improve GPU process URL crash reporting.jbates@chromium.org2012-07-131-5/+4
* Revert 145387 - Revert 144274 - Ensure only one PollWork task per GpuCommandB...jbauman@chromium.org2012-07-091-29/+0
* Revert 144274 - Ensure only one PollWork task per GpuCommandBufferStub is pen...jbauman@chromium.org2012-07-031-0/+29
* Ensure only one PollWork task per GpuCommandBufferStub is pending at a time.jbauman@chromium.org2012-06-261-29/+0
* Use IPC::Sender and IPC::Listener in content.brettw@chromium.org2012-06-251-1/+1
* Aura: Merge the message filters in GpuChannel.backer@chromium.org2012-06-181-32/+22
* Don't destroy channels when switching GPUsjbauman@chromium.org2012-06-091-52/+0
* Preempt renderers by browser UI in GpuScheduler.backer@chromium.org2012-06-061-1/+52
* Share MailboxManagers when sharing GLShareGroupspiman@chromium.org2012-06-061-1/+2
* GPU: Adding sync points for cross-channel synchronizationpiman@chromium.org2012-06-051-1/+107
* Add trace events to measure GPU process startup timing and time to first pres...apatrick@chromium.org2012-05-181-2/+8
* ui: Move gl/ directory out of gfx/, up to ui/.tfarina@chromium.org2012-05-121-2/+2
* Add more disable-workaround checksgman@chromium.org2012-05-081-2/+0
* Allow textures to be moved from one GL context group to another.apatrick@chromium.org2012-05-011-0/+4
* RefCounted types should not have public destructors, content/browser part 2rsleevi@chromium.org2012-04-281-62/+62
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-141-20/+0
* Revert 132218 - Convert plugin and GPU process to brokered handle duplication.eroman@chromium.org2012-04-131-0/+20
* Convert plugin and GPU process to brokered handle duplication.jschuh@chromium.org2012-04-131-20/+0
* Revert 128016 - Make sandbox explicitly block opening broker and sandboxed pr...jschuh@chromium.org2012-03-231-1/+4
* Revert 127855 - Revert 127835 - Make sure to add rescheduled message when we ...jbauman@chromium.org2012-03-221-1/+1
* Make sandbox explicitly block opening broker and sandboxed processesjschuh@chromium.org2012-03-211-4/+1
* Revert 127835 - Make sure to add rescheduled message when we have unprocessed...zmo@google.com2012-03-211-1/+1
* Make sure to add rescheduled message when we have unprocessed commands and th...jbauman@chromium.org2012-03-201-1/+1
* Only synthesize a reschedule message when descheduled.jbauman@chromium.org2012-03-171-1/+1
* Verify the child process with a secret hellojschuh@chromium.org2012-03-171-6/+3
* Delay echo messages on an unscheduled command buffer until the command buffer...jbauman@chromium.org2012-03-061-1/+8
* Deschedule command buffer while polling fencesjbauman@chromium.org2012-03-061-13/+32
* Make unscheduling per-command-bufferjbauman@chromium.org2012-03-061-19/+9
* Only add rescheduled message when there are commands to reschedule.jbauman@chromium.org2012-03-021-1/+1
* Make echo message per-command-bufferjbauman@chromium.org2012-03-021-12/+3
* Grant GPU process access to "\\\\.\\pipe\\chrome.gpu.*" on windows.apatrick@chromium.org2012-02-231-1/+1
* Coverity: Fix pass-by-values.jhawkins@chromium.org2012-02-211-1/+1
* PluginWindowHandle -> GLSurfaceHandle for GPU process rendering surfaces.piman@chromium.org2012-02-081-2/+2
* Adding GpuMemoryManager to track GpuCommandBufferStub visibility and last_use...mmocny@chromium.org2012-02-031-0/+8