Address
:
[go:
up one dir
,
main page
]
Remove Scripts
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Sign in
chromium
/
git
/
chromium
/
refs/heads/trunk
/
cc
fe2ca07
Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass
by danakj@chromium.org
· 13 years ago
8b58c7b
Revert 158729 - Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass
by danakj@chromium.org
· 13 years ago
891c982
Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass
by danakj@chromium.org
· 13 years ago
42cc23a
Fix issue where CCprioritizedTexture::Backing's requestPriorityAtLastPriorityUpdate returns a bool instead of an int.
by ccameron@chromium.org
· 13 years ago
0fac0e1
Fix handling of lost context during initialization.
by piman@chromium.org
· 13 years ago
02456cb
Add methods for hashing pairs of integer values.
by danakj@chromium.org
· 13 years ago
24385cf
Reenable CCOcclusionTrackerTestViewportRectOverChild test.
by danakj@chromium.org
· 13 years ago
41e3df9
Revert 158386 - Revert 158362 - Support high DPI scrollbar on top level web frame.
by avi@chromium.org
· 13 years ago
2519d39
Add CC software renderer.
by aelias@chromium.org
· 13 years ago
176a5a3
Revert 158362 - Support high DPI scrollbar on top level web frame.
by avi@chromium.org
· 13 years ago
c46db46
Support high DPI scrollbar on top level web frame.
by flackr@chromium.org
· 13 years ago
e07aa10
cc: Remove TextureUploaderOption.
by reveman@chromium.org
· 13 years ago
4d1ee15
cc_unittests fails on several platforms with 158148
by vitalybuka@chromium.org
· 13 years ago
06acc19
[cc] Color evicted vs. invalidated checkerboard tiles differently
by enne@chromium.org
· 13 years ago
4701930
[cc] Add test for mask layers and lost contexts
by enne@chromium.org
· 13 years ago
fcbf4d4
Gracefully handle zero duration curves in CCActiveAnimation
by vollick@chromium.org
· 13 years ago
80b9340
Fix remaining cc files to compile with Clang
by enne@chromium.org
· 13 years ago
ffff770
Add high DPI unit test for verifying visible and drawable content rects in compositor.
by shawnsingh@chromium.org
· 13 years ago
a0dae08
cc: Rename maxPartialTextureUpdatesMax to partialTextureUpdatesMax.
by reveman@google.com
· 13 years ago
454105a
Add the ubercomp DelegatedRendererLayer.
by danakj@chromium.org
· 13 years ago
752abed
Convert CC scheduler logic to use base::TimeTicks/Delta instead of doubles
by jamesr@chromium.org
· 13 years ago
48e5f37
cc: Remove CCTextureUpdateController::updateTextures().
by reveman@chromium.org
· 13 years ago
a6c09b8
cc: Fix CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread test.
by reveman@chromium.org
· 13 years ago
2463a52
Revert 157700 - Add the ubercomp DelegatedRendererLayer.
by ilevy@chromium.org
· 13 years ago
c6f99e2
Add the ubercomp DelegatedRendererLayer.
by danakj@chromium.org
· 13 years ago
efd370e
Add wrapper container for a vector of OwnPtr<T>
by jamesr@chromium.org
· 13 years ago
d97fffb
cc: Do not report old query values when reused
by brianderson@chromium.org
· 13 years ago
a4c8047
Allow deletion of some (as opposed to all) textures on the impl thread.
by ccameron@chromium.org
· 13 years ago
fa184dd
Fix CC*Renderer and CC*LayerImpl to compile with Clang
by enne@chromium.org
· 13 years ago
3742fa0
Adaptively throttle texture uploads
by brianderson@chromium.org
· 13 years ago
43d2d63
Add some missing unit tests and update cc_unittests and webkit_compositor_bindings_unittests
by shawnsingh@chromium.org
· 13 years ago
460bade
Enable webkit_compositor_bindings_unittests in component builds
by jamesr@chromium.org
· 13 years ago
8b96f65
Integrate r128344 and r128253 from WebKit
by ccameron@chromium.org
· 13 years ago
47326a8
Make cc's use of WTF::HashMap robust to key/value change
by enne@chromium.org
· 13 years ago
4033416
cc: Only use upload throttling when performing full texture uploads.
by reveman@chromium.org
· 13 years ago
d439ce5
Move TextureCopier and TextureUploader from CCRenderer to CCResourceProvider
by piman@chromium.org
· 13 years ago
d0a73ab
cc: Remove partial texture updates from scheduler.
by reveman@google.com
· 13 years ago
df24326
Add scrolling related getters to WebLayerImpl
by skyostil@chromium.org
· 13 years ago
a0abfa5
Adjust texture priorities in preparation of impl-thread eviction of only some textures
by ccameron@chromium.org
· 13 years ago
8135ea8
Use OwnArrayPtr<> for new[]-allocated memory to match the delete[] call
by jamesr@chromium.org
· 13 years ago
c05aec9
cc: Remove awareness of incremental updates from state machine.
by reveman@chromium.org
· 13 years ago
cd73200
Change cc files from namespace WebCore to cc
by enne@chromium.org
· 13 years ago
20a55d1
WebKit revision 120360 changed chromium so that we don't need to have a layerTreeHost to add
by vollick@google.com
· 13 years ago
b2c3cc0
Port CCCompletionEvent over to use base::WaitableEvent
by jamesr@chromium.org
· 13 years ago
f321fe1
cc: Scheduler will never process a commit until it receives a vsync tick.
by reveman@chromium.org
· 13 years ago
2db2463
cc: Avoid unnecessary destruction of texture update controller.
by reveman@chromium.org
· 13 years ago
1d826c3
Disable test CCOcclusionTrackerTestViewportRectOverChild
by jamesr@chromium.org
· 13 years ago
ec4a5f1
Add more cc OWNERS
by jamesr@chromium.org
· 13 years ago
a464afb
Tweak cc gyps to work in a pure WebKit checkout
by jamesr@chromium.org
· 13 years ago
a3071d3
Disable flaky unit test cc_unittests:CCLayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers.runMultiThread
by jamesr@chromium.org
· 13 years ago
9036a90
Roll in CC changes up to 128196
by jamesr@chromium.org
· 13 years ago
67665d3
Enable cc_unittests in component build
by jamesr@chromium.org
· 13 years ago
bbce2c8
Patch in CCRendererGL.cpp changes from WK r128269
by jamesr@chromium.org
· 13 years ago
d3b7538
Switch use_libcc_for_compositor default to true
by jamesr@chromium.org
· 13 years ago
8a69841
Support LUMINANCE texture format in uploadWithMapTexSubImage
by jamesr@chromium.org
· 13 years ago
b063087
Fix cc gyp files up for static linking
by jamesr@chromium.org
· 13 years ago
dac24e5
Avoid calling GraphicsContext3D::computeFormat...
by jamesr@chromium.org
· 13 years ago
4858990
Disable WTF::RefCounted thread verifier for cc types
by jamesr@chromium.org
· 13 years ago
6a5dd6f
Avoid using WTF threading code in cc
by jamesr@chromium.org
· 13 years ago
b748833
Use std::string instead of WTF::String / TextStream
by jamesr@chromium.org
· 13 years ago
82a0b15
Roll in r127940 to cc
by jamesr@chromium.org
· 13 years ago
def37e1
Update cc snapshot to r127918
by jamesr@chromium.org
· 13 years ago
4bb3a70
Roll cc snapshot up to 127605
by jamesr@chromium.org
· 13 years ago
00a2fa7
Fix up cc stubs and bindings to work in windows
by jamesr@chromium.org
· 13 years ago
c727531
Make cc_unittests and webkit_compositor_unittests executable always
by jamesr@chromium.org
· 13 years ago
9141988
Rolls cc and webkit_compositor up to 127340
by jamesr@chromium.org
· 13 years ago
60667cc
Roll cc snapshot up to r127311
by jamesr@chromium.org
· 13 years ago
8c6bddb
Enable webkit_compositor_unittests
by jamesr@chromium.org
· 13 years ago
ef82fc6
Roll CC snapshot up to WK r127064
by jamesr@chromium.org
· 13 years ago
b6ca774
Update cc snapshot to WK r126941
by jamesr@chromium.org
· 13 years ago
2146980
Update libcc / bindings snapshot to WebKit r126830
by jamesr@chromium.org
· 13 years ago
03b1458
Add explicit forwarding stubs for geometry classes cc uses
by jamesr@chromium.org
· 13 years ago
6a6aafe
Here are gyp targets and stubs for compiling libcc and the webkit_compositor bindings in chromium. Everything is guarded behind the off-by-default use_libcc_for_compositor gyp variable. I haven't included the actual code here, but there are scripts to sync. I plan to land + manually sync the code into place until we're ready to flip the gyp switch.
by jamesr@chromium.org
· 13 years ago
1ef589b
Stubs for cc directory
by jamesr@chromium.org
· 13 years ago