Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
a7a21cffe1d56d52bac9accd05001e9c970e76f3
/
include
a779ef1
Fix for chrome's skia gl bindings code.
by bsalomon
· 9 years ago
b1a32ad
Add support for EGLImage to GrGLInterface
by bsalomon
· 9 years ago
57d3b03
Rename some processor functions from GL to GLSL
by egdaniel
· 9 years ago
fa4cc8b
Move XferProcessors to glsl
by egdaniel
· 9 years ago
0274efb
Revert of Switch uses of SkChecksum::Compute to Murmur3. (patchset #2 id:20001 of https://codereview.chromium.org/1436973003/ )
by mtklein
· 9 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 9 years ago
506e19a
Move SkBitmapRegionDecoder to include/android and src/android
by msarett
· 9 years ago
1d024a3
Switch uses of SkChecksum::Compute to Murmur3.
by mtklein
· 9 years ago
c94cd7c
Fix GrCoverageSetOpXP unit test on mixed samples
by cdalton
· 9 years ago
23267db
SkAtomic: always use std::atomic
by mtklein
· 9 years ago
6459352
Replace SkFunction with std::function
by mtklein
· 9 years ago
147ea2f
Factor CSS3 matching rules.
by bungeman
· 9 years ago
7e806f3
Revert of Enable stencil clipping in mixed sampled render targets (patchset #6 id:100001 of https://codereview.chromium.org/1232103002/ )
by cdalton
· 9 years ago
24ddb0a
Revert of Fix setColocatedSampleLocations on ES and GL < 4.5 (patchset #2 id:20001 of https://codereview.chromium.org/1415503008/ )
by cdalton
· 9 years ago
caef345
Readd "immediate" mode
by robertphillips
· 9 years ago
33bee09
Fix -Wunused-parameter errors in SkCodec.h in Android
by msarett
· 9 years ago
a13e202
Move GrBatchFlushState from GrDrawTarget to GrDrawingManager
by robertphillips
· 9 years ago
0b2a189
Fix code that left shifts a negative value. This has undefined behavior.
by benjaminwagner
· 9 years ago
5c351f3
Delete dead SkImageDecoder::buildTileIndex and decodeSubset code
by msarett
· 9 years ago
d472792
Revert of Fix mixed samples stencil clip (patchset #5 id:80001 of https://codereview.chromium.org/1431593006/ )
by cdalton
· 9 years ago
091f60c
Use a struct for client GL texture handles
by bsalomon
· 9 years ago
d9ffaed
apply mozilla patch
by reed
· 9 years ago
14184d5
Fix mixed samples stencil clip
by cdalton
· 9 years ago
629162d
Add text animation sample; tweak DrawShip sample
by jvanverth
· 9 years ago
d75ccc6
Revert of Add text animation sample; tweak DrawShip sample (patchset #3 id:40001 of https://codereview.chromium.org/1410663005/ )
by jvanverth
· 9 years ago
3b484a4
Add text animation sample; tweak DrawShip sample
by jvanverth
· 9 years ago
63f6c1f
Loosen requirements for mixed samples support
by cdalton
· 9 years ago
474a9ea
Wire up SDL on Android
by joshualitt
· 9 years ago
5d7a7fe
Revert of Wire up SDL on Android (patchset #4 id:60001 of https://codereview.chromium.org/1415453009/ )
by joshualitt
· 9 years ago
a2e69fc
Rename non-aa rect methods on GrDrawContext in anticipation of making them support aa
by bsalomon
· 9 years ago
cd49541
For non-opaque SkBitmapDevices, replace malloc-then-zero with calloc.
by mtklein
· 9 years ago
a4d3797
Wire up SDL on Android
by joshualitt
· 9 years ago
65d6fbb
Create SDL backed SkOSWindow
by joshualitt
· 9 years ago
e95a068
Make AndroidOptions const
by scroggo
· 9 years ago
b7e7d57
Create swizzle table inside of glsl caps
by egdaniel
· 9 years ago
0c29999
Revert of Create swizzle table inside of glsl caps (patchset #12 id:210001 of https://codereview.chromium.org/1420033005/ )
by egdaniel
· 9 years ago
98cad62
Fix setColocatedSampleLocations on ES and GL < 4.5
by cdalton
· 9 years ago
4036674
Create swizzle table inside of glsl caps
by egdaniel
· 9 years ago
8c07b7a
Allow max tile size to be overridden separately from max texture size.
by bsalomon
· 9 years ago
498d7ac
Dependencies are now added between the drawTargets in GrPipeline
by robertphillips
· 9 years ago
8a3760f
For BUILD.public, let SkPreConfig.h set SK_RELEASE based on NDEBUG.
by benjaminwagner
· 9 years ago
6873782
Remove GrPipelineBuilder from getPathRenderer call
by robertphillips
· 9 years ago
129319f
Attempt to update Xfermode comments to have parallel structure.
by pkasting
· 9 years ago
4449398
Make SkImageFilter::applyCropRect() optionally compute srcBounds.
by senorblanco
· 9 years ago
72815e9
move reinterpret_cast into SK_PREFETCH
by mtklein
· 9 years ago
9a74041
skia: Add ANGLE support on Mac
by hendrikw
· 9 years ago
100b8f8
Remove min texture size support
by bsalomon
· 9 years ago
3377975
Make SkTextBlob::RunIterator public.
by halcanary
· 9 years ago
6885a1e
Make SK_PREFETCH work on Windows too.
by mtklein
· 9 years ago
cf10b5a
Cosmetic portion of reverted "Fix ClipMaskManager's SW-fallback logic" CL
by robertphillips
· 9 years ago
24cdec1
Revert of Fix ClipMaskManager's SW-fallback logic (patchset #4 id:60001 of https://codereview.chromium.org/1421533007/ )
by robertphillips
· 9 years ago
5c3ea4c
Fix ClipMaskManager's SW-fallback logic
by robertphillips
· 9 years ago
6df232d
Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ )
by joshualitt
· 9 years ago
546dc32
Use SkAutoTExclusive guard in DirectWrite port.
by herb
· 9 years ago
b83bec5
Narrow the distribution of GrDrawTarget a bit
by robertphillips
· 9 years ago
19e82e3
Update SrcRectConstraint doc. Previous doc never matched the implementation or the c2d spec.
by bsalomon
· 9 years ago
383ce32
Experimental CL to stop using subdata
by joshualitt
· 9 years ago
648c696
Add immediate mode option for gpu configs in dm
by bsalomon
· 9 years ago
ccdbc1d
Remove mac buffer impl war
by joshualitt
· 9 years ago
33eefcd
SkTime::GetNSecs()
by mtklein
· 9 years ago
3b5b784
Revert of SkTime::GetNSecs() (patchset #11 id:200001 of https://codereview.chromium.org/1422513003/ )
by mtklein
· 9 years ago
38a88e4
SkTime::GetNSecs()
by mtklein
· 9 years ago
5a06df4
Revert of SkTime::GetNSecs() (patchset #10 id:180001 of https://codereview.chromium.org/1422513003/ )
by mtklein
· 9 years ago
a1840d5
SkTime::GetNSecs()
by mtklein
· 9 years ago
c9b5f8b
tunnel down texture-size-constraint to imagefilters
by reed
· 9 years ago
6ae30fb
Revert of SkTime::GetNSecs() (patchset #9 id:160001 of https://codereview.chromium.org/1422513003/ )
by caryclark
· 9 years ago
70084cb
SkTime::GetNSecs()
by mtklein
· 9 years ago
a352b14
Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ )
by robertphillips
· 9 years ago
869c5e8
Dependencies are now added between the drawTargets in GrPipeline
by robertphillips
· 9 years ago
12449a9
Add lighter weight lock guards.
by herb
· 9 years ago
e71000f
Move SkChecksum::Murmur3 out of the header.
by mtklein
· 9 years ago
3d9d7a7
Create an SkAndroidCodec API separate from SkCodec
by msarett
· 9 years ago
045802d
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
bc0bcc0
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
by Brian Salomon
· 9 years ago
2fc11d3
Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.
by bsalomon
· 9 years ago
1a197ea
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
77a2e52
Remove DrawingMgr shims from GrContext
by robertphillips
· 9 years ago
9195794
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ )
by egdaniel
· 9 years ago
fcffaf2
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
9a70b6e
Image filters: refactor input GPU processing into filterInputGPU().
by senorblanco
· 9 years ago
a106c62
Loosen requirement that there be only one GrDrawTarget
by robertphillips
· 9 years ago
c8d1dd4
SkTHash: hash from fnptr to functor type
by mtklein
· 9 years ago
b9519f8
Image Filters: refactor all CPU input processing into a filterInput helper function.
by senorblanco
· 9 years ago
5f5527f
Remove params from Cacherator_GrTextureMaker
by bsalomon
· 9 years ago
2e1e51f
GrDrawContext now holds GrRenderTarget pointer
by robertphillips
· 9 years ago
94dd7a5
change back to method for localmatrix imagefilter
by reed
· 9 years ago
20311d4
Implement SkLocalMatrixImageFilter.
by senorblanco
· 9 years ago
0adfffb
Fix dm with Chromium command buffer driver
by kkinnunen
· 9 years ago
fdb4757
Add subsetting to SkScanlineDecoder
by msarett
· 9 years ago
d82bc7b
post-commit fixes to applyFilter CL
by reed
· 9 years ago
88d064d
add applyFilter() to SkImage
by reed
· 9 years ago
f028003
change more effects to only expose factories
by reed
· 9 years ago
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
e6dd004
Fill incomplete images in SkCodec parent class
by msarett
· 9 years ago
3336697
remove internalDrawBitmap, as it is no longer shared with any other caller, and can be folded into onDrawBitmap
by reed
· 9 years ago
8585dd2
Updates nvpr text blobs to not store a direct reference to the
by cdalton
· 9 years ago
bf90520
SkPath::fFirstDirection: seq-cst -> relaxed
by mtklein
· 9 years ago
5ea95df
Revert "Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )"
by reed
· 9 years ago
95376a0
Revert of factories should return baseclass, allowing the impl to specialize (patchset #4 id:60001 of https://codereview.chromium.org/1390523005/ )
by schenney
· 9 years ago
Next »