summaryrefslogtreecommitdiffstats
path: root/webkit/gpu
Commit message (Expand)AuthorAgeFilesLines
* Revert "Revert 119430 - Make transferbuffer increase in size dynamically"gman@chromium.org2012-01-271-27/+16
* Revert 119430 - Make transferbuffer increase in size dynamicallykinuko@chromium.org2012-01-271-16/+27
* Make transferbuffer increase in size dynamicallygman@chromium.org2012-01-271-27/+16
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-2/+1
* Stronger synchronization for resize on osmesa.backer@chromium.org2012-01-251-1/+2
* Code cleanup.backer@chromium.org2012-01-191-15/+0
* Revert r118525 / Re-land r118240 - the build failure was a flake.dpranke@chromium.org2012-01-191-3/+4
* Revert r118240 - gles_2_c_lib as a component.dpranke@chromium.org2012-01-191-4/+3
* This change makes gles2_c_lib work as a component. It introduces a gles2_c_li...dpranke@chromium.org2012-01-191-3/+4
* Removing old setVisibility method which was removed during a refactor a while...mmocny@chromium.org2012-01-182-8/+2
* Free the command buffer when tabs are switchedgman@chromium.org2011-12-151-1/+1
* Revert "Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuff...gman@chromium.org2011-12-121-1/+9
* Revert 113479 - Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"rsimha@google.com2011-12-081-9/+1
* Revert "Revert 113250 - Add CommandBuffer::SetGetBuffer"gman@chromium.org2011-12-071-1/+9
* Revert 113250 - Add CommandBuffer::SetGetBufferdglazkov@chromium.org2011-12-061-1/+1
* Add CommandBuffer::SetGetBuffergman@chromium.org2011-12-061-1/+1
* Adds support for the GL_ANGLE_texture_usage and GL_EXT_texture_storagevangelis@chromium.org2011-12-064-0/+14
* Update these includes to use the new header locationsabarth@chromium.org2011-12-033-5/+5
* Enable GL_CHROMIUM_post_sub_buffer for osmesabacker@chromium.org2011-12-021-1/+4
* Added minimal support to command buffer for GL_ARB_texture_rectanglekbr@chromium.org2011-11-234-0/+16
* Flip Y-axis in WebGL for Skia-Macepoger@chromium.org2011-11-231-1/+1
* Allow GLSurface to indicate that it supports a specific extension.backer@chromium.org2011-11-221-1/+1
* base::Bind() conversion for remaining GPU files.dcheng@chromium.org2011-11-221-19/+22
* Added apatrick and gman as co-owners of src/webkit/gpu/ .kbr@chromium.org2011-11-211-0/+2
* Allow linker initialization of lazy instancejoth@chromium.org2011-11-151-6/+6
* webkit: Remove 3 exit time destructor and turn on -Wexit-time-destructors.thakis@chromium.org2011-11-112-1/+3
* Plumb through EGL_NV_post_sub_buffer and GLX_MESA_copy_sub_buffer.backer@chromium.org2011-11-114-0/+13
* Add entry points for compressed textures.gman@chromium.org2011-11-114-0/+52
* Removed old code related to unimplemented GL_CHROMIUM_copy_texture_to_parent_...apatrick@chromium.org2011-11-092-11/+0
* Expose gles2 bgra extensions when GL_EXT_bgra is supportedpiman@chromium.org2011-11-041-4/+13
* Make LazyInstance managed Locks leaky.thestig@chromium.org2011-11-011-6/+5
* Rename setVisibility to setVisibilityCHROMIUM and expose as GL_CHROIMIUM_set_...nduca@chromium.org2011-10-254-7/+12
* Only depend on translator_glslpiman@chromium.org2011-10-221-1/+0
* Adding new virtual method setVisibility(bool) to WebGraphicsContext3DInProces...mmocny@chromium.org2011-10-192-0/+6
* Last straw for translated_shader_source extension.zmo@google.com2011-10-172-0/+26
* Allow specification of the share group in WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-152-19/+26
* Adding gl command to change surface visibility, so that the gpu process can a...mmocny@chromium.org2011-10-142-0/+5
* Support dynamic switching between integrated and discrete GPUs on Mac OS X.kbr@chromium.org2011-10-132-12/+36
* Add a call to GLContext::ReleaseCurrent(). Without this we seem to be leaking...satish@chromium.org2011-10-111-0/+1
* Allow a window to be passed to WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-102-23/+51
* Properly support BGRA textures on desktop GLpiman@chromium.org2011-10-091-0/+11
* Release current context after initializing a WebGraphicsContext3DInProcessImplpiman@chromium.org2011-10-091-0/+1
* Add an additional feature to GLES2DecoderImpl that is used to force the conte...twiz@chromium.org2011-10-031-10/+5
* Add locks around the g_all_shared_contexts set and the GLES2Decoderjamesr@chromium.org2011-09-291-1/+14
* Add std prefix for find().zhenghao@google.com2011-09-221-1/+1
* Code cleanup: rename DisallowedExtensions to DisallowedFeature.zmo@google.com2011-09-221-1/+1
* Reland 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...apatrick@chromium.org2011-09-201-46/+59
* Revert 101545 - Moved code not relating to GPU scheduling out of GpuScheduler...rsimha@chromium.org2011-09-161-60/+53
* Moved code not relating to GPU scheduling out of GpuScheduler and into GpuCom...apatrick@chromium.org2011-09-161-53/+60
* Create a GrGLInterface per-GrContext in Chrome. We do this so that its per-GL...bsalomon@google.com2011-09-064-6/+8