Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
04abf130bb15c5cdaa2d895ef5b39698a7fb2419
/
gyp
« Previous
a2f4be7
Sketch SkPMFloat
by mtklein
· 10 years ago
0883027
Revert of Sketch SkPMFloat (patchset #15 id:270001 of https://codereview.chromium.org/936633002/)
by mtklein
· 10 years ago
50d2b31
Sketch SkPMFloat
by mtklein
· 10 years ago
6bc1b5f
Dynamically create stencil buffer when needed.
by bsalomon
· 10 years ago
4238017
Use D3D11 backend for ANGLE when available.
by bsalomon
· 10 years ago
953df44
Remove SK_SUPPORT_LEGACY_GET_PIXELS_ENUM.
by scroggo
· 10 years ago
0ab326f
move GMSampleView into its own cpp
by reed
· 10 years ago
7a04869
[SVGDevice] Text whitespace unittest
by fmalita
· 10 years ago
2aa1f7e
Port GrGLCaps over to use SkTHash.
by mtklein
· 10 years ago
04e4d08
This uses quad approximations of the outer and inner paths describing a stroke. Cubics and conics' thick strokes are approximated with quads as well.
by caryclark
· 10 years ago
56f4ace
PDF: Remove SkPDFDeviceFlattener
by halcanary
· 10 years ago
87fa631
Rename onGetPixelsEnum back to onGetPixels.
by scroggo
· 10 years ago
c8e4765
gm to illustrate mipmap layer choice
by reed
· 10 years ago
6364807
gm to test hairlines which fill RenderTarget
by joshualitt
· 10 years ago
07327bf
move SkPDFD*.h from include to src
by halcanary
· 10 years ago
5a105ff
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
1b5c604
PDF: Add (low-memory) SkPDFBitmap class
by halcanary
· 10 years ago
88c748a
update sampleapp for stroking experiment
by caryclark
· 10 years ago
4c7a8b0
fix xcode build
by mtklein
· 10 years ago
e4ef1ca
Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/)
by reed
· 10 years ago
91d1d62
zlib/pdf: remove HaveFlate(), depend on preprocessor defines
by halcanary
· 10 years ago
1e4e814
SK_NO_FLATE
by mtklein
· 10 years ago
059034d
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
b197b8f
Use SkXfermode as public facing enum for GrPorterDuffXP
by egdaniel
· 10 years ago
9e447c0
remove unneeded preroll
by reed
· 10 years ago
3a6672a
C++11 Unit Test for RValue semantics.
by halcanary
· 10 years ago
3582d3e
Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache.
by bsalomon
· 10 years ago
0864908
Make SkImageGenerator::getPixels() return an enum.
by scroggo
· 10 years ago
3555bd8
Add a templated priority queue class.
by bsalomon
· 10 years ago
95f192d
Adding new benchmark to test image decoding performance.
by msarett
· 10 years ago
f89f60f
[SkSVGDevice] Full font family support
by fmalita
· 10 years ago
8072caa
A simple change to move a bunch of stuff out of Gr*Geometry.h
by joshualitt
· 10 years ago
7cd3f64
Stop adding mssse3 & m32/m64 for Android framework.
by scroggo
· 10 years ago
979e0ea
Spin off SkTHashTable, SkTHashMap, SkTHashSet
by mtklein
· 10 years ago
df1c337
Don't use m32 cflag for x86_64.
by scroggo
· 10 years ago
95964c6
GMs now use batch
by joshualitt
· 10 years ago
94dff15
Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/)
by joshualitt
· 10 years ago
7e34007
Add GrGLCreateNullInterface.cpp back to gyp, and put contents in namespace.
by bsalomon
· 10 years ago
3f284d7
GMs now use batch
by joshualitt
· 10 years ago
bb0502e
Support multiple null GL contexts on a thread.
by bsalomon
· 10 years ago
0ea80f4
Rename GrResourceCache2->GrResourceCache
by bsalomon
· 10 years ago
d160192
Revert of GYP groudwork for half-float opts support. (patchset #1 id:1 of https://codereview.chromium.org/915693002/)
by mtklein
· 10 years ago
94aca69
Revert of add dummy avx file so xcode will build (patchset #1 id:1 of https://codereview.chromium.org/916563002/)
by mtklein
· 10 years ago
a0921f2
add dummy avx file so xcode will build
by reed
· 10 years ago
46b8083
GYP groudwork for half-float opts support.
by mtklein
· 10 years ago
ac928f2
Only define SK_CRASH_HANDLER in crash_handler.
by scroggo
· 10 years ago
57f27bd
Revert of nanobench: lazily decode bitmaps in .skps. (patchset #1 id:1 of https://codereview.chromium.org/743613005/)
by mtklein
· 10 years ago
1b6b626
nanobench: lazily decode bitmaps in .skps.
by mtklein
· 10 years ago
37a4736
add bench for very big paths
by reed
· 10 years ago
2aafe6f
Add SkSVGCanvas
by fmalita
· 10 years ago
02c8fd0
Move SVG parser files under {include,src}/svg/parser/
by fmalita
· 10 years ago
3cb3840
Rename SkCanvasDrawable to SkDrawable, and make public
by reed
· 10 years ago
c4e8772
Revert of rename SkCanvasDrawable to SkDrawable, and make public (patchset #2 id:20001 of https://codereview.chromium.org/903993002/)
by reed
· 10 years ago
4ae9eb7
rename SkCanvasDrawable to SkDrawable, and make public
by reed
· 10 years ago
50785a3
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/)
by bsalomon
· 10 years ago
339cdbf
migrate more samples over to SkAnimTImer
by reed
· 10 years ago
21b2c53
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/)
by bsalomon
· 10 years ago
5e1378d
Move DstCopy on gpu into the GrXferProcessor.
by egdaniel
· 10 years ago
f3cdce7
Build in C++11 mode on Unix-like bots.
by mtklein
· 10 years ago
b9d4d27
Revert of Build in C++11 mode on Unix-like bots. (patchset #4 id:60001 of https://codereview.chromium.org/868233008/)
by mtklein
· 10 years ago
779e496
Build in C++11 mode on Unix-like bots.
by mtklein
· 10 years ago
4dce32c
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 10 years ago
7adb355
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/)
by egdaniel
· 10 years ago
3e9dfdb
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 10 years ago
74a1175
Move DstCopy on gpu into the GrXferProcessor.
by egdaniel
· 10 years ago
65fd599
Build in C++11 mode on Macs.
by mtklein
· 10 years ago
da5bcab
remove remaining parts of SkExample
by caryclark
· 10 years ago
52edc4d
move HelloWorld to be a peer of SampleApp
by caryclark
· 10 years ago
a669bc7
Atomics overhaul.
by mtklein
· 10 years ago
4bf1ce2
Revert of Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #1 id:1 of https://codereview.chromium.org/873553003/)
by stephana
· 10 years ago
4988891
Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #16 id:300001 of https://codereview.chromium.org/874863002/)
by stephana
· 10 years ago
8a4527e
SVG backend in DM
by mtklein
· 10 years ago
e7ea40f
Reland "remove unused SkAvoidXfermode"
by scroggo
· 10 years ago
c8fcafb
First cut at cleaning up Sergio's example code and moving some common code to SkWindow.
by caryclark
· 10 years ago
93957f4
Initial SVG backend stubbing
by fmalita
· 10 years ago
803a49d
Define SK_OVERRIDE when building for Android framework.
by scroggo
· 10 years ago
648238c
Remove SkProxyCanvas.
by scroggo
· 10 years ago
19d8f9f
add new gm for SkPath::addArc()
by reed
· 10 years ago
17a2b54
The original instantiation of pathops was in the experimental/Intersection directory. Anything of value has been copied into the mainline.
by caryclark
· 10 years ago
4d8da81
GrBatchPrototype
by joshualitt
· 10 years ago
9c3f17d
Fold gmtoskp into DM, as --src gm --config skp.
by mtklein
· 10 years ago
5ce33c1
dstread gm
by joshualitt
· 10 years ago
c2893c5
Revert of GrBatchPrototype (patchset #32 id:630001 of https://codereview.chromium.org/845103005/)
by joshualitt
· 10 years ago
d5a7db4
GrBatchPrototype
by joshualitt
· 10 years ago
6dbfb21
SSE4 opaque blend using intrinsics instead of assembly.
by mtklein
· 10 years ago
f379ad3
Setup Android framework builds to use the appropriate shared lib defines.
by djsollen
· 10 years ago
ca0a179
Revert of GrBatchPrototype (patchset #30 id:570001 of https://codereview.chromium.org/845103005/)
by joshualitt
· 10 years ago
7defaa6
Add ClipDrawMatch SampleApp slide
by robertphillips
· 10 years ago
f7069d5
Split src/opts source lists out of opts.gyp.
by mtklein
· 10 years ago
0933725
Revert of Split src/opts source lists out of opts.gyp. (patchset #1 id:1 of https://codereview.chromium.org/870353003/)
by mtklein
· 10 years ago
c98fe3a
Split src/opts source lists out of opts.gyp.
by mtklein
· 10 years ago
2d80dd2
Revert of SSE4 opaque blend using intrinsics instead of assembly. (patchset #14 id:260001 of https://codereview.chromium.org/874863002/)
by bungeman
· 10 years ago
04bc91b
SSE4 opaque blend using intrinsics instead of assembly.
by mtklein
· 10 years ago
d15e4e4
GrBatchPrototype
by joshualitt
· 10 years ago
b0cce2c
s/sk_tools::DrawCheckerboard/sk_tool_utils::draw_checkerboard/
by halcanary
· 10 years ago
96638d1
add bench for building mipmaps
by reed
· 10 years ago
878fa02
Factor out checkerboard function in gm and sampleapp into tools.
by halcanary
· 10 years ago
c12b74d
Collapse consecutive SkTableColorFilters
by cwallez
· 10 years ago
dc0f408
Fold alpha to the inner savelayer in savelayer-savelayer-restore patterns
by kkinnunen
· 10 years ago
96a857e
initial preroll api
by reed
· 10 years ago
Next »