Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
850bbf1bb62e07b02e16627e522079f60333d857
850bbf1
Add android_run_app.go
by borenet
· 10 years ago
d94708e
Implement support for dual source blending in ES
by kkinnunen
· 10 years ago
bf49e46
Make it possible to toggle MSAA for ES (EXT_multisample_compatibility)
by kkinnunen
· 10 years ago
02d91d1
lock pixels in image when bitmap is immutable and not-lazy
by reed
· 10 years ago
4ed3dd6
fix empty image constructor
by reed
· 10 years ago
80c772b
unify pixelref and image ID space, so we can share IDs when we share pixels
by reed
· 10 years ago
58b4395
Disable SRGB support on PowerVR Rogue due to SRGBReadWritePixels failure
by bsalomon
· 10 years ago
2aad5f1
Make TRecorder alloc_back return a void*
by bsalomon
· 10 years ago
16921ec
SRGB read and write pixels working and unit test
by bsalomon
· 10 years ago
381b26f
find image whenever we generateGlyph. This should ensure the glyph is fully initialized before we start using the maskformat.
by joshualitt
· 10 years ago
159fa57
linear gradient with stops discretized gm
by caryclark
· 10 years ago
6d901da
Move some parts of onReadPixels up to GrGpu readPixels.
by egdaniel
· 10 years ago
b46e5e2
Rename SkCodec_libbmp to SkBmpCodec
by msarett
· 10 years ago
4358f13
Call notifyPixelsChanged after modifying bitmap
by scroggo
· 10 years ago
f3782fa
Build buckets: tryjob access
by nodir
· 10 years ago
24a104d
Revert character in typeface test on Android.
by bungeman
· 10 years ago
c3eb50c
Minor cleanup of SkLightingShader
by robertphillips
· 10 years ago
f684a78
Runtime CPU detection for rsqrt().
by mtklein
· 10 years ago
4f19ca3
Dont try to draw glyphs with unexpected mask formats
by joshualitt
· 10 years ago
ef004e1
Remove SK_LEGACY_IMAGE_GENERATOR_ENUMS_AND_OPTIONS
by scroggo
· 10 years ago
6cb3cbe
Make GrGpu read/write pixels take GrSurface
by bsalomon
· 10 years ago
8317a18
Lay groundwork for SkOpts.
by mtklein
· 10 years ago
dbf9f01
buildbot_spec: Add configuration, do_*_steps, upload_*_results, more env
by borenet
· 10 years ago
6fbd79e
Revert of Optimize RGB16 blitH functions with NEON for ARM platform. (patchset #2 id:20001 of https://codereview.chromium.org/1229673008/)
by mtklein
· 10 years ago
1864bfa
add radial gradient hard stop test
by caryclark
· 10 years ago
6b38eab
add helper to create RSXform w/ anchorPt
by reed
· 10 years ago
6c72d57
Optimize RGB16 blitH functions with NEON for ARM platform.
by yang.zhang
· 10 years ago
640898f
Update SkLightingShader to take a localMatrix
by robertphillips
· 10 years ago
a15cd9c
Remove WEBKIT_VERSION_MIN_REQUIRED and config.h.
by bungeman
· 10 years ago
5479d3b
Double free in ~SkPictureData()
by fmalita
· 10 years ago
3ac6b75
Remove SK_BUILD_FOR SDL, BREW, and PALM.
by bungeman
· 10 years ago
0867943
Move the last headers. Cross your fingers.
by mtklein
· 10 years ago
e88b1fb
Move non-trivial constructors out-of-line.
by mtklein
· 10 years ago
3ae4701
remove (unnecessary?) call to notifyPixelsChanged
by reed
· 10 years ago
028205b
Remove SK_BUILD_FOR_WINCE.
by bungeman
· 10 years ago
5f865b9
Move LightingShader to effects
by robertphillips
· 10 years ago
f20488b
Clean up a few includes, introduce iwyu.
by bungeman
· 10 years ago
26e0e58
SkImage_Raster's pixels are always immutable.
by reed
· 10 years ago
2481b8b
buildbot_spec.py: Include dm_flags and nanobench_flags
by borenet
· 10 years ago
7bccca1
buildbot_spec.py: Add Android/ChromeOS device info, add builder_cfg dict
by borenet
· 10 years ago
22355c4
Move headers with no dependencies.
by mtklein
· 10 years ago
e43e3bd
Fix for GrAtlasTextContext crash
by joshualitt
· 10 years ago
fdb788c
Make SkSwizzler::Fill() support 565
by msarett
· 10 years ago
aa2f658
Adding debug SkScalerContext which returns random mask formats
by joshualitt
· 10 years ago
1e8a58b
Revert "Move headers with no dependencies."
by Mike Klein
· 10 years ago
3b2fb98
rewrite path.getBounds test to work-around compiler bug
by reed
· 10 years ago
1178422
Move headers with no dependencies.
by mtklein
· 10 years ago
0f07c3f
update C++11 docs
by mtklein
· 10 years ago
b76c1f7
Add builder_spec.py
by borenet
· 10 years ago
f1f8bd5
fix dstreadshuffle text portable gm
by caryclark
· 10 years ago
16ed6ad
Fix silly mistake in allocating geoms in TextBatch
by bsalomon
· 10 years ago
e0effd6
Allow Srcs to veto Sinks based on their broad type.
by mtklein
· 10 years ago
636e802
Skip temp texture when config conversion test has already failed.
by bsalomon
· 10 years ago
1259601
make tests portable by using 565 compatible colors
by caryclark
· 10 years ago
a52b7a0
Don't read from unref'ed RT in GrContext::readSurfacePixels
by bsalomon
· 10 years ago
f067451
Move draw on upload decision in GrGpu
by bsalomon
· 10 years ago
3a4b134
Revert "Move the rest of src headers used by include to include/private."
by Mike Klein
· 10 years ago
c3fb746
Revert of Move draw on upload decision in GrGpu (patchset #4 id:50001 of https://codereview.chromium.org/1257073003/)
by bsalomon
· 10 years ago
efa1ece
gm missed portable text in textblobshader
by caryclark
· 10 years ago
d12e6ff
Move the rest of src headers used by include to include/private.
by mtklein
· 10 years ago
570e7a3
Removed GrFragmentProcessor::fWillUseInputColor
by wangyix
· 10 years ago
66fb63f
gm fix missed portable gm text in samplerstress
by caryclark
· 10 years ago
f597c42
make pixelsnap textblob* etc gm portable
by caryclark
· 10 years ago
7a0d697
Change GrDefaultGeoProcFactory to a namespace
by joshualitt
· 10 years ago
0d986d8
Cleanup GrDefaultGeoProcFactory localCoords
by joshualitt
· 10 years ago
b542bae
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
by joshualitt
· 10 years ago
fd8ed69
Move SkTHash.h to include/private.
by mtklein
· 10 years ago
3073b5f
Fix a stray -Winconsistent-missing-override warning.
by mtklein
· 10 years ago
0341b44
Move draw on upload decision in GrGpu
by bsalomon
· 10 years ago
cd1f2da
add -Iinclude/private anywhere we have -Isrc/core
by mtklein
· 10 years ago
bda1267
update presubmit to know about include/private
by mtklein
· 10 years ago
562fe47
remove all guards for changes to drawBitmapRect / drawImageRect
by reed
· 10 years ago
91f283b
change getBounds to return 0000 iff there are zero points
by reed
· 10 years ago
b2c0736
Fix android_launch_app after Gradle change
by borenet
· 10 years ago
5f4dc38
android_install_app: Use lower-cased app name
by borenet
· 10 years ago
bb13433
compute split conic endpoints exactly
by caryclark
· 10 years ago
614aa07
Pass the destination pointer to next() in SkSwizzler
by msarett
· 10 years ago
a3a9ebc
documentation: more API details and examples.
by halcanary
· 10 years ago
6e9aed9
Fixing src rect constraint support for drawImage with SkPicture
by junov
· 10 years ago
bca1400
remove pixel assert from ctable validator
by reed
· 10 years ago
e9d6095
Cleanup Default Geo Proc API
by joshualitt
· 10 years ago
2c32342
No one calls SkXfermode::GetProc16
by mtklein
· 10 years ago
56b78a7
Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/)
by mtklein
· 10 years ago
513f265
fix up GrImmediateDrawTarget.cpp
by joshualitt
· 10 years ago
58fd2c8
Remove sk_memcpy32
by mtklein
· 10 years ago
ce2c505
Lay groundwork for SkOpts.
by mtklein
· 10 years ago
9a5d1ab
Make peekPixels() usable with raster surface snapshots
by fmalita
· 10 years ago
1c63436
Steal refs from other TextBatch in onCombineIfPossible
by bsalomon
· 10 years ago
cf4e567
NEON has a ternary instruction.
by mtklein
· 10 years ago
d602f4d
Make allocation count in TextBatch implicit
by bsalomon
· 10 years ago
4239fc2
Remove skia_arch_width, fold into skia_arch_type.
by Brian Salomon
· 10 years ago
cef14bf
Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend
by wangyix
· 10 years ago
20dac88
mixed text blobs really draws LCD
by joshualitt
· 10 years ago
d18b861
Update Android Apps to use gradle
by djsollen
· 10 years ago
1818acb
rename portable_typeface_always to portable_typeface
by caryclark
· 10 years ago
d9f13ae
fix for GrAtlasTextContext occasionally crashes on mixed runs
by joshualitt
· 10 years ago
3721355
make fontscalar gammatext lcdtext typeface verttext2 gm portable
by caryclark
· 10 years ago
6c2c2b0
Minimize retrieving SkGlyph in GrTextContext
by joshualitt
· 10 years ago
29ccdf8
Fix Ganesh drawAtlas bug with quad colors
by robertphillips
· 10 years ago
965b36c
Set preallocated TextBatch geometries to 4 rather than 32
by bsalomon
· 10 years ago
Next »