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
/
ui
/
gfx
/
compositor
/
compositor_gl.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Enable vsync on CompositorCC.
backer@chromium.org
2011-11-29
1
-2
/
+7
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-21
1
-8
/
+13
*
Revert 110783 - Adds a bounds parameter to ui::Compositor::ReadPixels
shess@chromium.org
2011-11-18
1
-13
/
+8
*
Adds a bounds parameter to ui::Compositor::ReadPixels
pkotwicz@chromium.org
2011-11-18
1
-8
/
+13
*
Implement CompositorCC::ReadPixels
vollick@chromium.org
2011-11-15
1
-20
/
+3
*
Use ScopedMakeCurrent
backer@chromium.org
2011-11-11
1
-8
/
+5
*
Fix gl context change on dropping a texture
pkotwicz@chromium.org
2011-11-03
1
-1
/
+5
*
Overdraw debugging can be enabled with the --enable-compositor-overdraw-debug...
vollick@chromium.org
2011-11-03
1
-35
/
+86
*
Test that pixels are drawn to the screen
backer@chromium.org
2011-11-03
1
-0
/
+48
*
Makes the compositors handle updating part of a texture when the
sky@chromium.org
2011-11-02
1
-6
/
+6
*
Add traces in compositor, views and skia
piman@chromium.org
2011-11-01
1
-0
/
+5
*
Reland 107243 - Added GLSurfaceAdapter, an implementation of GLSurface that f...
apatrick@chromium.org
2011-10-26
1
-0
/
+4
*
Enable accelerated compositing of web pages when using webkit compositor
piman@chromium.org
2011-10-26
1
-13
/
+13
*
Support dynamic switching between integrated and discrete GPUs on Mac OS X.
kbr@chromium.org
2011-10-13
1
-2
/
+8
*
Enable VSync on TOUCH_UI
backer@chromium.org
2011-10-13
1
-0
/
+1
*
Properly handle vertically flipping the texture.
backer@chromium.org
2011-10-06
1
-11
/
+21
*
Allow animating alpha
vollick@chromium.org
2011-09-23
1
-0
/
+23
*
Force clear when root view is animating.
vollick@chromium.org
2011-09-13
1
-6
/
+12
*
With this CL animated rotations can be triggered by visiting URLs like about:...
vollick@chromium.org
2011-09-08
1
-2
/
+2
*
gfx::Compositor: SchedulePaint.
sadrul@chromium.org
2011-09-07
1
-9
/
+6
*
Changes to port holey layer changes into windows compositor
pkotwicz@chromium.org
2011-09-02
1
-4
/
+0
*
Vend common GL context
backer@chromium.org
2011-08-26
1
-129
/
+129
*
Gets rid of chrome being cleared for a moment when keyboard is hidden
backer@chromium.org
2011-08-12
1
-3
/
+7
*
Make texture mapping OpenGL ES 2.0 compliant.
backer@chromium.org
2011-08-12
1
-0
/
+2
*
First pass for eliminating double painting
pkotwicz@chromium.org
2011-07-29
1
-10
/
+49
*
Update Texture/Layer SetCanvas, callsites, and comments.
msw@chromium.org
2011-07-27
1
-2
/
+3
*
Always write alpha. Turn of blending for root layers. Also, don't clear the b...
backer@chromium.org
2011-07-22
1
-12
/
+12
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-1
/
+1
*
Revert 93393 - Crashed Linux Touch build: http://build.chromium.org/p/chromiu...
leandrogracia@chromium.org
2011-07-21
1
-1
/
+1
*
Allow creating a gpu channel that uses software rendering
jbauman@chromium.org
2011-07-21
1
-1
/
+1
*
Fix GCC build bustage.
darin@chromium.org
2011-07-17
1
-2
/
+2
*
Fix context sharing in CompositorGL.
backer@chromium.org
2011-07-15
1
-105
/
+158
*
Use SkMatrix44 for the underlying implementation of ui::Transform
backer@chromium.org
2011-07-08
1
-24
/
+1
*
Share shaders between browser compositors.
backer@chromium.org
2011-07-08
1
-14
/
+29
*
Push (not pull) window geometry for the compositor.
backer@chromium.org
2011-07-06
1
-7
/
+13
*
Expose CompositorGL and TextureGL.
backer@chromium.org
2011-06-25
1
-162
/
+195
*
Ref count the browser compositor textures.
backer@chromium.org
2011-06-23
1
-2
/
+4
*
Adds Compositor::SchedulePaint. The X side is NOTIMPLEMENTED.
sky@chromium.org
2011-06-21
1
-2
/
+9
*
Disable compositor if GL is failed to initialize.
oshima@google.com
2011-06-20
1
-2
/
+2
*
Turn off psychedelic-purple background clear.
wjmaclean@chromium.org
2011-06-13
1
-0
/
+5
*
Re-enable thread IO restriction override.
wjmaclean@chromium.org
2011-06-10
1
-0
/
+5
*
Remove COMPOSITOR_2 flag, old compositor code.
wjmaclean@chromium.org
2011-06-10
1
-67
/
+0
*
First draft to enable turning off compositor for unit tests.
wjmaclean@chromium.org
2011-06-09
1
-3
/
+3
*
Adds View::OnWillCompositeTexture that is invoked before a texture is
sky@chromium.org
2011-06-06
1
-0
/
+5
*
Reland 87371 - Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-06-01
1
-8
/
+8
*
Revert 87371 - Broke Compile - Support for glSetSurfaceCHROMIUM.
rsesek@chromium.org
2011-05-31
1
-8
/
+8
*
Support for glSetSurfaceCHROMIUM.
apatrick@chromium.org
2011-05-31
1
-8
/
+8
*
Convert COMPOSITOR_2 to GLES compliant programmable pipeline.
wjmaclean@chromium.org
2011-05-31
1
-50
/
+155
*
Changes to reflect context/surface refactoring for new compositor (COMPOSITOR...
wjmaclean@chromium.org
2011-05-24
1
-5
/
+5
*
GLContext no longer holds a pointer to a GLSurface.
apatrick@chromium.org
2011-05-23
1
-10
/
+10
[next]