summaryrefslogtreecommitdiffstats
path: root/content/gpu
Commit message (Expand)AuthorAgeFilesLines
* Fix gpu acceleration with --in-process-gpu and --single-process modes.sievers@google.com2011-05-271-1/+5
* [Re-instate r86681 by reverting its revert in r86687.]fischman@chromium.org2011-05-265-1169/+0
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to the...fischman@chromium.org2011-05-255-0/+1169
* Updated OMX decoder for recent PPAPI changes, and added to the build.fischman@chromium.org2011-05-255-1169/+0
* Virtual destructors should have virtual keyword.hans@chromium.org2011-05-252-2/+2
* GLContext no longer holds a pointer to a GLSurface.apatrick@chromium.org2011-05-231-12/+19
* Updated video decoder IPC to use PPB_Buffer_Dev's new support for SharedMemory. fischman@chromium.org2011-05-232-11/+20
* Fix the EOS hang and jerkiness in playback.vhiremath@nvidia.com2011-05-231-3/+5
* Move scoped_temp_dir and scoped_native_library back from base/memory to base.thakis@chromium.org2011-05-191-3/+3
* Populating the Gles2TextureToEglImageTranslator class.vhiremath@nvidia.com2011-05-132-0/+114
* Implement VideoDecoder IPC hooks from plugin to GPU processvrk@google.com2011-05-132-294/+0
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-122-22/+21
* Revert "Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Crea...antonm@chromium.org2011-05-122-21/+22
* Reland 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-122-22/+21
* Revert 85013 - Split GLContext::Create*GLContext into GLSurface::Create*GLSur...apatrick@chromium.org2011-05-112-22/+13
* Split GLContext::Create*GLContext into GLSurface::Create*GLSurface plus a sur...apatrick@chromium.org2011-05-112-13/+22
* New change for OmxVideoDecodeAccelerator class.vhiremath@nvidia.com2011-05-062-0/+1043
* Add third_party/openmax to content/gpu/DEPS.fischman@google.com2011-05-061-0/+1
* Added about:gpucleanamarinichev@chromium.org2011-05-042-0/+8
* Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...jam@chromium.org2011-05-021-1/+1
* Move more GPU related files from content/common to content/common/gpu.apatrick@chromium.org2011-04-223-3/+3
* Fix diagnostics and log messages in about:gpu.nduca@chromium.org2011-04-221-0/+2
* Add support for base::Closure in the MessageLoop, and reimplement the whole s...ajwong@chromium.org2011-04-202-9/+6
* Collect GPU info on Mac through IO registry for dual GPU systems.zmo@google.com2011-04-201-1/+79
* Enforce no more includes through DEPS. I also added DEPS checking for gpu/pl...jam@chromium.org2011-04-181-0/+1
* Remove the last Chrome dependencies from renderer, and enforce no more includ...jam@chromium.org2011-04-181-1/+1
* Inverted dependency between code in content/common/gpu and the GpuWatchdogThr...apatrick@chromium.org2011-04-151-1/+5
* Draft version of the HW video decode tester and few other changes.scherkus@chromium.org2011-04-143-0/+1191
* Move a bunch of Chrome specific code out of RenderThread, in preparation of m...jam@chromium.org2011-04-141-2/+2
* Split EGLContext in GLContextEGL and GLSurfaceEGL.apatrick@chromium.org2011-04-141-2/+2
* Moved TextureTransport into content/common/gpu.apatrick@chromium.org2011-04-133-205/+0
* Fix a path to gpu_info_unittest_win.cc, which was not moved into content/comm...rsleevi@chromium.org2011-04-081-1/+1
* Fix buildapatrick@chromium.org2011-04-081-1/+1
* Moved code that runs in both the browser and GPU process from content/gpu to ...apatrick@chromium.org2011-04-0828-2836/+15
* Collect driver vendor in linux through glXGetClientString.zmo@google.com2011-04-081-1/+34
* Define TransportTexture for 'sharing' texture between gpu and rendererhclam@chromium.org2011-04-064-2/+248
* Use system constants instead of NULL for unset PID.jeffbailey@chromium.org2011-04-011-3/+2
* Setting last active URL in GPU process for crash reporting. For now this is j...jbates@chromium.org2011-03-291-0/+3
* Refactor: Move app/gfx/gl ==> ui/gfx/glbacker@chromium.org2011-03-288-17/+17
* Initialize a few uninitialized members in GPU classes.finnur@chromium.org2011-03-281-0/+1
* Move some files from base to base/memory.levin@chromium.org2011-03-2813-19/+19
* Removed --no-gpu-sandbox.apatrick@chromium.org2011-03-251-1/+1
* GPU process: Add a SEH handler to the compositor window proc.rvargas@google.com2011-03-241-1/+5
* Check the GPU watchdog after processing every 3D command.jbauman@chromium.org2011-03-239-14/+40
* Collect ATI driver version through scanning /etc/ati.zmo@google.com2011-03-221-2/+36
* This is a thread that runs in the browser process that can issue GL calls wit...apatrick@chromium.org2011-03-218-205/+365
* Added OWNERS for content/gpu.apatrick@chromium.org2011-03-211-0/+2
* Do not put off destroying of the IOSurface in the GPU process.amarinichev@chromium.org2011-03-196-32/+25
* Add separate ContentClient interfaces for gpu/plugin/renderer processes. Sin...jam@chromium.org2011-03-172-2/+26
* Change LOG to VLOG to avoid a lot of messages in the bots output.zmo@google.com2011-03-171-4/+4