summaryrefslogtreecommitdiffstats
path: root/content/common/gpu
Commit message (Expand)AuthorAgeFilesLines
* Detect and expose loss of OpenGL context using GL_ARB_robustness.kbr@chromium.org2011-07-132-2/+7
* Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...fischman@chromium.org2011-07-136-591/+486
* Remove GpuVideoServiceHost and move ownership of GVDAHosts to CommandBufferPr...vrk@google.com2011-07-123-7/+5
* Delete offending semi-colon from gpu_messages.hvrk@google.com2011-07-071-1/+1
* Delete GpuVideoService and move GpuVideoDecodeAccelerator ownership to stubsvrk@google.com2011-07-079-330/+87
* Destroy egl image handles in the end of playback.vhiremath@nvidia.com2011-07-072-9/+14
* ovda_unittest: sets wrap_s&t parameters to texturesashokm@nvidia.com2011-07-071-0/+3
* Tear-down-related improvements to OVDA & OVDATest: fischman@chromium.org2011-07-074-91/+179
* Update OVDA to handle error condition.vjain@nvidia.com2011-07-052-36/+48
* Update OVDA to handle PortSettingsChangedvjain@nvidia.com2011-07-012-12/+10
* Implement proper synchronization between HW video decode IPC and CommandBuffer.fischman@chromium.org2011-06-2912-129/+286
* Cleanup: Remove unneeded includes from GpuChannelManager.thestig@chromium.org2011-06-272-23/+10
* GPU compositing surface handle is no longer sent to renderer process.apatrick@chromium.org2011-06-271-2/+1
* Reland "EGLImage transport for TOUCH_UI".backer@chromium.org2011-06-257-18/+203
* Revert 90511 - Use pixmaps and EGLImages to transport image data between GPU ...backer@chromium.org2011-06-257-203/+18
* Use pixmaps and EGLImages to transport image data between GPU process and bro...backer@chromium.org2011-06-257-18/+203
* Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...tfarina@chromium.org2011-06-251-1/+0
* Revert 90464 - Move app/win/* files to base/win/, ui/base/win and chrome/comm...tfarina@chromium.org2011-06-251-1/+1
* Move app/win/* files to base/win/, ui/base/win and chrome/common/ directories.tfarina@chromium.org2011-06-251-1/+1
* Coverity: Fix pass by value errors.kmadhusu@chromium.org2011-06-232-6/+6
* Fix latch deadlock when there is a gpu::error on a context. This works by los...jbates@chromium.org2011-06-233-0/+23
* Fixing Coverity bugs (DEAD_CODE and PASS_BY_VALUE)dpapad@chromium.org2011-06-222-2/+2
* Fix SetParent for Pepperpiman@chromium.org2011-06-222-10/+30
* Coverity: Handle negative returns.jhawkins@chromium.org2011-06-211-0/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-06-211-1/+2
* Fix crashes when loading gles2.cc on browser startup, and during playback.fischman@chromium.org2011-06-215-32/+26
* Fixed null dereference that was crashing the GPU process on Mac.jbates@chromium.org2011-06-211-3/+6
* RendererGLContext supports reparenting a GL context.apatrick@chromium.org2011-06-205-31/+42
* Clamping down media DEPS rules.scherkus@chromium.org2011-06-172-2/+3
* Fix missing GetConfigs in GpuVideoDecodeAccelerator.vhiremath@nvidia.com2011-06-171-2/+3
* Automatically put all GL contexts associated with a particular GPU channel (a...apatrick@chromium.org2011-06-163-1/+11
* Move media-specific content/common/gpu files into content/common/gpu/media.fischman@chromium.org2011-06-1611-23/+26
* Move ProvidePictureBuffers out of initialization and into the decode path.fischman@chromium.org2011-06-153-123/+215
* Update OVDA to handle GetConfigs()/Flush()/Abort()vhiremath@nvidia.com2011-06-153-20/+58
* Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 2)thestig@chromium.org2011-06-151-2/+2
* Remove unwanted warning from GPU Video decoder.vjain@nvidia.com2011-06-131-3/+0
* Previously, the DisplayLink would never start until a software draw was done ...jbates@chromium.org2011-06-133-7/+31
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-108-39/+122
* Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPIdavemoore@chromium.org2011-06-108-121/+39
* Implement AssignGLESBuffers for VideoDecode PPAPIvrk@google.com2011-06-108-39/+121
* OmxVideoDecodeAcceleratorTest improvements:fischman@chromium.org2011-06-102-166/+326
* Make EstablishGpuChannel synchronous. Remove obsolete Synchronize msg.sievers@chromium.org2011-06-083-30/+5
* Send message to renderer on command buffer errorjbauman@chromium.org2011-06-073-0/+14
* Random cleanup & improvements to OmxVideoDecodeAccelerator:fischman@chromium.org2011-06-063-150/+124
* Remove visual artifacts from OmxVideoDecodeAcceleratorTest. Test PASSES!fischman@chromium.org2011-06-062-25/+76
* OmxVideoDecodeAcceleratorTest is born!fischman@chromium.org2011-06-036-82/+679
* Removing defunct GpuVideoDecoder and IpcVideoDecoder.scherkus@chromium.org2011-06-039-1370/+1
* Removing defunct Media Foundation based video decode engines and devices.scherkus@chromium.org2011-06-032-94/+0
* Respect pixel aspect ratio of video if it contains one.scherkus@chromium.org2011-06-031-0/+4
* Set the unblock flag to false for all gpu->renderer IPCsjamesr@chromium.org2011-06-011-0/+3