Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
914a36b248ffb538874483d86759254838866dd7
/
src
914a36b
MakeBackendTextureFromSkImage
by Eric Karl
· 7 years ago
708ec81
move SkMatrix anonymous affine enum to private
by Cary Clark
· 7 years ago
2e67dea
Handle coverage for hairline lines with sub pixel lengths correctly on GPU
by Greg Daniel
· 7 years ago
a65f2f0
check unpremul scale directly against infinity
by Mike Klein
· 7 years ago
177e695
Add flag on GrBackendTexture to say whether texture is mipped or not
by Greg Daniel
· 7 years ago
18e5cbb
Fix Metal build
by Greg Daniel
· 7 years ago
0fc4d2d
Use enum to track MipMapsStatus throughout Texture creation
by Greg Daniel
· 7 years ago
5124593
Fix assert in GrSmallPathRenderer tickled by GLProgramsTest
by Jim Van Verth
· 7 years ago
1ba5b6b
Plumb more SkPaintFilterCanvas virtuals
by Florin Malita
· 7 years ago
20d479c
abort SkRRect::transform() before dst->scaleRadii() asserts
by Mike Klein
· 7 years ago
5698c8a
Batch better in GrSmallPathRenderer and add perspective support.
by Jim Van Verth
· 7 years ago
7f9b215
Force all Intel GPUs to use draws instead of clears on Macs
by Robert Phillips
· 7 years ago
0b4d8aa
Add benchmark for comparing multitexturing to non-multitexturing image draws.
by Brian Salomon
· 7 years ago
c9472af
SkSL FPs now support child processors, converted ArithmeticFP to SkSL
by Ethan Nicholas
· 7 years ago
f88c12e
Add api for passing mipped hint into ImageGenerator onGenerateTexture
by Greg Daniel
· 7 years ago
3758c75
remove dead code for returning 0 on overflow
by Mike Reed
· 7 years ago
4815db5
removed dead code behind legacy fontmgr api flag
by Mike Reed
· 7 years ago
b89c883
keep SkRSXforms aligned in SkLiteDL
by Mike Klein
· 7 years ago
5eb1528
Add mulHi to SkNx
by Herb Derby
· 7 years ago
e076223
clone saturating cast code for doubles
by Mike Reed
· 7 years ago
1700baf
Add include guard to SkFontConfigInterface.h
by Ben Wagner
· 7 years ago
834f120
Set correct mip map status on GrTexture since we no longer require all mip data
by Greg Daniel
· 7 years ago
c5b9498
SkPDF: consolidate two functions in SkPDFObjNumMap
by Hal Canary
· 7 years ago
24f0a35
SkColorSpaceXform: clamp before table lookups
by Mike Klein
· 7 years ago
a108c92
Fix drawSpecialImage
by Robert Phillips
· 7 years ago
1c35e57
Revert "Revert "Fix a couple float-cast-overflow in SkScan*.""
by Ben Wagner
· 7 years ago
3f98552
Small pathops cleanup.
by Ben Wagner
· 7 years ago
63fd760
Remove trailing whitespace.
by Ben Wagner
· 7 years ago
29380bd
Remove carriage returns.
by Ben Wagner
· 7 years ago
7f56d3d
Revert "Revert "Disable GL buffer mapping on TSAN/Mac.""
by Brian Salomon
· 7 years ago
90196cc
Reduce the frequency of the text atlas compaction.
by Derek Sollenberger
· 7 years ago
2631558
fix use of uninitialized flag in SkCodec
by Ivan Afanasyev
· 7 years ago
4ba211f
Revert "Enable coverage counting path rendering except on Android framework"
by Chris Dalton
· 7 years ago
c4b015a
use unsigned to allow for using all 32bits for approx distance
by Mike Reed
· 7 years ago
37387c8
fix include guard
by Mike Reed
· 7 years ago
c7e66ea
Disable deferred proxies a different way in Chrome
by Robert Phillips
· 7 years ago
b6abb9b
Revert "Fix a couple float-cast-overflow in SkScan*."
by Ben Wagner
· 7 years ago
7281801
Revert "Revert "change computeByteSize to return max_size_t on overflow""
by Mike Reed
· 7 years ago
16e92cd
Fix new compiler warnings in GLInstancedRendering.cpp
by Chris Dalton
· 7 years ago
abff956
initClassID no longer auto-allocates ids
by Ethan Nicholas
· 7 years ago
4e7cdd5
Revert "Disable GL buffer mapping on TSAN/Mac."
by Brian Salomon
· 7 years ago
c5eb97d
add helper to check for overflow
by Mike Reed
· 7 years ago
c203e65
Disable GL buffer mapping on TSAN/Mac.
by Brian Salomon
· 7 years ago
67ef5d7
Remove SkTypeface::Style use in API.
by Ben Wagner
· 7 years ago
4cad310
CCPR: Blacklist Intel driver except on Mac
by Chris Dalton
· 7 years ago
06cd666
CCPR: Block older Intel/Mesa setups
by Chris Dalton
· 7 years ago
3cd0bef
Fix a couple float-cast-overflow in SkScan*.
by Ben Wagner
· 7 years ago
196efbf
Enable coverage counting path rendering except on Android framework
by Chris Dalton
· 7 years ago
cc604e5
CCPR: Add workaround for PowerVR crash
by Chris Dalton
· 7 years ago
4a6a732
CCPR: Blacklist intel 4xxx and 6xxx
by Chris Dalton
· 7 years ago
384f0a7
Revert "change computeByteSize to return max_size_t on overflow"
by Mike Reed
· 7 years ago
e1da1d9
Add option to create a deferred render target context with mips
by Greg Daniel
· 7 years ago
567d6f4
Add GS Invocations caps to SkSL StandaloneShaderCaps
by Chris Dalton
· 7 years ago
2429546
change computeByteSize to return max_size_t on overflow
by Mike Reed
· 7 years ago
f1b47bb
Add a cap for geometry shader invocations
by Chris Dalton
· 7 years ago
1fbb07a
Fix window origin on mac views
by Chris Dalton
· 7 years ago
981a31e
Generate warning settings for Android framework
by Leon Scroggins III
· 7 years ago
1265894
Don't execute onFlush op lists until after GPU data is uploaded
by Chris Dalton
· 7 years ago
d151322
CCPR: Don't forget resource provider in Pipeline InitArgs
by Chris Dalton
· 7 years ago
3e70fa3
When mip mapping, do YUV mip generation on CPU then upload to GPU.
by Greg Daniel
· 7 years ago
ef8ce28
experiments to speed up drawing 32bit images into 565
by Mike Reed
· 7 years ago
04eb02f
Fewer atomic ops in debug with SkBufferHead.
by Ben Wagner
· 7 years ago
a3b8895
clamp to [0,1] in all gradient tilers
by Mike Klein
· 7 years ago
eccda1c
Clean up SkString reference counting a bit.
by Ben Wagner
· 7 years ago
a2fd62a
Use draws instead of clears on Macs w/ Intel Iris Pro GPUs
by Robert Phillips
· 7 years ago
d94e00c
abort if glyph metrics fall outside safe rect
by Mike Klein
· 7 years ago
2ba7f3a
reformat hard-to-read preprocessor in SkJumper.cpp
by Mike Klein
· 7 years ago
839872c
converted GrConfigConversionEffect to SkSL
by Ethan Nicholas
· 7 years ago
2a76985
aggressively refactor pipeline building in SkColorSpaceXform
by Mike Klein
· 7 years ago
8d64ee7
Update SkBufferHead fRefCnt to std::atomic.
by Ben Wagner
· 7 years ago
3a93053
Always use draws instead of clears for ANGLE D3D11
by Robert Phillips
· 7 years ago
01f8e41
Revert "Clean up SkString reference counting a bit."
by Robert Phillips
· 7 years ago
b93fdfd
Revert "Don't execute onFlush op lists until after GPU data is uploaded"
by Mike Klein
· 7 years ago
98156c4
refactor SkColorSpaceXform a bit
by Mike Klein
· 7 years ago
374a4e4
Don't execute onFlush op lists until after GPU data is uploaded
by Chris Dalton
· 7 years ago
a910c84
Clean up SkString reference counting a bit.
by Ben Wagner
· 7 years ago
e067395
Avoid overflow computing reserve for aaclip
by Mike Reed
· 7 years ago
fc5060d
Revert "Revert "Update lockTextureProxy to return mipped proxys if mipping is requested.""
by Greg Daniel
· 7 years ago
b379dcd
Sever fOriginalPath connection whenever a GrShape becomes a simple type
by Brian Osman
· 7 years ago
a84cacf
Rename GrOpList::reset to endFlush
by Chris Dalton
· 7 years ago
fa8c080
Use SK_DISABLE_DEFERRED_PROXIES to only disable deferred proxies for Chrome
by Robert Phillips
· 7 years ago
c42b20b
Revert "Revert "When flushing, reset flush state before op lists""
by Greg Daniel
· 7 years ago
69f26db
Ensure glxGetProcAddress is declared
by Brian Osman
· 7 years ago
f8bc001
Revert "When flushing, reset flush state before op lists"
by Greg Daniel
· 7 years ago
78bdee2
When flushing, reset flush state before op lists
by Greg Daniel
· 7 years ago
f0ffb89
Revert[4] "guard old apis for querying byte-size of a bitmap/imageinfo/pixmap"
by Mike Reed
· 7 years ago
d140fe9
Add MDB comments to recent kNoPendingIO changes
by Brian Osman
· 7 years ago
af89366
Make SkString reference counting thread/TSAN safe.
by Ben Wagner
· 7 years ago
364e248
CCPR: Avoid left shifts on negative numbers
by Chris Dalton
· 7 years ago
63272cf
Potential fix for Android regression
by Jim Van Verth
· 7 years ago
87c76ed
Revert "Update lockTextureProxy to return mipped proxys if mipping is requested."
by Greg Daniel
· 7 years ago
862c196
Remove static initializers in SkCodec
by Leon Scroggins III
· 7 years ago
dd7ffa5
Handle the error input case in SkPngCodec decode function
by nagarajan.n
· 7 years ago
b437351
add _skx stages
by Mike Klein
· 7 years ago
099fa0f
Revert^6 "Make threaded proxy generation MDB-friendly, and defer instantiation"
by Brian Osman
· 7 years ago
74a8296
Fix SkRRect validation for negative types
by Adrienne Walker
· 7 years ago
29f642a
CCPR: Add WAR for an Intel GLSL compiler assertion
by Chris Dalton
· 7 years ago
73f7e1d
Temporarily disable deferred texture proxies
by Robert Phillips
· 7 years ago
0cea26a
fix comments in SkColorSpaceXform.cpp
by Mike Klein
· 7 years ago
97abf01
Update lockTextureProxy to return mipped proxys if mipping is requested.
by Greg Daniel
· 7 years ago
Next »