Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
05424f77fa8812b6c9e3a21def954e2c8971886a
/
src
05424f7
fix cubic clip in y
by caryclark
· 9 years ago
6392668
Add ANGLE workaround to prefer flushes over VRAM usage
by robertphillips
· 9 years ago
12d8472
Revert of Implement canComputeFastBounds() for image filters. (patchset #8 id:130001 of https://codereview.chromium.org/1296943002/ )
by herb
· 9 years ago
ddbbdda
SkImage method for detecting lazy decoding
by fmalita
· 9 years ago
7d17340
subdivide path when side-clipping fails
by caryclark
· 9 years ago
725c620
SkPDF: Memory improvements for PDF Streams
by halcanary
· 9 years ago
99fe822
Use static_assert instead of SK_COMPILE_ASSERT.
by bungeman
· 9 years ago
915881f
Implement canComputeFastBounds() for image filters.
by senorblanco
· 9 years ago
a7f4c43
For a frag proc, its key will be a concatenation of all its descendant procs' keys in postorder traversal.
by wangyix
· 9 years ago
87e4752
Revert "fill rect batch refactor into separate batches"
by joshualitt
· 9 years ago
2f0dbc7
Update SkLightingShader to support rotation
by robertphillips
· 9 years ago
d1c6b7c
SkColorCubeFilter: require alpha == 0xFF.
by mtklein
· 9 years ago
3679c1b
Bug fix: we're using SkPMFloat methods on SkColor.
by mtklein
· 9 years ago
3a30cc1
Thou shalt use override consistently.
by mtklein
· 9 years ago
ab42ec7
Add asserts for shared mutex.
by herb
· 9 years ago
add79ef
Put drawPath in GrBatch.
by bsalomon
· 9 years ago
f7d602a
Revert "Update SkLightingShader to support rotation"
by robertphillips
· 9 years ago
a060eba
SkPDF: Simplify PDFStream / emitObject() const
by halcanary
· 9 years ago
216b643
private iterator to visit all resource cache entries
by reed
· 9 years ago
fea7763
Fix transformed stroke width in GrAALinearizingConvexPathRenderer.
by ethannicholas
· 9 years ago
f3c15b7
Move SkTemplates.h to private.
by bungeman
· 9 years ago
9be0b00
stop dropping AA when rect stays rect
by joshualitt
· 9 years ago
f582282
change asABitmap to isABitmap on shader
by reed
· 9 years ago
3b44dcf
Patches on top of Radu's latest.
by mtklein
· 9 years ago
45b59ed
Update SkLightingShader to support rotation
by robertphillips
· 9 years ago
c6ad06a
unsigned -> int for counts and indices in picture-related code
by mtklein
· 9 years ago
4b01329
Add rendertarget flag to prevent a debug assert in SampleApp.
by senorblanco
· 9 years ago
ae5b2c6
Create GrQuad
by joshualitt
· 9 years ago
7dea7b7
Use calloc to allocate data that will be uploaded to vertex/index buffers in Chrome
by bsalomon
· 9 years ago
93ab254
This change is in preparation for updating how processor keys and meta keys are generated for frag procs.
by wangyix
· 9 years ago
451af50
remove SkDeferredCanvas
by reed
· 9 years ago
da04e0e
Allow setting of GrBatchFontCache atlas sizes
by joshualitt
· 9 years ago
82a02c9
Revert of SkCanvas::onDrawPicture() quick-reject (patchset #3 id:40001 of https://codereview.chromium.org/1264133003/ )
by herb
· 9 years ago
a4c3244
add missing override
by mtklein
· 9 years ago
ae41b38
fill rect batch refactor into separate batches
by joshualitt
· 9 years ago
6458b6f
Init class ID in GrStencilPathBatch
by Brian Salomon
· 9 years ago
d3d0724
SkCanvas::onDrawPicture() quick-reject
by fmalita
· 9 years ago
48305e8
SkPDF/Deflate: clean up old SkFlate code
by halcanary
· 9 years ago
a44919e
Path stenciling in GrBatch
by bsalomon
· 9 years ago
4f0e047
handle no shader from image in drawAtlas
by reed
· 9 years ago
f46c5e8
Remove Cmd in GrTargetCommands that is no longer needed with GrCopySurfaceBatch
by bsalomon
· 9 years ago
08f9234
Try again to put SkXfermode_opts in SK_OPTS_NS
by mtklein
· 9 years ago
872062c
GrCopySurfaceBatch
by bsalomon
· 9 years ago
2a37843
added emitChild() to GrGLFragmentProcessor; removed AutoFragmentChildProcAdvance class
by wangyix
· 9 years ago
f39c9b2
Add support for non-mappable vert buffers to tessellating path renderer.
by senorblanco
· 9 years ago
b1daa86
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code.
by wangyix
· 9 years ago
935d6cf
Add subsets to SkImageGenerator and SkImageCacherator
by reed
· 9 years ago
5ea0363
ClearStencilClip in GrBatch
by bsalomon
· 9 years ago
2ad37be
Move GrTBatchTesselator to its own file
by joshualitt
· 9 years ago
b2a3270
Update SkOpts namespaces.
by mtklein
· 9 years ago
9dc2a9a
Add missing overrides to clear and discard batch dumpInfo()
by Brian Salomon
· 9 years ago
2d141ba
Patches on top of Radu's latest.
by mtklein
· 9 years ago
f052715
Use portable code for family names with DirectWrite.
by bungeman
· 9 years ago
5346983
Put clear and discard into GrBatch.
by bsalomon
· 9 years ago
0c263fa
Deduplicate typefaces across sub-pictures
by mtklein
· 9 years ago
a83593b
Prefer native scaling to sampling
by msarett
· 9 years ago
0628a52
Regenerate LCD text blobs if GrPaint's color changes, not SkPaint.
by jvanverth
· 9 years ago
54017d7
Made isEqual in GrFragmentProcessor recursive
by wangyix
· 9 years ago
cd47b71
GrAAFillRectBatch holds onto GrPipelineOptimizations
by joshualitt
· 9 years ago
69ed114
Added class AutoFragmentChildProcAdvance to be constructed before a child emitCode and destructed after
by wangyix
· 9 years ago
94c902e
fix pathops fuzz failures
by caryclark
· 9 years ago
e46f9fe
Privatize GrBatch subclass overrides
by bsalomon
· 9 years ago
cf9c475
Remove a couple zombie pathops files.
by mtklein
· 9 years ago
9483763
Remove SkOpts_sse2.cpp.
by mtklein
· 9 years ago
95dd177
Revert[8] "move some public headers into private"
by reed
· 9 years ago
7539856
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
by bsalomon
· 9 years ago
1a899c9
Stop ping ponging AA in SkGpuDevice
by joshualitt
· 9 years ago
a61c817
drawBitmapImage can batch across AA rects
by joshualitt
· 9 years ago
6a91ad2
remove unused code
by caryclark
· 9 years ago
f433bb2
SkPaintFilterCanvas should inherit the target canvas state
by fmalita
· 9 years ago
29553b3
Revert of drawBitmapImage can batch across AA rects (patchset #5 id:80001 of https://codereview.chromium.org/1293543002/ )
by joshualitt
· 9 years ago
0d4bcea
drawBitmapImage can batch across AA rects
by joshualitt
· 9 years ago
fb28cd2
Revert[7] "move some public headers into private"
by reed
· 9 years ago
e027169
Revert[6] "move some public headers into private"
by reed
· 9 years ago
a83eead
Revert of stop dropping AA when rect stays rect (patchset #8 id:140001 of https://codereview.chromium.org/1295523002/ )
by joshualitt
· 9 years ago
f5fb939
SkPDF: Move SkFlate into src/pdf (part 3/3)
by halcanary
· 9 years ago
090ae8e
fix valgrind issue
by joshualitt
· 9 years ago
40ac15a
fix viewmatrix mapping in AAFillRect
by joshualitt
· 9 years ago
cc2feb1
Support more swizzles to 565 in SkCodec
by scroggo
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
1bef9f5
stop dropping AA when rect stays rect
by joshualitt
· 9 years ago
b0a32cc
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
by egdaniel
· 9 years ago
6fbdeef
Revert of Paranoid temporary check that Chrome's building with SSE2 on all Windows builders. (patchset #1 id:1 of https://codereview.chromium.org/1283183004/ )
by mtklein
· 9 years ago
b157917
SkScaledCodec class
by emmaleer
· 9 years ago
e844530
Paranoid temporary check that Chrome's building with SSE2 on all Windows builders.
by mtklein
· 9 years ago
16b9913
Split GrDrawBatch and GrVertexBatch into their own files
by bsalomon
· 9 years ago
8f4fe37
some catchup CL revisions
by reed
· 9 years ago
7e6d9c0
Every pixel ref gets its own mutex.
by mtklein
· 9 years ago
c7993d7
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
00ba1e0
Belt and suspenders for colors in DrawAtlasBatch test
by jvanverth
· 9 years ago
abd30f5
Introduce GrBatch subclasses GrDrawBatch and GrVertexBatch to prepare for non-drawing batches
by bsalomon
· 9 years ago
8f34372
Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images.
by reed
· 9 years ago
5a16cf6
Normalize SkXfermode_opts.h argument order as d,s[,aa].
by mtklein
· 9 years ago
d518ea7
SkScaledCodec class
by emmaleer
· 9 years ago
1acf250
Fix for VALGRIND DrawAtlas test issue.
by jvanverth
· 9 years ago
e5aaa07
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
0944100
SkScaledCodec class
by emmaleer
· 9 years ago
e516e4f
fix up batch_spew
by joshualitt
· 9 years ago
9c80b5f
Move GrRectBatch to GrBWFillRectBatch and make internal
by joshualitt
· 9 years ago
d5b7563
add SkImage::NewFromPicture and a GM to test it
by reed
· 9 years ago
Next »