DescriptionThis appears to be one of the problems affecting http://code.google.com/p/chromium/issues/detail?id=125490. The width & height computations are prone to numerical instability and prevent the circle path from being taken.
Here is the speed up on the new Chrome-emulating circle test:
bench_compare.py -o w-o-fix.log -n w-fix.log
circles GPU c 17.78 16.30 +1.48 +8.3%
circles GPU g 16.35 13.07 +3.28 +20.1%
This change will require rebaselining of bigmatrix_gpu & bigmatrix_msaa16 both of which use circles.
Patch Set 1 #Patch Set 2 : Altered approach #
Total comments: 2
MessagesTotal messages: 9
|