Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
1bdfd3f4f09e47364f76d3f08177b1ce844ac786
/
src
1bdfd3f
option to return drawable from recording
by reed
· 10 years ago
19cd0f1
Revert "Use scratch keys for stencil buffers."
by bsalomon
· 10 years ago
612e926
Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/)
by tomhudson
· 10 years ago
55fe3d7
Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/)
by tomhudson
· 10 years ago
30d7841
Add support for hoisting layers in pictures drawn with a matrix
by robertphillips
· 10 years ago
7ef849d
Add Sk prefix to CreateBitmapShader.
by mtklein
· 10 years ago
04c9695
Remove Picture deletion listeners.
by mtklein
· 10 years ago
af000f4
Add gpu support for Apple specific 'Vertex Arrays' functions
by paraboul
· 10 years ago
91175f1
Use scratch keys for stencil buffers.
by bsalomon
· 10 years ago
52e74c6
Cleanup of S32_D565_Opaque_SSE2()
by qiankun.miao
· 10 years ago
932f866
Create GrOptDrawState directly in the cmd buffer in GrIODB.
by bsalomon
· 10 years ago
77d77f4
Add pop_back to GrTRecorder.h
by bsalomon
· 10 years ago
5ec443c
Clean up FreeType code for 2.3.8.
by bungeman
· 10 years ago
19ac767
SkPicture::SnapshotArray doesn't really stand to benefit from refcounting.
by mtklein
· 10 years ago
1794651
Switch SkBitmapProcState's SkFractionalInt to 32.32.
by mtklein
· 10 years ago
09a22e9
Watch out for SkFixed overflow in SkMipMap.cpp.
by mtklein
· 10 years ago
b7ee349
SkData -> SkPicture::SnapshotArray
by mtklein
· 10 years ago
3f10b9d
clarify samplecount field in imagegpu
by reed
· 10 years ago
ec8bb94
Fix error in Ganesh' tiled bitmap drawing
by robertphillips
· 10 years ago
947556f
remove GrAllocPool
by joshualitt
· 10 years ago
42ddcd4
All the small packing tweaks mentioned in the bug.
by mtklein
· 10 years ago
4af267b
add SkImage::newSurface
by reed
· 10 years ago
41d2c2e
simplify uniqueID code in picture
by reed
· 10 years ago
5b69377
Add MultiPictureDraw to nanobench
by robertphillips
· 10 years ago
e77dadd
Revert of Add MultiPictureDraw to nanobench (patchset #7 id:120001 of https://codereview.chromium.org/731973005/)
by robertphillips
· 10 years ago
0ddad31
Add MultiPictureDraw to nanobench
by robertphillips
· 10 years ago
8ebaa71
Revert of SkCanvas::clear() should call down to devices even when the clip is empty. (patchset #1 id:1 of https://codereview.chromium.org/735233003/)
by fmalita
· 10 years ago
c07379d
Adding GeometryData object
by joshualitt
· 10 years ago
2d97bc1
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
by fmalita
· 10 years ago
b03c4a3
Don't use NULL GrOptDrawState to indicate that draw should be skipped.
by bsalomon
· 10 years ago
08d1fcc
Add SkNVRefCnt, prune down SkPicture's size
by mtklein
· 10 years ago
cdeeb09
SkRecord: Pack SkRegion::Op and AA bit together.
by mtklein
· 10 years ago
378e70d
SkCanvas::clear() should call down to devices even when the clip is empty.
by mtklein
· 10 years ago
0728031
Stop overloading internal_dispose in SkTextBlob and SkData
by bsalomon
· 10 years ago
7cc1a34
Make sure pictures draw Clears even when the clip is empty.
by mtklein
· 10 years ago
9176e2c
dstCopy on optdrawstate
by joshualitt
· 10 years ago
ace7f42
Preventing division by 0 in non-separable blend mode shaders.
by rosca
· 10 years ago
e097be5
Implement conics for NVPR
by kkinnunen
· 10 years ago
04ddf89
Small cleanups after GrDrawState/GrOptDrawState base class elimination.
by bsalomon
· 10 years ago
158fcaa
Implement SkPicture::bytesUsed() for SkRecord backend
by tomhudson
· 10 years ago
72f92ac
No need to short circuit the query rect here anymore.
by mtklein
· 10 years ago
54e0c12
scissor state on optstate
by joshualitt
· 10 years ago
ad5e9a5
add runtime config option to retain stream for custom typefaces
by humper
· 10 years ago
02bcd9d
move GrGeometryProcessor to src
by joshualitt
· 10 years ago
ae59b77
Create GrOptDrawState before recording draw in GrInOrderDrawBuffer
by bsalomon
· 10 years ago
78e2768
Allow pictures to have a full bounds
by reed
· 10 years ago
7c4cdd2
Revert of allow pictures to have a full bounds (patchset #3 id:40001 of https://codereview.chromium.org/736583004/)
by reed
· 10 years ago
7e76bff
allow pictures to have a full bounds
by reed
· 10 years ago
ec03a46
Add processor name to comment when printing out shaders.
by egdaniel
· 10 years ago
b07a94f
add roundOut that returns its result
by reed
· 10 years ago
d02cf26
change roundOut() to take a dst, so we can use that signature to return IRect
by reed
· 10 years ago
7eb8c7b
drawinfo carries bufferinfo
by joshualitt
· 10 years ago
6be2aa9
wip for drawables
by reed
· 10 years ago
780b11e
fix for use of uninit variable
by joshualitt
· 10 years ago
0bd57b2
SkVarAlloc::approxBytesAllocated()
by mtklein
· 10 years ago
a06a953
Prune SkRTree
by mtklein
· 10 years ago
52b7822
Revert of SkVarAlloc::approxBytesAllocated (patchset #5 id:80001 of https://codereview.chromium.org/730193003/)
by mtklein
· 10 years ago
6d467ec
minor cleanup in GrGpu.h
by bsalomon
· 10 years ago
f27f1bc
SkVarAlloc::approxBytesAllocated()
by mtklein
· 10 years ago
9b1dd15
don't normalize after perspective concat
by reed
· 10 years ago
542ecbb
Remove unused NVPR related GL tokens
by kkinnunen
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
b436ed6
Reduce the amount of validation in GrResourceCache2
by bsalomon
· 10 years ago
f52a063
Fix yet another convexicator issue
by robertphillips
· 10 years ago
84c8e62
Allow GPU resources to not be counted against the cache budget.
by bsalomon
· 10 years ago
8910879
Make BBH parameter to SkRecordComputeLayers and SkRecordFillBounds optional
by robertphillips
· 10 years ago
912b3d2
Use DrawStates ProcOptInfo when creating the Optimized Draw State.
by egdaniel
· 10 years ago
dace19e
Correct accounting for wrapped resources
by bsalomon
· 10 years ago
c6ad9ee
More SkPicture cleanup
by mtklein
· 10 years ago
21c771b
Revert "move SkPDFD*.h from include to src"
by Greg Humphreys
· 10 years ago
6930243
move SkPDFD*.h from include to src
by halcanary
· 10 years ago
73c2501
separate c headers
by reed
· 10 years ago
1379b87
Added missing validation
by sugoi
· 10 years ago
5478d42
Push creation of default GP to the caller
by joshualitt
· 10 years ago
82b1d62
Guard high water cache stats vars by GR_CACHE_STATS
by bsalomon
· 10 years ago
12299ab
Make GrResourceCache2 responsible for calling release, abandon, and ~.
by bsalomon
· 10 years ago
71cb0c2
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
191bcc0
Fix ref-cnting bug in GrContext::readRenderTargetPixels
by bsalomon
· 10 years ago
33068c1
Enforce pure virtual behavior for onMatchFamilyStyleCharacter
by djsollen
· 10 years ago
d489759
Don't pass null to memcmp.
by mtklein
· 10 years ago
f04713d
Optimize SkAlphaMulQ_SSE2
by qiankun.miao
· 10 years ago
082a462
Move WGL header from include to src
by djsollen
· 10 years ago
ac49acd
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/)
by bsalomon
· 10 years ago
407aa58
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
5ae7765
Cleanup the XML directory in public includes.
by djsollen
· 10 years ago
d54d3fc
remove unused kLCD_MaskFormat
by reed
· 10 years ago
112e7e2
Observe surface LCD settings in SkBaseDevice::drawTextBlob()
by fmalita
· 10 years ago
975ae5e
Cap SkVarAlloc's desired block at 64K.
by mtklein
· 10 years ago
f21dab9
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/)
by bsalomon
· 10 years ago
66a450f
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
bc97c93
Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
by bungeman
· 10 years ago
0b17d6c
Cleanup public includes directory.
by djsollen
· 10 years ago
f2950b1
Deparameterize SkVarAlloc.
by mtklein
· 10 years ago
b2db898
rename filterTextFlags to disableLCD
by reed
· 10 years ago
3fc6a2f
Combine similar DrawPaths calls in GrInOrderDrawBuffer
by cdalton
· 10 years ago
dfd5f6e
Revert of Deparameterize SkVarAlloc. (patchset #6 id:100001 of https://codereview.chromium.org/721313002/)
by mtklein
· 10 years ago
e454521
Cleanup GrContextFactory and make it's subclasses private
by djsollen
· 10 years ago
b6cbc38
Add GrProcOptInfo class to track various output information for color and coverage stages.
by egdaniel
· 10 years ago
bc41538
Deparameterize SkVarAlloc.
by mtklein
· 10 years ago
6987dca
Rename onCreateDevice -> onCreateCompatibleDevice
by fmalita
· 10 years ago
Next »