summaryrefslogtreecommitdiffstats
path: root/content/common/gpu/gpu_channel.cc
Commit message (Expand)AuthorAgeFilesLines
...
* Update a few more function calls to use TimeDeltas instead of int ms.tedvessenes@gmail.com2012-01-301-2/+2
* gpu: reference target surfaces through a globally unique surface id.piman@chromium.org2012-01-181-4/+3
* Add the ability to share GL contexts across channels.piman@chromium.org2012-01-121-8/+9
* Revert 117324 - Convert use of int ms to TimeDelta in files owned by apatrick.lambroslambrou@google.com2012-01-121-2/+1
* Convert use of int ms to TimeDelta in files owned by apatrick.tedvessenes@gmail.com2012-01-111-1/+2
* When renderer process tries to establish a GPU channel, close any existing one.apatrick@chromium.org2012-01-051-7/+6
* Remove TransportTexture, it's unusedpiman@chromium.org2012-01-041-31/+1
* Fix a crash in the GPU process which occurs while handling a message. For the...ananta@chromium.org2011-12-201-10/+13
* Don't tell browser to swap until swap actually executed.backer@chromium.org2011-12-161-13/+6
* Add more CHECK in GPU and NPAPI process on invalid file descriptorsxhwang@chromium.org2011-12-091-1/+4
* Ensure that GpuScheduler invokes fence tasks even if client is not flushing.apatrick@chromium.org2011-12-081-5/+19
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-221-8/+0
* Revert 111040 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-211-0/+8
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-211-8/+0
* Revert 110626 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-181-0/+8
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-181-8/+0
* base::Bind() conversion for content/common/gpu and content/gpudcheng@chromium.org2011-11-171-5/+4
* Revert 110548 - Reland 110355 - Use shared D3D9 texture to transport the comp...apatrick@chromium.org2011-11-171-0/+8
* Reland 110355 - Use shared D3D9 texture to transport the compositor's backing...apatrick@chromium.org2011-11-171-8/+0
* Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...cpu@chromium.org2011-11-171-0/+8
* Use shared D3D9 texture to transport the compositor's backing buffer to the b...apatrick@chromium.org2011-11-161-8/+0
* Avoid processing two GetStateFast messages back to back.jbauman@chromium.org2011-11-031-4/+24
* Convert some non-debug logging on content/common to debug logging.brettw@chromium.org2011-10-291-5/+5
* Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-5/+5
* Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-281-5/+5
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-131-0/+55
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-46/+48
* Remove unnecessary OSX specific IPCbacker@chromium.org2011-10-061-15/+0
* ImageTransportSurface for OS Xbacker@chromium.org2011-09-291-8/+0
* Fix broken RAF on Mac due to early Echo reply message.jbates@chromium.org2011-09-271-2/+8
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-4/+4
* Turn on glsl built-in function emulation in ANGLE shader translator.zmo@google.com2011-09-201-0/+2
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-1/+1
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-191-5/+5
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-1/+1
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-1/+1
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-021-45/+0
* Added GPU process "echo" IPC message.apatrick@chromium.org2011-08-301-0/+6
* Support multiple HW video decoders per context.fischman@chromium.org2011-08-171-0/+8
* Implemented support for GL context share groups in the renderer process.I put...apatrick@chromium.org2011-08-031-3/+16
* Removed vestigial GL_latch_CHROMIUM code.apatrick@chromium.org2011-07-271-22/+0
* Fix mac deadlock bug related to closing accelerated tabs. GpuChannel was dele...jbates@chromium.org2011-07-261-0/+6
* Create new GLSurface for cross process image transport.backer@chromium.org2011-07-221-21/+1
* Reland 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-211-27/+102
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-5/+8
* Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...leandrogracia@chromium.org2011-07-211-8/+5
* Allow creating a gpu channel that uses software renderingjbauman@chromium.org2011-07-211-5/+8
* Revert 93066 - Execute all GL commands up to the put offset reported by a eac...apatrick@chromium.org2011-07-201-102/+27