index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cc
/
output
/
gl_renderer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass gfx::Rect and gfx::RectF by const ref.
prashant.n@samsung.com
2014-01-10
1
-9
/
+10
*
Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D
jamesr@chromium.org
2014-01-10
1
-3
/
+0
*
Use GLES2Interface in GLRenderer
jamesr@chromium.org
2013-12-11
1
-1
/
+1
*
cc: Remove dead function declaration
enne@chromium.org
2013-12-10
1
-2
/
+0
*
cc: Inline GLRenderer::Initialize into the constructor
danakj@chromium.org
2013-12-09
1
-1
/
+0
*
Rely on lost context callbacks intead of polling
jamesr@chromium.org
2013-12-08
1
-2
/
+2
*
Use GLES2Interface for shaders and programs
jamesr@chromium.org
2013-12-08
1
-1
/
+7
*
Remove direct-to-backbuffer Ganesh path
enne@chromium.org
2013-12-06
1
-7
/
+1
*
Expose GLES2Interface to cc
jamesr@chromium.org
2013-12-04
1
-0
/
+1
*
Fix for GL renderer's GL scissor state being shared with Ganesh.
skaslev@chromium.org
2013-11-28
1
-0
/
+1
*
Pass CompositorFrameMetadata as parameter into Renderer::SwapBuffers()
miletus@chromium.org
2013-11-27
1
-1
/
+1
*
The blink part of this implementation is uploaded at https://codereview.chrom...
rosca@adobe.com
2013-11-26
1
-2
/
+3
*
cc: Allow TEXTURE_RECTANGLE_ARB to be used for tile textures.
reveman@chromium.org
2013-11-23
1
-62
/
+46
*
Rename WebKit namespace to blink (part 5)
abarth@chromium.org
2013-11-07
1
-4
/
+4
*
Remove WGC3D::isContextLost references from cc
jamesr@chromium.org
2013-11-06
1
-59
/
+52
*
Do not give GPU memory to backgrounded compositors.
ccameron@chromium.org
2013-11-01
1
-3
/
+0
*
Expose Signal(Query|SyncPoint) via gpu::ContextSupport* instead of WGC3D
jamesr@chromium.org
2013-10-22
1
-0
/
+1
*
cc: Don't discard framebuffer when using partial swaps
piman@chromium.org
2013-09-20
1
-1
/
+4
*
cc: Reland r233830. "Adding support for RGBA_4444 tile textures". r223830 had...
kaanb@chromium.org
2013-09-19
1
-1
/
+1
*
Revert "Adding support for RGBA_4444 tile textures"
tomhudson@google.com
2013-09-18
1
-1
/
+1
*
Adding support for RGBA_4444 tile textures
kaanb@chromium.org
2013-09-18
1
-1
/
+1
*
Move context labelling logic out to ContextProviders
jamesr@chromium.org
2013-09-13
1
-2
/
+0
*
cc: Drop ContextProvider references on the impl thread before quitting
danakj@chromium.org
2013-09-10
1
-6
/
+12
*
cc: Remove most methods from RendererClient.
danakj@chromium.org
2013-09-09
1
-0
/
+2
*
cc: Fix precision loss causing AA quads
enne@chromium.org
2013-09-07
1
-11
/
+11
*
cc: Cleanup offscreen context plumbing.
danakj@chromium.org
2013-08-28
1
-1
/
+1
*
cc: Don't leak the texture returned in CopyOutputRequest ever.
danakj@chromium.org
2013-08-17
1
-12
/
+0
*
Add external stencil support for Android WebView.
aelias@chromium.org
2013-07-30
1
-2
/
+6
*
Revert "Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO...""
hubbe@chromium.org
2013-07-23
1
-0
/
+1
*
Use the correct fragment-shader for non-premultiplied program.
alokp@chromium.org
2013-07-23
1
-1
/
+1
*
Blend TextureLayer background-color at draw time.
alokp@chromium.org
2013-07-12
1
-0
/
+16
*
Revert 210138 "Perform glReadPixels with PBOs in the gpu, if PBO..."
nick@chromium.org
2013-07-12
1
-1
/
+0
*
Cleanup unused WebExternalTextureLayer APIs and resulting dead code.
piman@chromium.org
2013-07-11
1
-0
/
+1
*
cc: Forward declare WebGraphicsContext3D when possible.
tfarina@chromium.org
2013-07-05
1
-3
/
+1
*
Perform glReadPixels with PBOs in the gpu, if PBOs are available.
hubbe@chromium.org
2013-07-04
1
-0
/
+1
*
cc: Remove unused WebKit includes.
tfarina@chromium.org
2013-07-03
1
-2
/
+4
*
Removed GLRenderer::DrawTextureQuad which has been unused for a while.
skaslev@chromium.org
2013-07-03
1
-1
/
+0
*
Revert 209873 "Perform glReadPixels with PBOs in the gpu, if PBO..."
dslomov@chromium.org
2013-07-03
1
-1
/
+0
*
Perform glReadPixels with PBOs in the gpu, if PBOs are available.
hubbe@chromium.org
2013-07-03
1
-0
/
+1
*
Revert 209625 "Perform glReadPixels with PBOs in the gpu, if PBO..."
dslomov@chromium.org
2013-07-02
1
-1
/
+0
*
Perform glReadPixels with PBOs in the gpu, if PBOs are available.
hubbe@chromium.org
2013-07-02
1
-0
/
+1
*
Optimized antialiasing fragment shaders by computing quad edge distance per v...
skaslev@chromium.org
2013-07-01
1
-7
/
+8
*
cc: Pipe visibility and memory allocation to DelegatingRenderer
piman@chromium.org
2013-06-29
1
-13
/
+3
*
gpu: Add more context labelling.
epenner@chromium.org
2013-06-29
1
-0
/
+2
*
Premultiply alpha in shader for non-premultiplied textures.
alokp@chromium.org
2013-06-29
1
-0
/
+8
*
cc: PostTask the deleteTexture call to the impl thread.
danakj@chromium.org
2013-06-28
1
-3
/
+10
*
Call EnsureBackbuffer before Reshape.
aelias@chromium.org
2013-06-28
1
-2
/
+3
*
Delete VertexShaderPosTexTransformFlip.
alokp@chromium.org
2013-06-28
1
-6
/
+0
*
cc: Add ability to request copy of compositor output as a texture.
danakj@chromium.org
2013-06-18
1
-7
/
+13
*
cc: Don't flip render passes when rendering them.
danakj@chromium.org
2013-06-12
1
-10
/
+9
[next]