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
/
gl_renderer.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
cc: Clamp texture coordinates in all tile shaders
brianderson@chromium.org
2013-01-31
1
-11
/
+1
*
cc: Unify context losing machinery
danakj@chromium.org
2013-01-23
1
-2
/
+2
*
Putting back: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-18
1
-4
/
+6
*
Revert 177288
ilevy@chromium.org
2013-01-17
1
-6
/
+4
*
cc: Add point-based UV coordinate on TextureLayer
jscholler@chromium.org
2013-01-17
1
-4
/
+6
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-16
1
-1
/
+1
*
Migrate more functions from MathUtil to gfx::Transform
shawnsingh@chromium.org
2013-01-15
1
-4
/
+6
*
Revert 176739
reveman@google.com
2013-01-15
1
-7
/
+4
*
cc: Move anti-aliasing decision to parent compositor.
reveman@chromium.org
2013-01-14
1
-4
/
+7
*
Refactor so chromium only GL extensions require gl2extchromium.h
gman@chromium.org
2013-01-09
1
-0
/
+1
*
Revert 175690
estade@chromium.org
2013-01-09
1
-1
/
+1
*
cc: Implement DelegatingRender::drawFrame() method.
danakj@chromium.org
2013-01-09
1
-1
/
+1
*
Migrate from MathUtil::inverse() to gfx::Transform::GetInverse()
shawnsingh@google.com
2013-01-07
1
-4
/
+7
*
cc: Remove all uses of "using namespace std".
tfarina@chromium.org
2013-01-03
1
-2
/
+1
*
Send memory management policies to the tile manager
ccameron@chromium.org
2013-01-02
1
-8
/
+9
*
Move filters to RenderPassDrawQuad
piman@chromium.org
2012-12-21
1
-11
/
+5
*
Clean up cc and webkit/compositor_bindings include path shenanigans
jamesr@chromium.org
2012-12-18
1
-5
/
+6
*
Send compositor frame IPC with metadata.
aelias@chromium.org
2012-12-18
1
-4
/
+16
*
Adding support for per vertex opacity on textured layer
jscholler@chromium.org
2012-12-15
1
-11
/
+20
*
Remove the pools from the ResourceProvider.
ccameron@chromium.org
2012-12-14
1
-2
/
+2
*
Allow using a larger-than-necessary texture as cached render pass backing
jamesr@chromium.org
2012-12-14
1
-3
/
+30
*
Moves sampler binding from init to draw time during batched drawing.
whunt@chromium.org
2012-12-13
1
-2
/
+4
*
Combine mask texture parameters into single gfx::RectF
jamesr@chromium.org
2012-12-13
1
-2
/
+2
*
Add the DelegatingRenderer class with its initialize path.
danakj@chromium.org
2012-12-08
1
-3
/
+2
*
Rename discardFramebufferEXT to discardBackbufferCHROMIUM to avoid collision ...
jamesr@chromium.org
2012-12-08
1
-23
/
+22
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-4
/
+1
*
Revert 171403
danakj@chromium.org
2012-12-06
1
-1
/
+4
*
cc: Finish the rename from cc::GraphicsContext to cc::OutputSurface
danakj@chromium.org
2012-12-06
1
-4
/
+1
*
cc: Allow a renderer to disallow partial texture updates.
danakj@chromium.org
2012-12-06
1
-0
/
+3
*
Use nearest neighbor filtering for non-translated quads
skyostil@chromium.org
2012-12-04
1
-21
/
+15
*
cc: Use skia::RefPtr in place of raw pointers and SkAutoTUnref.
danakj@chromium.org
2012-12-04
1
-4
/
+5
*
Texture Draw Calls Coalescing
whunt@chromium.org
2012-11-30
1
-20
/
+148
*
Animation code is not yet migrated by this patch, due to WebTransformOperations.
shawnsingh@chromium.org
2012-11-27
1
-37
/
+21
*
cc: Minimize the number of times GL scissoring state is changed
shawnsingh@chromium.org
2012-11-21
1
-1
/
+31
*
cc: Make RenderPass into a struct-like class.
danakj@chromium.org
2012-11-21
1
-8
/
+8
*
cc: Make the DrawQuad subclasses into a struct-like classes.
danakj@chromium.org
2012-11-20
1
-46
/
+46
*
ui: Add methods to Rect classes to get points at each of the rect's corners.
danakj@chromium.org
2012-11-20
1
-6
/
+5
*
cc: Make UV coords in TileDrawQuad a full RectF
enne@chromium.org
2012-11-20
1
-14
/
+34
*
Relax assertions around context loss and program initialization. Higher level...
kbr@chromium.org
2012-11-17
1
-10
/
+12
*
cc: Turn DrawQuad into a struct-like class with public data members.
danakj@chromium.org
2012-11-17
1
-24
/
+24
*
cc: Convert DrawQuad to chromium style.
danakj@chromium.org
2012-11-17
1
-24
/
+26
*
cc: Switch the DrawQuad enum names to chromium style and remove pragmas
danakj@chromium.org
2012-11-16
1
-10
/
+10
*
Switched cc::Resource and cc::ScopedResource to Chrome coding style.
skaslev@chromium.org
2012-11-16
1
-2
/
+2
*
cc: Remove cc::settings, move them to LayerTreeSettings.
danakj@chromium.org
2012-11-14
1
-4
/
+2
*
Avoid redundantly setting tex parameters
jamesr@chromium.org
2012-11-13
1
-13
/
+0
*
Remove WTF and WebCore from cc/ and webkit/compositor_bindings/
piman@chromium.org
2012-11-10
1
-3
/
+2
*
Avoid setting activeTexture redundantly
jamesr@chromium.org
2012-11-10
1
-6
/
+1
*
Plumb through cropped output size for VideoFrame
sheu@chromium.org
2012-11-09
1
-6
/
+1
*
If a layer contains a filter, flush the compositor context before the filter
senorblanco@chromium.org
2012-11-09
1
-0
/
+5
*
cc: Rename Texture class to Resource.
reveman@google.com
2012-11-08
1
-17
/
+17
[next]