[go: up one dir, main page]

  1. fe2ca07 Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass by danakj@chromium.org · 13 years ago
  2. 8b58c7b Revert 158729 - Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass by danakj@chromium.org · 13 years ago
  3. 891c982 Remove WTF HashMap and PassOwnPtr dependencies for CCRenderPass by danakj@chromium.org · 13 years ago
  4. 42cc23a Fix issue where CCprioritizedTexture::Backing's requestPriorityAtLastPriorityUpdate returns a bool instead of an int. by ccameron@chromium.org · 13 years ago
  5. 0fac0e1 Fix handling of lost context during initialization. by piman@chromium.org · 13 years ago
  6. 02456cb Add methods for hashing pairs of integer values. by danakj@chromium.org · 13 years ago
  7. 24385cf Reenable CCOcclusionTrackerTestViewportRectOverChild test. by danakj@chromium.org · 13 years ago
  8. 41e3df9 Revert 158386 - Revert 158362 - Support high DPI scrollbar on top level web frame. by avi@chromium.org · 13 years ago
  9. 2519d39 Add CC software renderer. by aelias@chromium.org · 13 years ago
  10. 176a5a3 Revert 158362 - Support high DPI scrollbar on top level web frame. by avi@chromium.org · 13 years ago
  11. c46db46 Support high DPI scrollbar on top level web frame. by flackr@chromium.org · 13 years ago
  12. e07aa10 cc: Remove TextureUploaderOption. by reveman@chromium.org · 13 years ago
  13. 4d1ee15 cc_unittests fails on several platforms with 158148 by vitalybuka@chromium.org · 13 years ago
  14. 06acc19 [cc] Color evicted vs. invalidated checkerboard tiles differently by enne@chromium.org · 13 years ago
  15. 4701930 [cc] Add test for mask layers and lost contexts by enne@chromium.org · 13 years ago
  16. fcbf4d4 Gracefully handle zero duration curves in CCActiveAnimation by vollick@chromium.org · 13 years ago
  17. 80b9340 Fix remaining cc files to compile with Clang by enne@chromium.org · 13 years ago
  18. ffff770 Add high DPI unit test for verifying visible and drawable content rects in compositor. by shawnsingh@chromium.org · 13 years ago
  19. a0dae08 cc: Rename maxPartialTextureUpdatesMax to partialTextureUpdatesMax. by reveman@google.com · 13 years ago
  20. 454105a Add the ubercomp DelegatedRendererLayer. by danakj@chromium.org · 13 years ago
  21. 752abed Convert CC scheduler logic to use base::TimeTicks/Delta instead of doubles by jamesr@chromium.org · 13 years ago
  22. 48e5f37 cc: Remove CCTextureUpdateController::updateTextures(). by reveman@chromium.org · 13 years ago
  23. a6c09b8 cc: Fix CCLayerTreeHostTestScrollMultipleRedraw.runMultiThread test. by reveman@chromium.org · 13 years ago
  24. 2463a52 Revert 157700 - Add the ubercomp DelegatedRendererLayer. by ilevy@chromium.org · 13 years ago
  25. c6f99e2 Add the ubercomp DelegatedRendererLayer. by danakj@chromium.org · 13 years ago
  26. efd370e Add wrapper container for a vector of OwnPtr<T> by jamesr@chromium.org · 13 years ago
  27. d97fffb cc: Do not report old query values when reused by brianderson@chromium.org · 13 years ago
  28. a4c8047 Allow deletion of some (as opposed to all) textures on the impl thread. by ccameron@chromium.org · 13 years ago
  29. fa184dd Fix CC*Renderer and CC*LayerImpl to compile with Clang by enne@chromium.org · 13 years ago
  30. 3742fa0 Adaptively throttle texture uploads by brianderson@chromium.org · 13 years ago
  31. 43d2d63 Add some missing unit tests and update cc_unittests and webkit_compositor_bindings_unittests by shawnsingh@chromium.org · 13 years ago
  32. 460bade Enable webkit_compositor_bindings_unittests in component builds by jamesr@chromium.org · 13 years ago
  33. 8b96f65 Integrate r128344 and r128253 from WebKit by ccameron@chromium.org · 13 years ago
  34. 47326a8 Make cc's use of WTF::HashMap robust to key/value change by enne@chromium.org · 13 years ago
  35. 4033416 cc: Only use upload throttling when performing full texture uploads. by reveman@chromium.org · 13 years ago
  36. d439ce5 Move TextureCopier and TextureUploader from CCRenderer to CCResourceProvider by piman@chromium.org · 13 years ago
  37. d0a73ab cc: Remove partial texture updates from scheduler. by reveman@google.com · 13 years ago
  38. df24326 Add scrolling related getters to WebLayerImpl by skyostil@chromium.org · 13 years ago
  39. a0abfa5 Adjust texture priorities in preparation of impl-thread eviction of only some textures by ccameron@chromium.org · 13 years ago
  40. 8135ea8 Use OwnArrayPtr<> for new[]-allocated memory to match the delete[] call by jamesr@chromium.org · 13 years ago
  41. c05aec9 cc: Remove awareness of incremental updates from state machine. by reveman@chromium.org · 13 years ago
  42. cd73200 Change cc files from namespace WebCore to cc by enne@chromium.org · 13 years ago
  43. 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
  44. b2c3cc0 Port CCCompletionEvent over to use base::WaitableEvent by jamesr@chromium.org · 13 years ago
  45. f321fe1 cc: Scheduler will never process a commit until it receives a vsync tick. by reveman@chromium.org · 13 years ago
  46. 2db2463 cc: Avoid unnecessary destruction of texture update controller. by reveman@chromium.org · 13 years ago
  47. 1d826c3 Disable test CCOcclusionTrackerTestViewportRectOverChild by jamesr@chromium.org · 13 years ago
  48. ec4a5f1 Add more cc OWNERS by jamesr@chromium.org · 13 years ago
  49. a464afb Tweak cc gyps to work in a pure WebKit checkout by jamesr@chromium.org · 13 years ago
  50. a3071d3 Disable flaky unit test cc_unittests:CCLayerTreeHostTestDeviceScaleFactorScalesViewportAndLayers.runMultiThread by jamesr@chromium.org · 13 years ago
  51. 9036a90 Roll in CC changes up to 128196 by jamesr@chromium.org · 13 years ago
  52. 67665d3 Enable cc_unittests in component build by jamesr@chromium.org · 13 years ago
  53. bbce2c8 Patch in CCRendererGL.cpp changes from WK r128269 by jamesr@chromium.org · 13 years ago
  54. d3b7538 Switch use_libcc_for_compositor default to true by jamesr@chromium.org · 13 years ago
  55. 8a69841 Support LUMINANCE texture format in uploadWithMapTexSubImage by jamesr@chromium.org · 13 years ago
  56. b063087 Fix cc gyp files up for static linking by jamesr@chromium.org · 13 years ago
  57. dac24e5 Avoid calling GraphicsContext3D::computeFormat... by jamesr@chromium.org · 13 years ago
  58. 4858990 Disable WTF::RefCounted thread verifier for cc types by jamesr@chromium.org · 13 years ago
  59. 6a5dd6f Avoid using WTF threading code in cc by jamesr@chromium.org · 13 years ago
  60. b748833 Use std::string instead of WTF::String / TextStream by jamesr@chromium.org · 13 years ago
  61. 82a0b15 Roll in r127940 to cc by jamesr@chromium.org · 13 years ago
  62. def37e1 Update cc snapshot to r127918 by jamesr@chromium.org · 13 years ago
  63. 4bb3a70 Roll cc snapshot up to 127605 by jamesr@chromium.org · 13 years ago
  64. 00a2fa7 Fix up cc stubs and bindings to work in windows by jamesr@chromium.org · 13 years ago
  65. c727531 Make cc_unittests and webkit_compositor_unittests executable always by jamesr@chromium.org · 13 years ago
  66. 9141988 Rolls cc and webkit_compositor up to 127340 by jamesr@chromium.org · 13 years ago
  67. 60667cc Roll cc snapshot up to r127311 by jamesr@chromium.org · 13 years ago
  68. 8c6bddb Enable webkit_compositor_unittests by jamesr@chromium.org · 13 years ago
  69. ef82fc6 Roll CC snapshot up to WK r127064 by jamesr@chromium.org · 13 years ago
  70. b6ca774 Update cc snapshot to WK r126941 by jamesr@chromium.org · 13 years ago
  71. 2146980 Update libcc / bindings snapshot to WebKit r126830 by jamesr@chromium.org · 13 years ago
  72. 03b1458 Add explicit forwarding stubs for geometry classes cc uses by jamesr@chromium.org · 13 years ago
  73. 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
  74. 1ef589b Stubs for cc directory by jamesr@chromium.org · 13 years ago