Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7fb77c8165458c4c5b0eb61c43542176cf2dd0e2
/
src
/
gpu
/
GrDefaultGeoProcFactory.h
7cd0bfe
No longer ref count GrGeometryProcessors
by Robert Phillips
· 5 years ago
c0bd9f9
rewrite includes to not need so much -Ifoo
by Mike Klein
· 6 years ago
37064c1
Remove support for GPU bone transformations
by Brian Osman
· 6 years ago
80879d4
Revert "Revert "Support combining per-vertex coverage with color in default GP vertex shader""
by Brian Osman
· 6 years ago
ded032c
Revert "Support combining per-vertex coverage with color in default GP vertex shader"
by Brian Osman
· 6 years ago
8e13f69
Support combining per-vertex coverage with color in default GP vertex shader
by Brian Osman
· 6 years ago
2a4c4df
Add wide color support to stroke rect op and default GP
by Brian Osman
· 6 years ago
60b6bc3
Use WriteVertexData in GrTessellator, remove all DefaultGeoProc structs
by Brian Osman
· 6 years ago
cf86085
Replace GrColor4h with SkPMColor4f
by Brian Osman
· 6 years ago
936fe7d
Pass and return GrColor4h by const& when possible
by Brian Osman
· 6 years ago
1be2b7c
Keep paint color range/precision into ops and GPs (using GrColor4h)
by Brian Osman
· 6 years ago
c97a339
added optimizations to speed up skinning
by Ruiqi Mao
· 6 years ago
b609e6d
added byte and ubyte types to SKSL
by Ruiqi Mao
· 7 years ago
4ec72f7
added skeletal animation support to GPU backend
by Ruiqi Mao
· 7 years ago
383c9bb
Revert "added skeletal animation support to GPU backend"
by Joe Gregorio
· 7 years ago
d275ef5
added skeletal animation support to GPU backend
by Ruiqi Mao
· 7 years ago
c05aa7d
Revert "added skeletal animation support to GPU backend"
by Ruiqi Mao
· 7 years ago
b630734
added skeletal animation support to GPU backend
by Ruiqi Mao
· 7 years ago
08a50e0
Include sRGB -> Linear in the cached "from sRGB" xform
by Brian Osman
· 7 years ago
0c26a9d
GR_TEST_UTILS fixes
by Brian Salomon
· 8 years ago
fa6d865
Do color correction of vertex colors in GPU drawVertices
by Brian Osman
· 8 years ago
3de0aee
Make SkGpuDevice::drawVertices perform color byte order swap and premul step using vertex shader.
by Brian Salomon
· 8 years ago
8c852be
Removing tracking of whether GP/FP coverage calculations are used by XP.
by Brian Salomon
· 8 years ago
09d994e
Misc batch->op cleanup Part 1 of 2
by Brian Salomon
· 8 years ago
f57372d
Screenspace AA tessellated GPU path rendering.
by senorblanco
· 8 years ago
682580f
Revert of Screenspace AA tessellated path rendering. (patchset #37 id:730001 of https://codereview.chromium.org/1152733009/ )
by senorblanco
· 8 years ago
9992bde
Screenspace AA tessellated GPU path rendering.
by senorblanco
· 8 years ago
06ca8ec
sk_sp for Ganesh.
by bungeman
· 9 years ago
342bfc2
Simplify GrDrawBatch uploads and token uage.
by bsalomon
· 9 years ago
96fcdcc
Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002
by halcanary
· 9 years ago
b2aa7cb
This CL wires up the backend portion necessary for sending transformed coords via vertex attributes.
by joshualitt
· 10 years ago
df0c557
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 10 years ago
e494a58
Revert of Use new API everywhere for GrDefaultGeoProcFactory (patchset #5 id:80001 of https://codereview.chromium.org/1261083003/)
by joshualitt
· 10 years ago
801823b
Use new API everywhere for GrDefaultGeoProcFactory
by joshualitt
· 10 years ago
7a0d697
Change GrDefaultGeoProcFactory to a namespace
by joshualitt
· 10 years ago
0d986d8
Cleanup GrDefaultGeoProcFactory localCoords
by joshualitt
· 10 years ago
e9d6095
Cleanup Default Geo Proc API
by joshualitt
· 10 years ago
7765a47
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 10 years ago
d07a279
Revert of Rework GrPipelineInfo (patchset #7 id:120001 of https://codereview.chromium.org/1213383005/)
by bsalomon
· 10 years ago
f5179a4
Makes GrPipelineInfo a class with query functions used by GrBatch subclasses.
by bsalomon
· 10 years ago
b8c241a
Preliminary attempt to remove batch tracker
by joshualitt
· 10 years ago
d3a560f
Revert of Preliminary attempt to remove batch tracker (patchset #3 id:40001 of https://codereview.chromium.org/1139723004/)
by joshualitt
· 10 years ago
cbfe91d
Preliminary attempt to remove batch tracker
by joshualitt
· 10 years ago
1ba8cc9
removing equality / compute invariant loops from GrGeometryProcessors
by joshualitt
· 10 years ago
50cb76b
Revert of removing equality / compute invariant loops from GrGeometryProcessors (patchset #2 id:20001 of https://codereview.chromium.org/1111603004/)
by joshualitt
· 10 years ago
ef292a0
removing equality / compute invariant loops from GrGeometryProcessors
by joshualitt
· 10 years ago
8059eb9
Move ViewMatrix off of drawstate
by joshualitt
· 10 years ago
8fc6c2d
This CL cleans up the last remaining users of localCoordChange on paint
by joshualitt
· 10 years ago
56995b5
Remove GP from drawstate, revision of invariant output for GP
by joshualitt
· 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
2dd1ae0
First step to moving vertex attributes to the geometryProcessor
by joshualitt
· 10 years ago
5478d42
Push creation of default GP to the caller
by joshualitt
· 10 years ago
4973d9d
Default geometry processor
by joshualitt
· 10 years ago
ee0ea3f
Revert of Default geometry processor (patchset #9 id:160001 of https://codereview.chromium.org/678953002/)
by joshualitt
· 10 years ago
ff34307
Default geometry processor
by joshualitt
· 10 years ago