Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
9cc1775e7230579ad15345bdcb59fa517c17f870
/
src
9cc1775
rename GrShaderDataManager -> GrProcessorDataManager
by joshualitt
· 9 years ago
0067ff5
fix up test create functions
by joshualitt
· 9 years ago
0007bde
SkAdvancedTypefaceMetrics zeroing constructor
by halcanary
· 9 years ago
3ba043f
Remove another assertion that a reference is non-null.
by dcheng
· 9 years ago
4f3ad29
disabled GrAALinearizingConvexRenderer for now
by ethannicholas
· 9 years ago
8179341
add ability to get FBO ID to Surface
by joshualitt
· 9 years ago
3c06511
Add image->bitmap
by reed
· 9 years ago
21217ab
Remove SkImage::NewFromBitmap encoded data helper
by fmalita
· 9 years ago
7765a47
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 9 years ago
d07a279
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/)
by bsalomon
· 9 years ago
b245605
more threading of GrShaderDataManager
by joshualitt
· 9 years ago
85ff25e
Thread GrShaderDataManager through Image filters
by joshualitt
· 9 years ago
2cff176
More threading of GrShaderDataManager
by joshualitt
· 9 years ago
f5179a4
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 9 years ago
8ca93e7
Initial CL to create dummy GrShaderDataManager and thread it through
by joshualitt
· 9 years ago
2f19b55
Remove &glyph from SkASSERT.
by dcheng
· 9 years ago
fc95be1
fix pathops battle test
by caryclark
· 9 years ago
f7b54cd
Add check that Dwrite glyph fits in unicode table.
by wfh
· 9 years ago
eeff8bb
Allow reset of the SkPictureRecorder cull rect and other parameters during endRecording.
by schenney
· 9 years ago
0dacc67
When GrAAConvesTesselator was merging the first and last point of the array, it was deleting the last point without checking to see if any of the previous points shared the same index. This led to continuing to use the index of a deleted point and thus referencing memory past the end of the vertex array.
by ethannicholas
· 9 years ago
1b24933
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 9 years ago
8e0c150
Propagate SkSurfaceProps when known
by robertphillips
· 9 years ago
a8db728
add matrix options to drawDrawable
by reed
· 9 years ago
31dc1b2
style nit cleanups. e.g. remove 'virtual' on override declarations
by robertphillips
· 9 years ago
d2baa90
Make sp- via support SkDrawables; add a GM to test it.
by mtklein
· 9 years ago
1c8a587
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
5617900
add SkImage::NewFromBitmap
by reed
· 9 years ago
6f29a3c
Revert of Revert of Fixing libpng transform use (patchset #1 id:1 of https://codereview.chromium.org/1213743004/)
by scroggo
· 9 years ago
07abbbe
Fix up SkMatrix::isFinite call
by robertphillips
· 9 years ago
27c8eb8
When three or more edges are coincident, the logic needs
by caryclark
· 9 years ago
d312dca
Revert of Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1207353004/)
by robertphillips
· 9 years ago
759373a
add colortable param to newrastercopy
by reed
· 9 years ago
dca20ce
explicitly bump legacy genID on gpu surface
by reed
· 9 years ago
8355100
Revert of Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #1 id:1 of https://codereview.chromium.org/1219193002/)
by jvanverth
· 9 years ago
2853fe4
Revert of Implement support for CHROMIUM_path_rendering pseudo extension (patchset #4 id:60001 of https://codereview.chromium.org/1192663002/)
by jvanverth
· 9 years ago
94a2fbc
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #29 id:750001 of https://codereview.chromium.org/1180983002/)
by jvanverth
· 9 years ago
6c90e09
Revert of Fixing libpng transform use (patchset #5 id:80001 of https://codereview.chromium.org/1214203005/)
by jvanverth
· 9 years ago
02802f6
Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/)
by jvanverth
· 9 years ago
eeef46d
Implement support for CHROMIUM_path_rendering pseudo extension
by kkinnunen
· 9 years ago
9693037
This change:
by emmaleer
· 9 years ago
40141b5
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
c50acf2
Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate.
by mtklein
· 9 years ago
64b4c78
Add support for drawBitmapRect() to SkMiniRecorder.
by mtklein
· 9 years ago
478c9e4
Revert "Move headers used by headers in include/ to include/private."
by Mike Klein
· 9 years ago
aa2a7de
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #28 id:710001 of https://codereview.chromium.org/1180983002/)
by msarett
· 9 years ago
a760942
Don't cap num_cores at 32 on 32-bit Windows.
by mtklein
· 9 years ago
e9e3ee3
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
928e165
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
ebaf6a6
Revert of Fix SkTileImageFilter clipping/cropRect interaction issue (patchset #2 id:30001 of https://codereview.chromium.org/1210053003/)
by bsalomon
· 9 years ago
4417c7f
Revert "Move headers used by headers in include/ to include/private."
by jvanverth
· 9 years ago
a89f551
Move headers used by headers in include/ to include/private.
by mtklein
· 9 years ago
d711d11
Thread through a flag to force SkPicture::playback() when recording subpictures.
by mtklein
· 9 years ago
c0e80c1
In the case of subset decodes, we will often not decode to
by msarett
· 9 years ago
8b2b380
Fix dm failures after Cleanup legacy NVPR-related definitions
by kkinnunen
· 9 years ago
cfe62e3
Cleanup legacy NVPR-related definitions
by kkinnunen
· 9 years ago
dec1afc
Add annotations to SkSharedMutex.
by herb
· 9 years ago
a8d4559
Fix infinite matrix during an invert.
by vmpstr
· 9 years ago
d3e259a
Add SkSurface factory for wrapping an FBO in SkSurface
by bsalomon
· 9 years ago
c49e868
Rename flushForExternalRead->flushForExternalIO and always call in SkSurface::getTextureHandle
by bsalomon
· 9 years ago
c845fa0
Pass arguments to SkRecords structs by const&.
by mtklein
· 9 years ago
439f23e
Revert of Cleanup legacy NVPR-related definitions (patchset #4 id:60001 of https://codereview.chromium.org/1177243004/)
by jvanverth
· 9 years ago
ffe6ebb
Fix blur bug on Andreno 430 with bool cast to float
by bsalomon
· 9 years ago
98fc73c
Change initializer list order to match field declaration order.
by sammc
· 9 years ago
e35b5d9
Cleanup legacy NVPR-related definitions
by kkinnunen
· 9 years ago
7aedda5
Refactor separable varying location info to be stored in GrGLProgram subclass
by kkinnunen
· 9 years ago
e04edd8
Hide NVPR text behind distance field flag
by cdalton
· 9 years ago
3fdde4e
Remove old iOS porting files.
by bungeman
· 9 years ago
c782b2a
Implement shared locks in the style of pthread's rwlock.
by herb
· 9 years ago
823b2a7
SoftLight with SkPMFloat
by mtklein
· 9 years ago
b743c66
Edges matter, part 2.
by mtklein
· 9 years ago
218f21a
don't fix winding for empty paths
by caryclark
· 9 years ago
f657b10
Revert of Switch SkJpegCode to libjpeg-turbo (patchset #25 id:680001 of https://codereview.chromium.org/1180983002/)
by msarett
· 9 years ago
f8bf918
Add libjpeg-turbo library (depends on yasm)
by msarett
· 9 years ago
4b41827
Revert of SoftLight with SkPMFloat (patchset #6 id:100001 of https://codereview.chromium.org/1221493002/)
by mtklein
· 9 years ago
884200e
remove premature discard optimization
by reed
· 9 years ago
3e47d49
SoftLight with SkPMFloat
by mtklein
· 9 years ago
fa5e68e
add getTextureHandle to SkSurface
by reed
· 9 years ago
5800155
add drawArraysInstanced to caps
by joshualitt
· 9 years ago
d24955a
Make SkPaint::glyphsToUnichars use explicit SkSurfaceProps
by robertphillips
· 9 years ago
2766c00
remove SkInstCnt
by mtklein
· 9 years ago
bc23375
Turn off buffer mapping in Chromium
by bsalomon
· 9 years ago
05a2ac2
Add extra braces for uintNNxMx4_t initializers.
by mtklein
· 9 years ago
2aab22a
Color dodge and burn with SkPMFloat.
by mtklein
· 9 years ago
cdb42bb
Revert of Revert of remove SK_SUPPORT_LEGACY_PATHOP_ENUMS (patchset #1 id:1 of https://codereview.chromium.org/1203983003/)
by reed
· 9 years ago
157bcd0
Fix SkTileImageFilter clipping/cropRect interaction issue
by robertphillips
· 9 years ago
0e72b7e
add/fix copyrights
by reed
· 9 years ago
bd5d7e7
Revert of Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #1 id:1 of https://codereview.chromium.org/1212833002/)
by fmalita
· 9 years ago
9730f4a
Revert of added stroking support to GrAALinearizingConvexPathRenderer (patchset #6 id:100001 of https://codereview.chromium.org/1180903006/)
by reed
· 9 years ago
f9ad558
Revert of Revert of Return GrGLContext from GrTestTarget (patchset #1 id:1 of https://codereview.chromium.org/1211123004/)
by reed
· 9 years ago
1852ec2
Revert of Return GrGLContext from GrTestTarget (patchset #3 id:40001 of https://codereview.chromium.org/1207393002/)
by reed
· 9 years ago
ca10953
implement drawAtlas natively on gpu-device
by reed
· 9 years ago
b6d93ea
Return GrGLContext from GrTestTarget
by joshualitt
· 9 years ago
2436f19
added stroking support to GrAALinearizingConvexPathRenderer
by ethannicholas
· 9 years ago
3dfd133
fix up virtual / override stuff
by reed
· 9 years ago
4c21dc5
add drawImageNine
by reed
· 9 years ago
b0c5071
What did we learn today? 255 != 256
by mtklein
· 9 years ago
e9a3e3c
Convert SkPMFloat to [0,1] range and prune its API.
by mtklein
· 9 years ago
538bacb
Revert of Cleanup legacy NVPR-related definitions (patchset #3 id:40001 of https://codereview.chromium.org/1177243004/)
by fmalita
· 9 years ago
fb8d688
Cleanup legacy NVPR-related definitions
by kkinnunen
· 9 years ago
b5e8611
Implement four more xfermodes with Sk4px.
by mtklein
· 9 years ago
Next »