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
/
layers
/
texture_layer_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM
piman@chromium.org
2014-02-15
1
-25
/
+16
*
Revert of Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROM...
nkostylev@chromium.org
2014-02-14
1
-16
/
+25
*
Fix (or tag) uses of explicit '64' instead of GL_MAILBOX_SIZE_CHROMIUM
piman@chromium.org
2014-02-14
1
-25
/
+16
*
Rename and unify paths for LayerTreeTest::CreateFakeOutputSurface.
danakj@chromium.org
2014-02-05
1
-9
/
+10
*
Add gpu::MailboxHolder to hold state for a gpu::Mailbox
sheu@chromium.org
2014-02-03
1
-36
/
+54
*
cc: Make PrepareToDraw return an enum for why it aborts
enne@chromium.org
2014-01-30
1
-12
/
+15
*
cc: Release main thread earlier
enne@chromium.org
2014-01-24
1
-81
/
+10
*
cc: Free Mailbox on TextureLayerImpl::ReleaseResources
boliu@chromium.org
2014-01-23
1
-14
/
+81
*
Revert "Add gpu::MailboxHolder to hold state for a gpu::Mailbox"
danakj@chromium.org
2014-01-21
1
-52
/
+35
*
Pluming for needs_push_properties for the impl tree.
clholgat@chromium.org
2014-01-18
1
-5
/
+5
*
Add gpu::MailboxHolder to hold state for a gpu::Mailbox
sheu@chromium.org
2014-01-18
1
-35
/
+52
*
Decouple cc::FakeWebGraphicsContext3D from blink::WGC3D
jamesr@chromium.org
2014-01-10
1
-10
/
+10
*
cc: Add PRESUBMIT rule to ban using cc:: inside of namespace cc {...}
danakj@chromium.org
2013-12-10
1
-2
/
+2
*
cc: Fix the TextureLayerNoExtraCommitForMailboxTest test.
danakj@chromium.org
2013-12-02
1
-25
/
+35
*
Disable TextureLayerNoExtraCommitForMailboxTest because of crashes.
phajdan.jr@chromium.org
2013-11-12
1
-1
/
+2
*
Introduce separate client and init path for single-threaded cc
jamesr@chromium.org
2013-11-07
1
-2
/
+2
*
Remove WGC3D::isContextLost references from cc
jamesr@chromium.org
2013-11-06
1
-78
/
+40
*
Simplify rate limiting since it's main thread shared context only
jamesr@chromium.org
2013-11-05
1
-9
/
+9
*
Move test-only stuff from cc/debug/ to cc/test
jamesr@chromium.org
2013-10-31
1
-1
/
+1
*
Remove the extra, unneeded commits that TextureLayer::Update does.
kloveless@chromium.org
2013-10-24
1
-0
/
+103
*
Add delegated rendering support for software renderer.
jbauman@chromium.org
2013-10-22
1
-1
/
+1
*
cc: Fix hit-testing of empty layers.
sadrul@chromium.org
2013-10-05
1
-0
/
+13
*
Expose only one LayerTreeHostClient::OffscreenContextProvider()
jamesr@chromium.org
2013-09-27
1
-4
/
+6
*
Add memory manager for software compositor frontbuffers.
jbauman@chromium.org
2013-09-18
1
-1
/
+2
*
cc: Move TextureMailbox::ReleaseCallback to SingleReleaseCallback.
danakj@chromium.org
2013-09-17
1
-71
/
+123
*
Force SetNeedsPushProperties after an update in TextureLayer, because some pr...
piman@chromium.org
2013-09-13
1
-0
/
+337
*
cc: Prevent warnings from mocks in TextureLayer tests.
danakj@chromium.org
2013-08-30
1
-1
/
+3
*
cc: Block commit on activate by setting a flag on LayerTreeHost.
danakj@chromium.org
2013-08-30
1
-0
/
+241
*
Revert 220418 "cc: Block commit on activate by setting a flag on..."
danakj@chromium.org
2013-08-30
1
-237
/
+0
*
cc: Block commit on activate by setting a flag on LayerTreeHost.
danakj@chromium.org
2013-08-29
1
-0
/
+237
*
cc: Use BlockedTaskRunner to immediately run callbacks on the main thread.
danakj@chromium.org
2013-08-29
1
-35
/
+344
*
cc: return resources via a ReturnedResource struct rather than TransferableRe...
piman@chromium.org
2013-08-19
1
-1
/
+4
*
ContextProvider in OutputSurface
danakj@chromium.org
2013-08-16
1
-5
/
+10
*
aura,cc: Make TestContextProvider usable outside cc.
danakj@chromium.org
2013-08-13
1
-1
/
+1
*
aura: Remove CreateOffscreenContext from ui::ContextFactory.
danakj@chromium.org
2013-08-13
1
-0
/
+2
*
Add a flag to allow renderer to use software compositor when GL compositor do...
jbauman@chromium.org
2013-08-01
1
-2
/
+4
*
Consider background-color opacity for TextureLayer opaque region.
alokp@chromium.org
2013-07-31
1
-0
/
+27
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-30
1
-1
/
+2
*
Allow uploading shared memory mailboxes to a texture.
jbauman@chromium.org
2013-07-30
1
-1
/
+1
*
cc: A pixel test for readbacks of layers with CanClipSelf == true.
danakj@chromium.org
2013-07-26
1
-0
/
+139
*
Revert 213338 "cc: Allow the main thread to cancel commits"
jochen@chromium.org
2013-07-24
1
-2
/
+1
*
cc: Allow the main thread to cancel commits
enne@chromium.org
2013-07-24
1
-1
/
+2
*
Revert 212008 "cc: Remove TextureLayer::SetTextureId and Texture..."
aberent@google.com
2013-07-18
1
-216
/
+123
*
cc: Remove TextureLayer::SetTextureId and TextureLayer::WillModifyTexture
piman@chromium.org
2013-07-17
1
-123
/
+216
*
Implement shareResources==true in TestWebGraphicsContext3D
piman@chromium.org
2013-07-17
1
-4
/
+1
*
Blend TextureLayer background-color at draw time.
alokp@chromium.org
2013-07-12
1
-0
/
+1
*
Fix TextureLayer cleanup
piman@chromium.org
2013-07-12
1
-1
/
+75
*
Cleanup unused WebExternalTextureLayer APIs and resulting dead code.
piman@chromium.org
2013-07-11
1
-2
/
+2
*
cc: Make it possible to reset TextureLayer after context loss
skyostil@chromium.org
2013-07-10
1
-0
/
+82
*
Allow WebExternalTextureLayers to receive a bitmap along with a mailbox
jbauman@chromium.org
2013-07-10
1
-1
/
+2
[next]