Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
7f4b1b20b0e76a4528d1521c8b79e76bdc34e34f
/
src
/
gpu
/
GrSWMaskHelper.h
41e010c
Revert[2] SkDraw and all Blitters to use pixmap instead of bitmapi
by reed
· 10 years ago
b3f0ec9
Revert of change SkDraw and all Blitters to use pixmap instead of bitmap (patchset #6 id:100001 of https://codereview.chromium.org/1148793007/)
by reed
· 10 years ago
c31af44
change SkDraw and all Blitters to use pixmap instead of bitmap
by reed
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
8dd688b
Rename GrOptDrawState to GrPipeline and GrDrawState to GrPipelineBuilder
by egdaniel
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
ef3fcd8
More win64 warning fixes
by bsalomon
· 10 years ago
2e3b3e3
This cl moves color and coverage off of drawstate. In an effort to keep this CL manageable, I have left the compute invariant input / output in a bit of a strange state(fixing this will be complicated).
by joshualitt
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
f2703d8
rename GrTextureDesc->GrSurfaceDesc, GrTextureFlags->GrSurfaceFlags
by bsalomon
· 10 years ago
e305973
Remove uses of GrAutoScratchTexture.
by bsalomon
· 10 years ago
fa38a30
Add GrAASmallPathRenderer.
by jvanverth
· 10 years ago
71614ac
Add override to force bitmap rendering
by krajcevski
· 10 years ago
b8ccc2f
Pass compressed blitters to our mask drawing algorithm
by krajcevski
· 11 years ago
b3abe90
Start the process of choosing the correct compression format
by krajcevski
· 11 years ago
25a67bc
Add query for block dimensions of a given format
by krajcevski
· 11 years ago
b577c55
Generalize mask helper a bit for compression
by krajcevski
· 11 years ago
fb4f5cb
Use scratch with LATC data if possible
by krajcevski
· 11 years ago
5c2fca0
Add an LATC compressor to the A8 masks, and hide it behind an ifdef.
by krajcevski
· 11 years ago
e3beb6b
SkNonCopyable should be used with private inheritance.
by commit-bot@chromium.org
· 11 years ago
84e922b
Revert "speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values."
by reed@google.com
· 11 years ago
ac9d306
speed up A8 by creating a new entry-point in SkDraw that blits the path's coverage directly into an A8 target, regardless of the previous pixel values.
by reed@google.com
· 11 years ago
a0b4028
Replace uses of GrNoncopyable by SkNoncopyable.
by commit-bot@chromium.org
· 11 years ago
d92cf2e
Fix texture allocation in SWMaskHelper
by robertphillips@google.com
· 12 years ago
fd03d4a
Replace all instances of GrRect with SkRect.
by commit-bot@chromium.org
· 12 years ago
5f74cf8
Follow up on the previous patch :
by sugoi@google.com
· 12 years ago
12b4e27
As part of preliminary groundwork for a chromium fix, this changelist is deprecating GrPathFill so that SkPath::FillType is used everywhere in order to remove some code duplication between Skia and Ganesh.
by sugoi@google.com
· 12 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 12 years ago
d6176b0
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 12 years ago
e3d3216
Remove stage masks
by bsalomon@google.com
· 13 years ago
5dfb672
Left over cleanup from r4416 (fix for lingering AA clip mask bug)
by robertphillips@google.com
· 13 years ago
366f1c6
Fixed lingering gpu-path AA clip mask generation bug
by robertphillips@google.com
· 13 years ago
fe65943
fixed another clang++ compiler error
by robertphillips@google.com
· 13 years ago
58b2021
Split GrSWMaskHelper into its own files
by robertphillips@google.com
· 13 years ago