- 1113da7 Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
- 0dcb8e3 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 10 years ago
- 385e26e Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 10 years ago
- 9e830ea In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 10 years ago
- 8d3e9df Revert of Mike's radial gradient CL with better float -> int. (patchset #7 id:120001 of https://codereview.chromium.org/1109643002/) by mtklein · 10 years ago
- 8a0a16d Revert of Stop closing batch prematurely (patchset #4 id:60001 of https://codereview.chromium.org/1092403002/) by joshualitt · 10 years ago
- abf6c5c Mike's radial gradient CL with better float -> int. by mtklein · 10 years ago
- db3ce12 In this CL we stop closing batches prematurely, and only close immediately before a flush. by joshualitt · 10 years ago
- 5053063 Remove legacy NVPR support by jvanverth · 10 years ago
- d79c549 Make non-AA hairline stroke rects snap to pixels centers so they close. by bsalomon · 10 years ago
- f0c000d fix a bug in scrolling BitmapText gpu cached textblobs by joshualitt · 10 years ago
- 00c2af8 Reduce ref counting in SkPictureRecorder. by mtklein · 10 years ago
- de8667b Reduce sizeof(SkPicture::Analysis) from 24 bytes to 2 bytes. by jbroman · 10 years ago
- 7831a4b Update more directories under src/ to follow C++11 style rule for {virtual,override}. by tfarina · 10 years ago
- 567ff2f Cleanup: Remove unnecessary double-semicolons. by tfarina · 10 years ago
- 6a307ba fix valgrind by caryclark · 10 years ago
- 1899651 Extract gpu line dashing to GrDashLinePathRenderer by kkinnunen · 10 years ago
- 283b587 Update {virtual,override} to follow C++11 style in src/utils. by tfarina · 10 years ago
- 130444f SkPDF: Refactor SkPDFObject heiararchy. by halcanary · 10 years ago
- 8e71d38 fix for GrBatchAtlas valgrind error by joshualitt · 10 years ago
- 37a92b4 Update {virtual,override} to follow C++11 style in src/fonts. by tfarina · 10 years ago
- d96fd0c Update {virtual,override} to follow C++11 style in src/pipe. by tfarina · 10 years ago
- 91df6c2 Fix some lingering typos by robertphillips · 10 years ago
- c9aec1e Revert of Remove validation exceptions in GrGLInterface. These are all now set by Chromium. (patchset #1 id:1 of https://codereview.chromium.org/1100413003/) by bsalomon · 10 years ago
- 9b8e79e simple fix for preabandon valgrind error by joshualitt · 10 years ago
- 08bc848 fix multiple intersection logic by caryclark · 10 years ago
- e062db9 fix for using too much memory in GrBatchAtlas by joshualitt · 10 years ago
- 42d9f35 Remove validation exceptions in GrGLInterface. These are all now set by Chromium. by bsalomon · 10 years ago
- 92888e7 Remove validation of blend barrier until Chrome can provide this function by bsalomon · 10 years ago
- f4f2b44 Add onGetBlendInfo to GrXferProcessor by cdalton · 10 years ago
- 03b03ca working on initial winding for cubics by caryclark · 10 years ago
- 4b17fa3 Ensure that we create a NULL codec for images with zero dimensions by msarett · 10 years ago
- 4314e08 small fix for perf regression in GrAtlasTextContext.cpp by joshualitt · 10 years ago
- 743be19 use acquire/release in SkEventTracer.cpp by mtklein · 10 years ago
- 473ffa1 Remove unnecessary viewmatrix compare in GrAtlasTextContext by joshualitt · 10 years ago
- 632e92f [SkPDFDevice] Enable pathops-based inverse fills by fmalita · 10 years ago
- 31d36b0 Remove MSAA check from Ganesh veto (dashed paths are no longer slow). by senorblanco · 10 years ago
- cf614fd Move function to be static instead of anonymous namespace by egdaniel · 10 years ago
- 97202d2 Fix for segfault on destruction of BitmapTextBlob by joshualitt · 10 years ago
- 2b4bb07 Improve the curve tessellation subdivision of the path renderers. by senorblanco · 10 years ago
- b0e1be2 Refactor createTexture and onCreateTexture by egdaniel · 10 years ago
- b30938b Revert of enable TextBlob / Batch (patchset #1 id:1 of https://codereview.chromium.org/1077813004/) by joshualitt · 10 years ago
- 12c20e4 Fix for GrAtlasTextContext memory leak by joshualitt · 10 years ago
- bae6f6c Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
- b75f810 enable TextBlob / Batch by joshualitt · 10 years ago
- 98b8485 O(1) SkPictureUtils::ApproxBytesUsed() by mtklein · 10 years ago
- 2575f31 Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/) by tomhudson · 10 years ago
- a7c6389 fix some small bugs with GrAtlasTextContext by joshualitt · 10 years ago
- 8e57885 Add tokens and entry points for KHR_blend_equation_advanced by cdalton · 10 years ago
- fd4167d Import glTextureBarrier by cdalton · 10 years ago
- d7c6771 Support HWUI rename of DisplayListRenderer by tomhudson · 10 years ago
- 010db53 Some simple optimizations for improving GrAtlasTextContext perf by joshualitt · 10 years ago
- 64c99cc Add support for rotating / scaling / translating gpu cached distance field textblobs by joshualitt · 10 years ago
- 59bcfae Split default and user-supplied event tracers. by mtklein · 10 years ago
- ae32c10 Store pointers to GrGlyph directly in BitmapTextBlob. This patch improves performance by avoiding hashmap lookups under normal use by joshualitt · 10 years ago
- a4a0aeb Revert of Convert Color32 code to perfect blend. (patchset #6 id:100001 of https://codereview.chromium.org/1098913002/) by mtklein · 10 years ago
- 8672f4d Pack BitmapTextBlob a bit tighter by joshualitt · 10 years ago
- 25ba7ea reuse scaler across consecutive textbatch flushes by joshualitt · 10 years ago
- fcfb9fc A small patch to enable distance field text in textblobs by joshualitt · 10 years ago
- 33d73c3 SkTHash: remove() by mtklein · 10 years ago
- bc22714 Undo the bounds mapping of bounds for GrOvalRenderer for certain draws by egdaniel · 10 years ago
- df386c5 fix valgrind uninitialized var error by caryclark · 10 years ago
- f3c2c46 Make the GPU dashing effect MSAA-friendly. by senorblanco · 10 years ago
- e1ddb3b Regularize lmp::XXX_element_handler. by bungeman · 10 years ago
- d1e7287 Minor modifications to GrProgramDesc.h. by jvanverth · 10 years ago
- 9ef1bb1 Return correctly mapped bounds from GrOvalRenderer. by egdaniel · 10 years ago
- f61475e Regularize informative messages in Android font parser. by bungeman · 10 years ago
- 61221e7 Convert Color32 code to perfect blend. by mtklein · 10 years ago
- 1049f12 Now, path ops natively intersect conics, quads, and cubics in any combination. There are still a class of cubic tests that fail and a handful of undiagnosed failures from skps and fuzz tests, but things are much better overall. by caryclark · 10 years ago
- 5c476fb apply xfermode after imagefilter when we create a tmp layer by reed · 10 years ago
- 6d88bdb Fix point count computation in tessellating path renderer. by senorblanco · 10 years ago
- a8ec480 remove dead code from SK_SUPPORT_LEGACY_BLITANTIH2V2 by reed · 10 years ago
- e85a754 Respect declared font style on Android. by bungeman · 10 years ago
- 21d3ed5 Revert of Respect declared font style on Android. (patchset #6 id:100001 of https://codereview.chromium.org/1092093002/) by jcgregorio · 10 years ago
- a8448bc PDF: Correctly embed JPEG images directly into PDF output. by halcanary · 10 years ago
- 673e902 Respect declared font style on Android. by bungeman · 10 years ago
- 54b666b Trace contention for lockPixels mutex by enne · 10 years ago
- afe2ffb Rework SSE and NEON Color32 algorithms to be more correct and faster. by mtklein · 10 years ago
- 9d911d5 Remove filename from SkFontDescriptor. by bungeman · 10 years ago
- fec19e1 Small change to allow DistanceField and BMP text to coexist in a blob by joshualitt · 10 years ago
- 9bd2daf Initial CL to add distance field support to GrAtlasTextContext by joshualitt · 10 years ago
- ca1a22e Revert of Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1060703003/) by reed · 10 years ago
- d803cda Add PS 'all' weight name to scanFont. by bungeman · 10 years ago
- 5b9f42c Improve tessellating path rasterizer performance on dashed paths. by senorblanco · 10 years ago
- 26ffc00 add textblob cache freeall by joshualitt · 10 years ago
- 8dc7c3a Rename GrStencilBuffer to GrStencilAttachment by egdaniel · 10 years ago
- 9c79820 SkScaledBitmapSampler: fix memory overwritten by zoran.jovanovic · 10 years ago
- 72badbd Add ReverseIter to GrTRecorder by cdalton · 10 years ago
- bdb0bf5 Revert of remove unused (by clients) SkPathUtils (patchset #1 id:1 of https://codereview.chromium.org/1088383003/) by jcgregorio · 10 years ago
- 6ef68ab Don't serialize anything for SkEmptyShader. by mtklein · 10 years ago
- aab35d9 remove unused (by clients) SkPathUtils by reed · 10 years ago
- f7aaadb Zero jpeg_decompress_struct before calling jpeg_calc_output_dimensions(). by mtklein · 10 years ago
- 0b71278 remove older version of cubic->coeff by reed · 10 years ago
- 6983f66 Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/)" by reed · 10 years ago
- a12225b Revert of make blitAntiH2 virtual, to prep for larger change (patchset #1 id:1 of https://codereview.chromium.org/1048323005/) by reed · 10 years ago
- 33afdaa make blitAntiH2 virtual, to prep for larger change by reed · 10 years ago
- 639a828 Revert of Speeup hairline curves (quads and cubics) (patchset #7 id:120001 of https://codereview.chromium.org/1078413003/) by reed · 10 years ago
- bed83a6 Don't draw if SkShader::asNewFragmentProcessor fails. by bsalomon · 10 years ago
- bc02735 Fix LCD text and add path fix for Mali. by jvanverth · 10 years ago
- a024616 Speeup hairline curves (quads and cubics) by reed · 10 years ago