Gitiles
Code Review
Sign In
review.blissroms.org
/
platform_external_skia
/
c26d94fd7dc0b00cd6d0e42d28285f4a38aff021
/
src
/
gpu
/
GrAAHairLinePathRenderer.cpp
c26d94f
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
by bsalomon@google.com
· 12 years ago
bcce892
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
by bsalomon@google.com
· 12 years ago
3b0d631
Remove constructors from GrVertexAttrib.
by jvanverth@google.com
· 12 years ago
9b855c7
Resubmit r7899 and r7901.
by jvanverth@google.com
· 12 years ago
af3a3b9
Revert r7901 & r7899 to allow DEPS roll
by robertphillips@google.com
· 12 years ago
b8b705b
Add new vertex attribute array specification.
by jvanverth@google.com
· 12 years ago
b75b0a0
Move vertex layout from GeometrySrcState to GrDrawState.
by jvanverth@google.com
· 12 years ago
cc78238
Move vertex layout definitions from GrDrawTarget to GrDrawState.
by jvanverth@google.com
· 12 years ago
e16efc1
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
5f74cf8
Follow up on the previous patch :
by sugoi@google.com
· 13 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
· 13 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 13 years ago
8171288
Remove GrScalar, replace with SkScalar.
by bsalomon@google.com
· 13 years ago
706f668
Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_conventions on Intel GPUs.
by bsalomon@google.com
· 13 years ago
d335364
Revert r6330 thru 6333 while we figure out what to do about Intel bots (possible driver bug).
by bsalomon@google.com
· 13 years ago
4fe9b1b
Automatically handle converting gl_FragCoord to Skia's y-down device coords.
by bsalomon@google.com
· 13 years ago
a834746
Make additional code paths go through GrDrawState helper classes for their matrix manipulations.
by bsalomon@google.com
· 13 years ago
0f11e1a
Remove translate param from GrContext::drawPath (and subsequent calls).
by bsalomon@google.com
· 13 years ago
f660187
Hide GrDrawTarget::Caps's member vars
by bsalomon@google.com
· 13 years ago
fbfcd56
Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/)
by rmistry@google.com
· 13 years ago
7b11289
Added dev- & canv- prefixes to Ganesh bounding boxes to indicate coordinate space
by robertphillips@google.com
· 13 years ago
e4d69c0
Added getConservativeBound helper function to GrClipData
by robertphillips@google.com
· 13 years ago
beb1af7
Altered Ganesh's clip stack plumbing to pass down new GrClipData class
by robertphillips@google.com
· 13 years ago
e3d3216
Remove stage masks
by bsalomon@google.com
· 13 years ago
3e11c0b
Forced GrClip to always have conservative bounds
by robertphillips@google.com
· 13 years ago
a51ab84
Preserve convex control point polygon in cubic->quadratic approximation
by bsalomon@google.com
· 13 years ago
c377baf
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
by tomhudson@google.com
· 13 years ago
b213ed8
Simplify vertex layout bitfields by making Position-as-texcoords the default.
by tomhudson@google.com
· 13 years ago
4705954
Search and replace change. Some Gr enum value names didn't have a "Gr" in their suffix.
by bsalomon@google.com
· 13 years ago
8a4fc40
Updated useSWOnlyPath method to use path chain instead of raw path renderer methods
by robertphillips@google.com
· 13 years ago
fa66294
First functioning version of SW-only clip mask creator
by robertphillips@google.com
· 13 years ago
7460b37
Fixed minor Release & fixed point compiler warnings on Linux
by robertphillips@google.com
· 13 years ago
0e5104c
misc fixes
by bsalomon@google.com
· 13 years ago
873ea0c
Make fewer copies when using GrDrawTarget::AutoStateRestore
by bsalomon@google.com
· 13 years ago
b3e40c0
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
by bsalomon@google.com
· 13 years ago
1971317
Allow compiler to optimize applying quadratic UV matrix to verts
by bsalomon@google.com
· 13 years ago
b372942
make pathrenderers release their geometry before returning
by bsalomon@google.com
· 13 years ago
c2099d2
simplify GrPathRenderer interface
by bsalomon@google.com
· 13 years ago
487dc76
remove unused variable
by bsalomon@google.com
· 13 years ago
69cc6ad
Add convex path renderer (disabled)
by bsalomon@google.com
· 13 years ago
8f9cbd6
Cleanup of r2830.
by bsalomon@google.com
· 14 years ago
3d0835b
Revert 2830 and 2831.
by bsalomon@google.com
· 14 years ago
0fec61d
Make GrDrawState a real class with getters and setters
by bsalomon@google.com
· 14 years ago
39ee0ff
Prep #1 for making GrDrawState a class
by bsalomon@google.com
· 14 years ago
9381363
Extract GrDrawTarget::DrState into independent GrDrawState struct.
by tomhudson@google.com
· 14 years ago
289533a
Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa
by bsalomon@google.com
· 14 years ago
d38f137
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
by bsalomon@google.com
· 14 years ago
[Renamed from gpu/src/GrAAHairLinePathRenderer.cpp]
f75b84e
Add license
by bsalomon@google.com
· 14 years ago
9266901
Add SkSTArray, hide stack storage cons in SkTArray, unify SkTArray init logic
by bsalomon@google.com
· 14 years ago
0d2aa84
Fix override issue, rebase win hairmodes_gpu, complexclip_gpu
by bsalomon@google.com
· 14 years ago
a8a6a32
Use GrAAHairlineRenderer for line segments only if FS derivs not avail
by bsalomon@google.com
· 14 years ago
18c9c19
Put caps in a struct, move up to GrDrawTarget
by bsalomon@google.com
· 14 years ago
2ec7280
Fix some warnings
by bsalomon@google.com
· 14 years ago
49313f6
GrTArray->SkTArray & docs
by bsalomon@google.com
· 14 years ago
a996fec
Use push_back_n() in place of multiple push_back()s
by bsalomon@google.com
· 14 years ago
dbeeac3
Add perspective support to the gpu aa hairline renderer.
by bsalomon@google.com
· 14 years ago
46a2a1e
Make gpu hairline check for degenerate quad more robust
by bsalomon@google.com
· 14 years ago
fcb0dbc
Fix GrAAHairLinePathRenderer fixed pt build
by bsalomon@google.com
· 14 years ago
aeb2160
Add GrAAHairLinePathRenderer
by bsalomon@google.com
· 14 years ago