Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
0adfffba1bee55eee9e31e809cd0089840722b26
/
gyp
« Previous
872062c
GrCopySurfaceBatch
by bsalomon
· 9 years ago
b1daa86
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code.
by wangyix
· 9 years ago
2ad37be
Move GrTBatchTesselator to its own file
by joshualitt
· 9 years ago
5346983
Put clear and discard into GrBatch.
by bsalomon
· 9 years ago
9483763
Remove SkOpts_sse2.cpp.
by mtklein
· 9 years ago
95dd177
Revert[8] "move some public headers into private"
by reed
· 9 years ago
7539856
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
by bsalomon
· 9 years ago
dcbaa8a
Revert of Depend on ETC1 via DEPS instead of a direct third_party checkin. (patchset #1 id:1 of https://codereview.chromium.org/1296253003/ )
by mtklein
· 9 years ago
b279668
fix typo in android_framework_lib.gyp
by Derek Sollenberger
· 9 years ago
a408260
Add GPU to the android include path.
by djsollen
· 9 years ago
ca01d17
Depend on ETC1 via DEPS instead of a direct third_party checkin.
by mtklein
· 9 years ago
fb28cd2
Revert[7] "move some public headers into private"
by reed
· 9 years ago
e027169
Revert[6] "move some public headers into private"
by reed
· 9 years ago
9a106ba
A bit of misc cleanup.
by mtklein
· 9 years ago
540e488
Add include paths in gputest.gyp for use by additional gpu tests.
by egdaniel
· 9 years ago
820bffb
Build all GMs on Android.
by mtklein
· 9 years ago
8f4ba76
SkScaledCodec class
by emmaleer
· 9 years ago
b0a32cc
Revert of SkScaledCodec class (patchset #35 id:680001 of https://codereview.chromium.org/1260673002/ )
by egdaniel
· 9 years ago
b157917
SkScaledCodec class
by emmaleer
· 9 years ago
16b9913
Split GrDrawBatch and GrVertexBatch into their own files
by bsalomon
· 9 years ago
c7993d7
Revert of SkScaledCodec class (patchset #34 id:660001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
8f34372
Extend SkImageGenerator to support natively generated GrTextures. As part of this, added uniqueID() to the generator, and made it be in the same namespace is bitmaps, pixelrefs, images.
by reed
· 9 years ago
d518ea7
SkScaledCodec class
by emmaleer
· 9 years ago
e5aaa07
Revert of SkScaledCodec class (patchset #32 id:620001 of https://codereview.chromium.org/1260673002/ )
by emmaleer
· 9 years ago
0944100
SkScaledCodec class
by emmaleer
· 9 years ago
9c80b5f
Move GrRectBatch to GrBWFillRectBatch and make internal
by joshualitt
· 9 years ago
cc1229c
Revert "Revert[4] "move some public headers into private""
by reed
· 9 years ago
65bd7ae
Add gyp support for new GPU backend
by jvanverth
· 9 years ago
33e00db
Revert[4] "move some public headers into private"
by reed
· 9 years ago
d9e5715
SkPDF: Move SkFlate into src/pdf (part 1/3) [reland]
by halcanary
· 9 years ago
cc34c41
Revert of SkPDF: Move SkFlate into src/pdf (part 1/3) (patchset #1 id:1 of https://codereview.chromium.org/1285913002/ )
by halcanary
· 9 years ago
e14c1fe
SkPDF: Move SkFlate into src/pdf (part 1/3)
by halcanary
· 9 years ago
4b5472b
Add ability to pass in an optional path to additional unit tests to run.
by egdaniel
· 9 years ago
9cdcabe
Revert[3] "move some public headers into private"
by reed
· 9 years ago
9d20ee5
Revert[2] "move some public headers into private"
by reed
· 9 years ago
3bff474
Hopefully fix ios bots BUG=skia:
by msarett
· 9 years ago
2ccdb63
SkPDF: clean up overuse of SK_SUPPORT_PDF
by halcanary
· 9 years ago
fcaaade
Switching Skia to chromium's libjpeg-turbo
by msarett
· 9 years ago
4d0d81a
Add high resolution WallTimer to SampleApp
by jvanverth
· 9 years ago
8ee06f2
SkPDF: allow PDF module to be disabled in DM and SampleApp
by halcanary
· 9 years ago
4cf9e7e
Revert "move some public headers into private"
by reed
· 9 years ago
eedf0fb
move some public headers into private
by reed
· 9 years ago
14205b1
Expand functionality of GrRectBatchFactory with AARects
by joshualitt
· 9 years ago
ecd1a69
Create GrRectBatchFactory
by joshualitt
· 9 years ago
9ff6425
move Stroke Rect and AAFill Rect to their own file
by joshualitt
· 9 years ago
0df0e43
Revert of Update libwebp and resume testing scaled webp (patchset #2 id:20001 of https://codereview.chromium.org/1280073002/ )
by scroggo
· 9 years ago
0575d3e
Update libwebp and resume testing scaled webp
by scroggo
· 9 years ago
2771b56
GrDrawVertices to batches
by joshualitt
· 9 years ago
14b8803
Move GrDrawAtlasBatch to separate file
by jvanverth
· 9 years ago
1694a93
Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ )
by jvanverth
· 9 years ago
b091c44
Move GrDrawAtlasBatch to separate file
by jvanverth
· 9 years ago
7441782
Make folder for batches
by joshualitt
· 9 years ago
ebc1c10
Fix warnings on VS2015 x86_64 build
by bsalomon
· 9 years ago
4ab9d5f
Split SkBmpCodec into three separate classes
by msarett
· 9 years ago
9ce386a
Fix color swap for webp 565
by scroggo
· 9 years ago
7430876
remove guard for SrcPtr in drawBitmapRect for android
by reed
· 9 years ago
e47829b
flag to use const& instead of const* for src-rect
by reed
· 9 years ago
b639474
Port SkTextureCompression opts to SkOpts
by mtklein
· 9 years ago
d0cf9d8
Remove SK_LEGACY_SKPOINT3_CTORS flag
by robertphillips
· 9 years ago
f62833d
Detect MIPS DSP and DSPR2 programattically.
by mtklein
· 9 years ago
dfcba47
Moved common cross-project functionality out from SkTraceEvent.h into SkTraceEventCommon.h
by oysteine
· 9 years ago
ee14a62
Give strokerectbatch a proper home
by bsalomon
· 9 years ago
6c17ca5
Update yasm .gyp for tweaked ASAN bots.
by mtklein
· 9 years ago
d029ded
Port morphology to SkOpts.
by mtklein
· 9 years ago
9f8754f
Remove experimental/PdfViewer
by halcanary
· 9 years ago
1dedc3d
SkPictureImageGenerator
by fmalita
· 9 years ago
1c005e4
Create a scanline decoder without creating a codec
by scroggo
· 9 years ago
dce5ce4
Port SkBlurImage opts to SkOpts.
by mtklein
· 9 years ago
fae0102
Remove IGNORE_ROT_AA_RECT_OPT flag
by robertphillips
· 9 years ago
e003680
remove flags that control no code
by reed
· 9 years ago
4dea94f
remove getdevice guard for android
by reed
· 9 years ago
c2e6827
remove now-dead flags
by reed
· 9 years ago
490b615
Port SkXfermode opts to SkOpts.h
by mtklein
· 9 years ago
7eb0945
Port SkUtils opts to SkOpts.
by mtklein
· 9 years ago
96a52c8
remove drawimagerect flags, as skia no longer respects them
by reed
· 9 years ago
b46e5e2
Rename SkCodec_libbmp to SkBmpCodec
by msarett
· 9 years ago
8317a18
Lay groundwork for SkOpts.
by mtklein
· 9 years ago
3ac6b75
Remove SK_BUILD_FOR SDL, BREW, and PALM.
by bungeman
· 9 years ago
e88b1fb
Move non-trivial constructors out-of-line.
by mtklein
· 9 years ago
5f865b9
Move LightingShader to effects
by robertphillips
· 9 years ago
aa2f658
Adding debug SkScalerContext which returns random mask formats
by joshualitt
· 9 years ago
1259601
make tests portable by using 565 compatible colors
by caryclark
· 9 years ago
b542bae
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
by joshualitt
· 9 years ago
fd8ed69
Move SkTHash.h to include/private.
by mtklein
· 9 years ago
cd1f2da
add -Iinclude/private anywhere we have -Isrc/core
by mtklein
· 9 years ago
56b78a7
Revert of Lay groundwork for SkOpts. (patchset #3 id:40001 of https://codereview.chromium.org/1255193002/)
by mtklein
· 9 years ago
ce2c505
Lay groundwork for SkOpts.
by mtklein
· 9 years ago
4239fc2
Remove skia_arch_width, fold into skia_arch_type.
by Brian Salomon
· 9 years ago
cef14bf
Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend
by wangyix
· 9 years ago
a56884c
Fix Android x86 compile on mac
by msarett
· 9 years ago
243406e
Add skia_use_android_framework_defines GYP_DEFINE
by borenet
· 9 years ago
5513691
Fix Android framework build
by msarett
· 9 years ago
10b371c
ANGLE deps roll
by hendrikw
· 9 years ago
b7069e9
Compile with VS2015.
by bungeman
· 9 years ago
cd94d73
Revert of skia: ANGLE deps roll (patchset #1 id:1 of https://codereview.chromium.org/1244843003/)
by hendrikw
· 9 years ago
db0b1e7
ANGLE deps roll
by hendrikw
· 9 years ago
cf2a6a4
Reenable yasm for Android x86 and x86-64 on Linux host
by msarett
· 9 years ago
259fbf1
Add sanity check to GrAtlasTextBlob
by joshualitt
· 9 years ago
374b2f7
rename BitmapTextBlob and move it to its own file
by joshualitt
· 9 years ago
54f313c
Clean up dead xfermode opts code.
by mtklein
· 9 years ago
Next »