aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAge
...
* improve precision of gradients (disabled for now)Gravatar reed2014-12-18
| | | | | | | BUG=skia:2898 TBR=caryclark Review URL: https://codereview.chromium.org/815623004
* rebaseGravatar joshualitt2014-12-18
| | | | | | | | NOTRY=True TBR= BUG=skia: Review URL: https://codereview.chromium.org/798323006
* I could create new GMs if you prefer.Gravatar joshualitt2014-12-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/812163002
* adding bleed back to ignoreGravatar joshualitt2014-12-18
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/810713003
* rebaseGravatar joshualitt2014-12-18
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/812423002
* Remove GrCoordTransform::kPosition_CoordSetGravatar bsalomon2014-12-18
| | | | Review URL: https://codereview.chromium.org/811373002
* remove dead code for SK_SUPPORT_LEGACY_TEXTRENDERMODEGravatar reed2014-12-18
| | | | | | | BUG=skia: TBR=robertphilips Review URL: https://codereview.chromium.org/812363002
* Change to create device coord coordsetGravatar joshualitt2014-12-18
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/812063002
* Various complex clip rebasesGravatar egdaniel2014-12-18
| | | | | | | | | TBR= NOTRY= BUG=skia: Review URL: https://codereview.chromium.org/806223006
* rebaseline after perspective/conic fixGravatar reed2014-12-18
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/811383002
* Fix complexclip3 test on gpuGravatar bsalomon2014-12-18
| | | | | | | BUG=skia:3260 R=egdaniel@google.com Review URL: https://codereview.chromium.org/813653003
* Cleanup: Remove a bunch of SkFontHost.h includes (unused).Gravatar tfarina2014-12-18
| | | | | | | | | | Nobody that is including SkFontHost is using SkFontHost API, so lets remove this includes, since the API per se is deprecated. BUG=None R=reed@google.com Review URL: https://codereview.chromium.org/803733006
* One more pass at getting half float texture configs correct.Gravatar jvanverth2014-12-18
| | | | | | | | | Added in check for sized internal format. Made choice between RED and ALPHA orthogonal to HALF_FLOAT and HALF_FLOAT_OES. Enabled rendertarget support on ES 2.0. Review URL: https://codereview.chromium.org/805033002
* Update SKP versionGravatar skia.buildbots2014-12-17
| | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Review URL: https://codereview.chromium.org/814633003
* Cleanup: More override fixes.Gravatar tfarina2014-12-17
| | | | | | | | | | | | | | | | Fixes errors like: ../../src/gpu/GrGeometryProcessor.h:172:25: error: 'name' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override] virtual const char* name() const = 0; ^ ../../include/gpu/GrProcessor.h:66:25: note: overridden virtual function is here virtual const char* name() const = 0; BUG=skia:3075 TEST=ninja -C out/Debug skia_lib TBR=mtklein@google.com Review URL: https://codereview.chromium.org/789343003
* rebaseGravatar joshualitt2014-12-17
| | | | | | | | TBR= NOTRY=True BUG=skia: Review URL: https://codereview.chromium.org/811243002
* remove view matrix from contextGravatar joshualitt2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/808703006
* use conics for addRRectGravatar reed2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/792493005
* add inverted path draw cases to complexclip gmGravatar bsalomon2014-12-17
| | | | Review URL: https://codereview.chromium.org/809163002
* Ignore buggy clip gm on Mac 10.9Gravatar egdaniel2014-12-17
| | | | | | | | | TBR= NOTRY=true BUG=skia: Review URL: https://codereview.chromium.org/793403005
* Stop creating GrODS for stencilPath commands.Gravatar bsalomon2014-12-17
| | | | Review URL: https://codereview.chromium.org/816513003
* Add Coverage Drawing XPGravatar egdaniel2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/808813002
* rebaseline after perspective/conic fixGravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/816543002
* version 0 of imgconv toolGravatar reed2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/809143002
* Rebaseline HD7770 GMs for https://codereview.chromium.org/811133002.Gravatar jvanverth2014-12-17
| | | | | | TBR=bensong@google.com Review URL: https://codereview.chromium.org/808173004
* rebaseline after perspective/conic changeGravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/812863002
* Turn off warnings as errors for the debuggerGravatar robertphillips2014-12-17
| | | | | | Compiling the debugger on Linux was running afoul of warnings-as-errors Review URL: https://codereview.chromium.org/812673004
* Add new complexclip3 gm.Gravatar egdaniel2014-12-17
| | | | | | | | | | | | | This GM is used to test the combined clipping of a complex clip (packman shape) and a simple one (circle). We loop over all combinations of clip ops, aa/bw clip, and inverse/non-inverse clips. This GM triggers a current bug in the gpu clipping code which fires an assert. Thus the skipGPU flag is set until that bug is fixed. BUG=skia: Review URL: https://codereview.chromium.org/798793003
* Mark flaky gm as ignore-failure on mac 10.9Gravatar Brian Salomon2014-12-17
| | | | | | BUG=skia:3256 Review URL: https://codereview.chromium.org/803443005
* Re-enable default sized formats, handling BGRA exception.Gravatar jvanverth2014-12-17
| | | | | | | | Sized texture formats are accepted by OpenGL desktop and ES 3.0, except when using BGRA with GL_EXT_texture_format_BGRA8888. In that case we fall back to using the unsized format. Review URL: https://codereview.chromium.org/811133002
* rebaseline after perspective/conic fixGravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/785333004
* Stop calling flushGLState in onStencilPathGravatar bsalomon2014-12-17
| | | | Review URL: https://codereview.chromium.org/805293003
* remove flags that are now in chrome's userconfigGravatar reed2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/809073002
* rebaseline after perspective fix (using conics)Gravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/811123003
* use conicsGravatar reed2014-12-17
| | | | | | BUG=skia: Review URL: https://codereview.chromium.org/455043002
* rebaseline after fix to cornerpatheffectGravatar reed2014-12-17
| | | | | | | | BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/814523004
* Fix a case of kPartialSuccess.Gravatar scroggo2014-12-17
| | | | | | | | | | | | Missed in https://codereview.chromium.org/647023006/ When JPEG decoder does not have the remainder of the image, it should return kPartialSuccess. BUG:b/17419670 BUG:b/18769124 Review URL: https://codereview.chromium.org/807983002
* Rebaseline HD7770 images after sized texture format revert.Gravatar jvanverth2014-12-17
| | | | | | TBR=bensong@google.com Review URL: https://codereview.chromium.org/815463002
* fix end-point and conic bugs in cornerpatheffectGravatar reed2014-12-17
| | | | | | | | fixes bug in GM/patheffect -- will need to be rebaselined BUG=skia: Review URL: https://codereview.chromium.org/803213003
* Update SKP versionGravatar skia.buildbots2014-12-17
| | | | | | | | Automatic commit by the RecreateSKPs bot. TBR= Review URL: https://codereview.chromium.org/813743002
* webpages_playback.py: Page sets to use changed telemetry API (AddUserStory)Gravatar kkinnunen2014-12-17
| | | | | | | | | | | | Make page sets to use telemetry.page.page_set.AddUserStory instead of AddPage. BUG=chromium:439512 BUG=skia:3196 NOTRY=true Review URL: https://codereview.chromium.org/811003002
* add arcto patheffectGravatar reed2014-12-17
| | | | | | | BUG=skia: TBR= Review URL: https://codereview.chromium.org/813513003
* Whitespace changeGravatar fmalita2014-12-17
| | | | | | | | | | To re-trigger the build bots. TBR=bensong@google.com NOTREECHECKS=true NOTRY=true Review URL: https://codereview.chromium.org/811623004
* Give the hoisting surfaces surface propsGravatar robertphillips2014-12-16
| | | | | | This mimics how layers are set up in SkGpuDevice::onCreateCompatibleDevice Review URL: https://codereview.chromium.org/809823003
* Revert using sized formats for everything except ES 2.0.Gravatar jvanverth2014-12-16
| | | | | | Temporary fix for WritePixels test on Nexus 5/Nexus 7-2013. Review URL: https://codereview.chromium.org/794273005
* Remove GrGpu::flushGraphicsStateGravatar bsalomon2014-12-16
| | | | Review URL: https://codereview.chromium.org/809843002
* Catch the stragglers from skbug.com/3241Gravatar scroggo2014-12-16
| | | | | | | | | | Update expectations for tests that were using SkLCGRandom (and now use SkRandom). TBR=benchen BUG=skia:3241 Review URL: https://codereview.chromium.org/813513002
* Update expectations for Win8-HD7770.Gravatar jvanverth2014-12-16
| | | | | | TBR=bensong@google.com Review URL: https://codereview.chromium.org/806283002
* Massive rebaseline for SkRandom.Gravatar scroggo2014-12-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | All of the following GMs have been switched from SkLCGRandom to SkRandom. Update their expectations for the new images. -beziers -circles -convexpaths -complexclip2 -complexclip2_rect_aa -complexclip2_rect_bw -complexclip2_path_aa -complexclip2_path_bw -complexclip2_rrect_aa -complexclip2_rrect_bw -cubicpath -cubicclosepath -degeneratesegments -emptypath -getpostextpath -hittestpath -linepath -lineclosepath -points -polygons -quadpath -quadclosepath -strokerects -strokes_round -strokes_poly BUG=skia:3241 TBR=mtklein Review URL: https://codereview.chromium.org/806263002
* Change desktop and ES 3.0 to always use sized internal texture formats.Gravatar jvanverth2014-12-16
| | | | | | Committed: https://skia.googlesource.com/skia/+/bc02bf0ee4221604796cd6d0394ca3af60c0a579 Review URL: https://codereview.chromium.org/806943002