summaryrefslogtreecommitdiffstats
path: root/cc/output/gl_renderer.h
Commit message (Expand)AuthorAgeFilesLines
* Pass gfx::Rect and gfx::RectF by const ref.prashant.n@samsung.com2014-01-101-9/+10
* Decouple cc::FakeWebGraphicsContext3D from blink::WGC3Djamesr@chromium.org2014-01-101-3/+0
* Use GLES2Interface in GLRendererjamesr@chromium.org2013-12-111-1/+1
* cc: Remove dead function declarationenne@chromium.org2013-12-101-2/+0
* cc: Inline GLRenderer::Initialize into the constructordanakj@chromium.org2013-12-091-1/+0
* Rely on lost context callbacks intead of pollingjamesr@chromium.org2013-12-081-2/+2
* Use GLES2Interface for shaders and programsjamesr@chromium.org2013-12-081-1/+7
* Remove direct-to-backbuffer Ganesh pathenne@chromium.org2013-12-061-7/+1
* Expose GLES2Interface to ccjamesr@chromium.org2013-12-041-0/+1
* Fix for GL renderer's GL scissor state being shared with Ganesh.skaslev@chromium.org2013-11-281-0/+1
* Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()miletus@chromium.org2013-11-271-1/+1
* The blink part of this implementation is uploaded at https://codereview.chrom...rosca@adobe.com2013-11-261-2/+3
* cc: Allow TEXTURE_RECTANGLE_ARB to be used for tile textures.reveman@chromium.org2013-11-231-62/+46
* Rename WebKit namespace to blink (part 5)abarth@chromium.org2013-11-071-4/+4
* Remove WGC3D::isContextLost references from ccjamesr@chromium.org2013-11-061-59/+52
* Do not give GPU memory to backgrounded compositors.ccameron@chromium.org2013-11-011-3/+0
* Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3Djamesr@chromium.org2013-10-221-0/+1
* cc: Don't discard framebuffer when using partial swapspiman@chromium.org2013-09-201-1/+4
* cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...kaanb@chromium.org2013-09-191-1/+1
* Revert "Adding support for RGBA_4444 tile textures"tomhudson@google.com2013-09-181-1/+1
* Adding support for RGBA_4444 tile textureskaanb@chromium.org2013-09-181-1/+1
* Move context labelling logic out to ContextProvidersjamesr@chromium.org2013-09-131-2/+0
* cc: Drop ContextProvider references on the impl thread before quittingdanakj@chromium.org2013-09-101-6/+12
* cc: Remove most methods from RendererClient.danakj@chromium.org2013-09-091-0/+2
* cc: Fix precision loss causing AA quadsenne@chromium.org2013-09-071-11/+11
* cc: Cleanup offscreen context plumbing.danakj@chromium.org2013-08-281-1/+1
* cc: Don't leak the texture returned in CopyOutputRequest ever.danakj@chromium.org2013-08-171-12/+0
* Add external stencil support for Android WebView.aelias@chromium.org2013-07-301-2/+6
* Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""hubbe@chromium.org2013-07-231-0/+1
* Use the correct fragment-shader for non-premultiplied program.alokp@chromium.org2013-07-231-1/+1
* Blend TextureLayer background-color at draw time.alokp@chromium.org2013-07-121-0/+16
* Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."nick@chromium.org2013-07-121-1/+0
* Cleanup unused WebExternalTextureLayer APIs and resulting dead code.piman@chromium.org2013-07-111-0/+1
* cc: Forward declare WebGraphicsContext3D when possible.tfarina@chromium.org2013-07-051-3/+1
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-041-0/+1
* cc: Remove unused WebKit includes.tfarina@chromium.org2013-07-031-2/+4
* Removed GLRenderer::DrawTextureQuad which has been unused for a while.skaslev@chromium.org2013-07-031-1/+0
* Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-031-1/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-031-0/+1
* Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."dslomov@chromium.org2013-07-021-1/+0
* Perform glReadPixels with PBOs in the gpu, if PBOs are available.hubbe@chromium.org2013-07-021-0/+1
* Optimized antialiasing fragment shaders by computing quad edge distance per v...skaslev@chromium.org2013-07-011-7/+8
* cc: Pipe visibility and memory allocation to DelegatingRendererpiman@chromium.org2013-06-291-13/+3
* gpu: Add more context labelling.epenner@chromium.org2013-06-291-0/+2
* Premultiply alpha in shader for non-premultiplied textures.alokp@chromium.org2013-06-291-0/+8
* cc: PostTask the deleteTexture call to the impl thread.danakj@chromium.org2013-06-281-3/+10
* Call EnsureBackbuffer before Reshape.aelias@chromium.org2013-06-281-2/+3
* Delete VertexShaderPosTexTransformFlip.alokp@chromium.org2013-06-281-6/+0
* cc: Add ability to request copy of compositor output as a texture.danakj@chromium.org2013-06-181-7/+13
* cc: Don't flip render passes when rendering them.danakj@chromium.org2013-06-121-10/+9