summaryrefslogtreecommitdiffstats
path: root/content/renderer/gpu
Commit message (Expand)AuthorAgeFilesLines
* Don't call renderView methods in threaded modenduca@chromium.org2011-12-152-0/+11
* Add IPC to allow gpu process to send message for console back to renderergman@chromium.org2011-12-132-0/+10
* <video> decode in hardware! fischman@chromium.org2011-12-131-1/+1
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-123-70/+13
* Revert 113895 - <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* <video> decode in hardware!fischman@chromium.org2011-12-101-1/+1
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-083-13/+70
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-073-70/+13
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-063-13/+70
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-063-70/+13
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-062-0/+7
* Update includes to new header locationsabarth@chromium.org2011-12-031-2/+2
* Make command buffer free transfer buffer when switching tabsgman@chromium.org2011-12-011-2/+2
* Fix the components build on Linux.tony@chromium.org2011-11-301-1/+1
* Trusted proxy side checks on GetRingBuffer()nfullagar@google.com2011-11-301-3/+9
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Revert 111936 - Use callback_forward.h instead of callback.h where possible.jstritar@chromium.org2011-11-291-1/+1
* Use callback_forward.h instead of callback.h where possible.erikwright@chromium.org2011-11-291-1/+1
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-242-3/+3
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-232-0/+7
* Flip Y-axis in WebGL for Skia-Macepoger@chromium.org2011-11-231-1/+1
* Revert 111170 - Move GL headers from gpu to third_party/khronosabodenha@chromium.org2011-11-222-3/+3
* Move GL headers from gpu to third_party/khronosskyostil@google.com2011-11-222-3/+3
* Prepare Chromium for WebCompositor::initialize.nduca@chromium.org2011-11-192-1/+2
* Add OVERRIDE to content/.avi@chromium.org2011-11-174-29/+30
* base::Bind: Convert content/renderer.jhawkins@chromium.org2011-11-154-35/+27
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-152-4/+4
* fix gl includedpranke@chromium.org2011-11-151-1/+1
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-112-0/+15
* Add entry points for compressed textures.gman@chromium.org2011-11-112-0/+25
* Cleanup: Remove more unneeded forward declares in content.thestig@chromium.org2011-11-113-12/+4
* Landing http://codereview.chromium.org/8393063/ on behalf mmocny@. marcheu@ h...zelidrag@chromium.org2011-11-051-0/+2
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-3/+3
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-252-7/+8
* Move GPUInfo to content/public/common and put it into the content namespace.jam@chromium.org2011-10-203-7/+7
* Fixed bugs with Pepper 3D under dynamic GPU switching.kbr@chromium.org2011-10-192-0/+5
* Last straw for translated_shader_source extension.zmo@google.com2011-10-172-0/+25
* Make shared memory allocation possible for all child process types.michaeln@google.com2011-10-151-2/+3
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-146-0/+27
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-136-22/+104
* Move content_switches to content\public\common.jam@chromium.org2011-10-131-1/+1
* Allow FlushSyncs to short circuitjbauman@chromium.org2011-10-101-8/+7
* Rename RenderView to RenderViewImpl. Update Chrome's DEPS so that it can't in...jam@chromium.org2011-10-101-8/+8
* Register route with compositor thread whenever compositor is activated if thr...jamesr@chromium.org2011-10-081-0/+8
* Add command line switch for enabling threaded compositingjamesr@chromium.org2011-10-081-2/+1
* Yet more exports needed from content.dpranke@chromium.org2011-10-071-1/+3
* Convert a bunch of pepper implementation to use base::Callback.dmichael@chromium.org2011-10-076-42/+43
* Turning the threaded compositor into a runtime option. This CLvangelis@chromium.org2011-10-071-10/+1
* Rename RenderThread to RenderThreadImpljam@chromium.org2011-10-065-12/+10
* Input event filtering and compositor thread setup.darin@chromium.org2011-10-065-0/+624