| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
TBR=tkent
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2868017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50395 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=dglazkov,hclam
Review URL: http://codereview.chromium.org/2800018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50339 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov,hclam
Review URL: http://codereview.chromium.org/2856010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=tkent
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2871016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50320 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=hclam
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2864012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=None
TEST=Buildbots
Review URL: http://codereview.chromium.org/2831018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=34647
TEST=compiled on windows, verified there were no warnings
Review URL: http://codereview.chromium.org/2854011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50285 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Reverts a couple of patches that broke the ARM build.
commit e00d069229e93eb2ba627000c2fe7f0673a98c31
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Fri Jun 18 15:30:12 2010 +0000
Revert "Implementing S32A_Opaque_BlitRow32 using v7 neon instructions."
Broke ARM build.
git-svn-id: https://skia.googlecode.com/svn/trunk@582 107f31f1-e31d-0410-a17c-a9b5b17689e2
commit 5adf5706006592532f9e49fa950e82a8c055d2ed
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Fri Jun 18 15:30:10 2010 +0000
Revert "We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading"
Broke ARM build.
git-svn-id: https://skia.googlecode.com/svn/trunk@581 107f31f1-e31d-0410-a17c-a9b5b17689e2
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
commit 7782488e5295d451863740677478d79340cd695b
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Thu Jun 17 20:49:17 2010 +0000
Add support for forcing autohinting.
http://codereview.appspot.com/1651044/show
git-svn-id: https://skia.googlecode.com/svn/trunk@580 107f31f1-e31d-0410-a17c-a9b5b17689e2
commit 046472a37e49208b66a36afdc1bdf5d0dd23803b
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Wed Jun 16 20:04:13 2010 +0000
We extract a sub-function from MAKENAME(_nofilter_DX), only dealing with reading
one index array, indexing into src array and output to dst array.
Because of the scatter-gather nature, we can not do much burst/batch
reading/writing to improve the performance.
We tried Neon vector instructions. We also tried the hand optimize the compiler
generated assembly (non-neon) code. The latter seems to have better gain.
About 6% improvements, not much though...
Patch-by: Xin Qi of codeaurora.org
http://codereview.appspot.com/1127042/show
git-svn-id: https://skia.googlecode.com/svn/trunk@579 107f31f1-e31d-0410-a17c-a9b5b17689e2
commit 685d4e421b6dc2886e3fe7566c192fb3eb8da53b
Author: agl@chromium.org <agl@chromium.org@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Wed Jun 16 19:52:29 2010 +0000
Implementing S32A_Opaque_BlitRow32 using v7 neon instructions.
Taking the advantage of 16 channels of each QualWord register. Also using the
software pipelining to scatter the loads/stores among vector operations.
Got roughly 70% improvements on simulation environments.
http://codereview.appspot.com/1148042/show
Patch-by: XinQi of codeaurora.org
git-svn-id: https://skia.googlecode.com/svn/trunk@578 107f31f1-e31d-0410-a17c-a9b5b17689e2
commit e10b52bf9d98892d69673330696e20fd6eed2ce9
Author: reed@android.com <reed@android.com@107f31f1-e31d-0410-a17c-a9b5b17689e2>
Date: Tue Jun 15 00:57:50 2010 +0000
rename round, ceil, etc. to avoid some platform macros
git-svn-id: https://skia.googlecode.com/svn/trunk@577 107f31f1-e31d-0410-a17c-a9b5b17689e2
BUG=45489
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50240 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov,hclam
Review URL: http://codereview.chromium.org/2865007
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Enable PROGRESS_TAG and METER_TAG
BUG=none
TEST=none
TBR=dglazkov,hclam
Review URL: http://codereview.chromium.org/2818015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50216 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dglazkov
Review URL: http://codereview.chromium.org/2811014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50199 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=hclam
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2861006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50120 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2851009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50101 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2806012
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50094 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=hclam
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2869006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50044 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2848003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@50016 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2833010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49974 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2872002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49943 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Switches over to the new HTML5 Parser, originally in http://codereview.chromium.org/2809011.
Review URL: http://codereview.chromium.org/2843005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49936 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This version contains API additions for heap profiling and fetching information on external arrays. It fixes a bug, implementing Object.defineProperty for array elements. Adds a couple of minor performance improvements.
BUG=None
TEST=None
Review URL: http://codereview.chromium.org/2817006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49932 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2806011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49927 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
loop so we can now enforce that there is only one pending Flush at a time.
Also removes the ability to have multiple flushes pending at the same time.
TEST=covered by ppapi unit test
BUG=none
Review URL: http://codereview.chromium.org/2862002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49899 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=46603
TEST=none
TBR=andreip
Review URL: http://codereview.chromium.org/2851005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49883 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2809009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49826 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2815005
TBR=alokp@chromium.org
Review URL: http://codereview.chromium.org/2840002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49815 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2815005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49814 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
(tree needed clobbering, the original roll apparently was fine after all:
the issue was that changing build/features_override.gypi didn't trigger a full rebuild...)
Review URL: http://codereview.chromium.org/2809008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49802 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
(speculative try for interactive tests dbg failures)
Review URL: http://codereview.chromium.org/2818005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49792 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2824006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49787 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=46553,46538
TEST=none
TBR=andreip
Review URL: http://codereview.chromium.org/2812002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49771 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=46538
TEST=none
Review URL: http://codereview.chromium.org/2804002
TBR=dimich@chromium.org
Review URL: http://codereview.chromium.org/2837003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49751 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=46538
TEST=none
Review URL: http://codereview.chromium.org/2804002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49747 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2841001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49699 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2839001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49687 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This version contains improved debugger support for stepping out of
functions and a couple of minor performance improvements.
BUG=None
TEST=None
TBR=sgjesse@chromium.org
Review URL: http://codereview.chromium.org/2828001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49670 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=46435
TBR=andreip
Review URL: http://codereview.chromium.org/2802001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49642 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=46435
TEST=none
TBR=andreip
Review URL: http://codereview.chromium.org/2800001
TBR=dimich@chromium.org
Review URL: http://codereview.chromium.org/2801001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=46435
TEST=none
TBR=andreip
Review URL: http://codereview.chromium.org/2800001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49637 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=46375,46377
TEST=none
TBR=andreip
Review URL: http://codereview.chromium.org/2765009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49586 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2784004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49513 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Update V8, and disable a test until its expectations are changed in Webkit/chromium port. BUG=46235 TEST=none
Add a bleeding-edge revision to DEPS to upload to the try server, to find the reerror in this CL.
Review URL: http://codereview.chromium.org/2729005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49511 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/2759011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49491 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=hamaji
Review URL: http://codereview.chromium.org/2792008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49479 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
(Attempt two. This time with evmar's fix for the shared build.)
BUG=21149
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49453 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
TBR=hamaji
Review URL: http://codereview.chromium.org/2790008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49445 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
include a test since that needs some work on threading and the testing
interface. I plan on doing that in a separate pass.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2712002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49415 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In order to pass the check dependency step in the build, I added rlz to
the include_rules in DEPS. However, I am not sure this is the best solution.
TEST=Make sure that the RLZ pings from chrome are the sameas they were with
the old RLZ dll
BUG=none
Review URL: http://codereview.chromium.org/2755002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49399 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2792006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49387 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dimich
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/2772003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49374 0039d316-1c4b-4281-b951-d872f2087c98
|