summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
Commit message (Expand)AuthorAgeFilesLines
* Drop the backbuffer on hidden tabs on GLX image transport.backer@chromium.org2011-11-171-0/+12
* Revert 110355 - Use shared D3D9 texture to transport the compositor's backing...cpu@chromium.org2011-11-1712-387/+153
* Use shared D3D9 texture to transport the compositor's backing buffer to the b...apatrick@chromium.org2011-11-1612-153/+387
* share all the needed linux code with OpenBSD in chrome and contentrobert.nagy@gmail.com2011-11-111-1/+1
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-111-7/+1
* Avoid blocking round-trips for resizing GLX image transport surfacepiman@chromium.org2011-11-091-16/+19
* Avoid processing two GetStateFast messages back to back.jbauman@chromium.org2011-11-032-4/+25
* Convert some non-debug logging on content/common to debug logging.brettw@chromium.org2011-10-298-39/+39
* Revert 107815 - Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-288-39/+39
* Convert the non-debug logging in chrome/common to debug logging.brettw@chromium.org2011-10-288-39/+39
* Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...apatrick@chromium.org2011-10-261-4/+4
* Move common_param_traits and webkit_param_traits to content/public/common.jam@chromium.org2011-10-211-1/+1
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-205-172/+8
* Fixed existing launch cause for video decode accelerator initialization,kbr@chromium.org2011-10-191-1/+4
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-191-0/+1
* Move content_client.h into content/public.joi@chromium.org2011-10-181-1/+1
* Check for extensions in order to fail early.backer@chromium.org2011-10-172-23/+68
* Revert 105607 - Revert 105602 - Ensure GLES2CmdDecoder is not destroyed if it...apatrick@chromium.org2011-10-151-0/+6
* Revert 105602 - Ensure GLES2CmdDecoder is not destroyed if it has not been in...jar@chromium.org2011-10-141-6/+0
* Ensure GLES2CmdDecoder is not destroyed if it has not been initialized.apatrick@chromium.org2011-10-141-0/+6
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-144-0/+20
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-135-2/+102
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Enable accelerated WebKit compositor for Aura.backer@chromium.org2011-10-132-12/+16
* Mac ImageTransportSurface does not assume that the default FBO is bound when ...apatrick@chromium.org2011-10-121-5/+33
* Make class anonymous and don't assume default FBO is active on Resize.backer@chromium.org2011-10-121-7/+70
* get rid of clearing/sync issues with osmesadanakj@chromium.org2011-10-111-17/+5
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-105-103/+67
* Remove redundant file.backer@chromium.org2011-10-071-106/+0
* Remove unnecessary OSX specific IPCbacker@chromium.org2011-10-065-47/+0
* ovda: fix the issue in calling destroy() after reset() ashokm@nvidia.com2011-09-301-2/+3
* Fix --disable-gpu-vsyncjbauman@chromium.org2011-09-302-0/+18
* Here are more exports needed for content_unittests to link in the component b...dpranke@chromium.org2011-09-302-3/+4
* Convert all of media/ over to the new base::{Bind,Callback} hotness.fischman@chromium.org2011-09-293-18/+11
* ImageTransportSurface for OS Xbacker@chromium.org2011-09-2911-347/+785
* Fix broken RAF on Mac due to early Echo reply message.jbates@chromium.org2011-09-271-2/+8
* Lose all contexts in context lost in OnMessageReceived.jbauman@chromium.org2011-09-231-0/+2
* Implements OSMesaImageTransportSurface in the GPU for sending GLSurface from ...wjmaclean@google.com2011-09-235-41/+220
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-224-10/+10
* 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-206-120/+262
* Wait properly for renderer crashesphajdan.jr@chromium.org2011-09-193-8/+8
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-166-260/+118
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-166-118/+260
* Add myself to OWNERS.backer@chromium.org2011-09-151-0/+1
* Can't detect if decoder is being destructed.backer@chromium.org2011-09-141-5/+0
* Annotate all of the functions in content that need to be exported, in prepara...dpranke@chromium.org2011-09-131-1/+2
* ImageTransportSurface: Get rid of multiple inheritance.backer@chromium.org2011-09-086-129/+263
* Remove support for switching draw surfaces on a context.This was originally i...apatrick@chromium.org2011-09-026-154/+0
* Replace the use of an int32* with an explicit profile for decoder configuration.fischman@chromium.org2011-09-019-89/+47