Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
55fad7af61c21d502acb9891d631e8aa29e3628c
/
include
55fad7a
Remove GrEffect::CreateEffectRef and GrEffect::AutoEffectRef.
by bsalomon
· 11 years ago
97b9ab7
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
by bsalomon
· 11 years ago
4ae94ff
Remove ability for Release code to call getRefCnt() or getWeakRefCnt().
by mtklein
· 11 years ago
3afef1f
Clean up a bit after SkPictureData/SkPicturePlayback split
by robertphillips
· 11 years ago
beaf62d
remove unneeded flag for android
by reed
· 11 years ago
969842a
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*. (https://codereview.chromium.org/377503004/)
by reed
· 11 years ago
2011fe9
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
by bsalomon
· 11 years ago
060c41a
remove unneeded flags (have been purged from chrome and android)
by reed
· 11 years ago
9a9eae2
change pixelref to not inherit from SkFlattenable
by reed
· 11 years ago
620fc60
remove SK_SUPPORT_LEGACY_DEVICE_VIRTUAL_ISOPAQUE
by reed
· 11 years ago
ce4dd3d
Split SkPicturePlayback out of SkPictureData
by robertphillips
· 11 years ago
f99f884
Remove use of GrEffectRef from draw state and below.
by bsalomon
· 11 years ago
81d7188
Remove GrEffectStage::DeferredStage
by bsalomon
· 11 years ago
d930511
Linear-time implementation of willPlaybackBitmaps(), computed & cached
by tomhudson
· 11 years ago
e1085e0
move SkChecksum and SkEmptyShader to private
by reed
· 11 years ago
32b9a3b
Add functions to support NV_path_rendering in OpenGL ES
by kkinnunen
· 11 years ago
e438ddb
Uses optional mutex to guard construction of the singleton, which
by tomhudson
· 11 years ago
e41f388
Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/)
by mtklein
· 11 years ago
f0aed97
correctly plumb through explicit rowbytes for allocPixels
by reed
· 11 years ago
696d361
Temporarily resurface matrix/clip save flags enum values.
by fmalita
· 11 years ago
db53990
Rename SkPicturePlayback to SkPictureData
by robertphillips
· 11 years ago
60b08a0
Fix race condition in parallel font initialization.
by tomhudson
· 11 years ago
9245b7e
When performing offscreen rendering on windows, attempt to use a pbuffer context.
by bsalomon
· 11 years ago
2fd0d14
Adjust the alpha type for pixelRefs.
by scroggo
· 11 years ago
1072218
Cleanup: Delete SkJSON header.
by tfarina
· 11 years ago
50a7b0e
Revert of Fix race condition in parallel font initialization. (https://codereview.chromium.org/355573006/)
by reed
· 11 years ago
df022f5
Fix race condition in parallel font initialization.
by tomhudson
· 11 years ago
e677221
add SK_API to config helpers so chrome can call them
by reed
· 11 years ago
6c6ddb8
update dox
by reed
· 11 years ago
238b456
R11 EAC texture compression is introduced as part of the OpenGL ES 3.0 spec. This is a format that will likely be required on most mobile phones in the upcoming years, making it better to target than LATC, which is only available on NVIDIA GPUs.
by krajcevski
· 11 years ago
52d9ac6
stop calling SkCanvas::getDevice
by reed
· 11 years ago
952841b
Begin atlasing
by robertphillips
· 11 years ago
5f6102d
SaveFlags be-gone
by Florin Malita
· 11 years ago
80549fc
Support using OpenGL ES context on desktop
by kkinnunen
· 11 years ago
e462f2b
Revert of Begin atlasing (https://codereview.chromium.org/354533004/)
by robertphillips
· 11 years ago
55e61f0
Begin atlasing
by robertphillips
· 11 years ago
bae704b
add rowbytes option to allocPixels
by reed
· 11 years ago
ce41ad1
remove SK_SUPPORT_LEGACY_INSTALLPIXELSPARAMS code
by reed
· 11 years ago
ca6a7c2
Make perlin noise do CTM-correct scaling.
by senorblanco
· 11 years ago
d3e474e
Deprecate SkPicture::clone().
by mtklein
· 11 years ago
89443ab
change gpudevice and pdfdevice to inherit from basedevice
by reed
· 11 years ago
982542d
add SkSurface::NewRasterDirectReleaseProc
by reed
· 11 years ago
0766931
delete code for SK_SUPPORT_LEGACY_GETTOTALCLIP
by reed
· 11 years ago
11a005e
Promote SkInterpolator unit test to our tests driver.
by tfarina
· 11 years ago
93fabf4
Don't set SK_MALLOC_TEMP in SkAutoTMalloc.
by Mike Klein
· 11 years ago
3f547cb
Add SK_API to SkWriter32
by bsalomon
· 11 years ago
7bf1068
Remove SkBicubicImageFilter, and all related tests.
by senorblanco
· 11 years ago
66a5d8b
add path dump test
by caryclark
· 11 years ago
c11530e
Tick off some TODOs:
by Mike Klein
· 11 years ago
a8d2ffb
add pathops tight bounds; conform path ops' gyp to unit tests
by caryclark
· 11 years ago
c6cb56f
Implement text rendering with NVPR
by kkinnunen
· 11 years ago
6fc763e
No one uses SkPicture::swap.
by Mike Klein
· 11 years ago
744fb73
Enable basic drawing with SkRecord-based pictures.
by Mike Klein
· 11 years ago
f22b6b5
Use smart pointers to make SkPictureRecorder lifetimes less manual.
by Mike Klein
· 11 years ago
c4b84ae
Revert of Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/354433002/)
by rmistry
· 11 years ago
05ead8a
Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/)
by rmistry
· 11 years ago
c986b1f
Revert of Add functions to support NV_path_rendering in OpenGL ES (https://codereview.chromium.org/345723002/)
by rmistry
· 11 years ago
abc9bb5
Revert of Fix SkPaint::measureText for stroked hairline text (https://codereview.chromium.org/335603003/)
by rmistry
· 11 years ago
4a995df
Add functions to support NV_path_rendering in OpenGL ES
by kkinnunen
· 11 years ago
74fc727
Support using OpenGL ES context on desktop
by kkinnunen
· 11 years ago
196af73
Fix SkPaint::measureText for stroked hairline text
by kkinnunen
· 11 years ago
8b2fac4
Cache the GrEffect used for text rendering in GrBitmapTextContext.
by bsalomon
· 11 years ago
0f9bad0
[PDF] Fix font embedding restrictions.
by vandebo
· 11 years ago
bbcb38d
Allow gpu debug markers to be placed by using a GrContext
by egdaniel
· 11 years ago
3f73e8c
CrashHandler for Windows.
by mtklein
· 11 years ago
9f01471
Revert of remove guarded code - there are no more callers (https://codereview.chromium.org/343783002/)
by reed
· 11 years ago
c5d5cf9
remove guarded code - there are no more callers
by reed
· 11 years ago
1d7975b
Remove unused class from the Android framework build
by djsollen
· 11 years ago
f01a6c3
In Android framework, make tools depend on jsoncpp
by scroggo
· 11 years ago
b59161f
Add SkASSERTF.
by mtklein
· 11 years ago
6ca763f
More SaveFlags removal twiddling.
by fmalita
· 11 years ago
dbb7b30
Update the name of the friended android class and add the appropriate guards.
by djsollen
· 11 years ago
887f397
Add EXPERIMENTAL_beginRecording() for SkRecord-based recording.
by mtklein
· 11 years ago
859b924
move some headers out of public
by reed
· 11 years ago
c3b3266
hide SkBitmap::Config entirely (behind a flag)
by reed
· 11 years ago
a272d6d
Move SkStringUtils.h to src/core.
by mtklein
· 11 years ago
07fc662
Prepare for internal SaveFlags removal.
by fmalita
· 11 years ago
885f2ea
fix legacy code path for SK_SUPPORT_LEGACY_IMAGEDECODER_CONFIG
by reed
· 11 years ago
f252f64
hide virtuals on device for width/height/isopaque
by reed
· 11 years ago
39e58ad
Randomize seed for SkDiscretePathEffect::filterPath()
by rs.prinja
· 11 years ago
bfefc7c
hide Config in SkImageDecoder -- use SkColorType instead
by reed
· 11 years ago
02830f0
Remove SkPicture SK_SUPPORT_LEGACY_RECORDING_FLAG flag
by robertphillips
· 11 years ago
e61c411
Use vertex attributes for dash effect in gpu
by egdaniel
· 11 years ago
2f785a2
remove GetDeviceConfig/SetDeviceConfig
by reed
· 11 years ago
e26e65e
Remove SkPicture pointer from SkPicturePlayback
by robertphillips
· 11 years ago
0bdbea7
Remove picture pre-allocation from SkPictureRecorder
by robertphillips
· 11 years ago
37d20f7
Add support for glCompressedTexSubImage2D
by krajcevski
· 11 years ago
5926b86
hide SkImageDecoder::Chooser
by reed
· 11 years ago
d58a0ba
Push dash checks into GrContext.
by egdaniel
· 11 years ago
4585144
remove SK_SUPPORT_LEGACY_DEVICE_CONFIG code
by reed
· 11 years ago
a22ea18
Move Dashing filterPath to a dashing utils file
by egdaniel
· 11 years ago
e4538f5
switch to colortype for deepcopy
by reed
· 11 years ago
9de5b51
SkShader::asNewEffect Refactoring
by dandov
· 11 years ago
6de2712
Remove unused 'deepCopy' parameter
by robertphillips
· 11 years ago
074fe9d
Remove legacy drawPicture entry point
by robertphillips
· 11 years ago
2d2a68c
Gamma correction for distance field text.
by jvanverth
· 11 years ago
6c22573
hide SkBitmap::setConfig
by reed
· 11 years ago
b83f6c3
Add assertHeld() to SkMutex.
by mtklein
· 11 years ago
919ed4c
Revert of Gamma correction for distance field text. (https://codereview.chromium.org/258883002/)
by scroggo
· 11 years ago
4d517fd
Gamma correction for distance field text.
by jvanverth
· 11 years ago
Next »