Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
2d97bc139a7de5813468bd3dbfd0037351ae5606
/
src
/
gpu
2d97bc1
Disable LCD text explicitly in SkPictureImageFilter::onFilterImage()
by fmalita
· 10 years ago
b03c4a3
Don't use NULL GrOptDrawState to indicate that draw should be skipped.
by bsalomon
· 10 years ago
9176e2c
dstCopy on optdrawstate
by joshualitt
· 10 years ago
e097be5
Implement conics for NVPR
by kkinnunen
· 10 years ago
04ddf89
Small cleanups after GrDrawState/GrOptDrawState base class elimination.
by bsalomon
· 10 years ago
54e0c12
scissor state on optstate
by joshualitt
· 10 years ago
02bcd9d
move GrGeometryProcessor to src
by joshualitt
· 10 years ago
ae59b77
Create GrOptDrawState before recording draw in GrInOrderDrawBuffer
by bsalomon
· 10 years ago
ec03a46
Add processor name to comment when printing out shaders.
by egdaniel
· 10 years ago
7eb8c7b
drawinfo carries bufferinfo
by joshualitt
· 10 years ago
6be2aa9
wip for drawables
by reed
· 10 years ago
780b11e
fix for use of uninit variable
by joshualitt
· 10 years ago
6d467ec
minor cleanup in GrGpu.h
by bsalomon
· 10 years ago
542ecbb
Remove unused NVPR related GL tokens
by kkinnunen
· 10 years ago
9853cce
Drawstate on stack
by joshualitt
· 10 years ago
b436ed6
Reduce the amount of validation in GrResourceCache2
by bsalomon
· 10 years ago
84c8e62
Allow GPU resources to not be counted against the cache budget.
by bsalomon
· 10 years ago
912b3d2
Use DrawStates ProcOptInfo when creating the Optimized Draw State.
by egdaniel
· 10 years ago
dace19e
Correct accounting for wrapped resources
by bsalomon
· 10 years ago
5478d42
Push creation of default GP to the caller
by joshualitt
· 10 years ago
82b1d62
Guard high water cache stats vars by GR_CACHE_STATS
by bsalomon
· 10 years ago
12299ab
Make GrResourceCache2 responsible for calling release, abandon, and ~.
by bsalomon
· 10 years ago
71cb0c2
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
191bcc0
Fix ref-cnting bug in GrContext::readRenderTargetPixels
by bsalomon
· 10 years ago
082a462
Move WGL header from include to src
by djsollen
· 10 years ago
ac49acd
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #7 id:120001 of https://codereview.chromium.org/716143004/)
by bsalomon
· 10 years ago
407aa58
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
d54d3fc
remove unused kLCD_MaskFormat
by reed
· 10 years ago
f21dab9
Revert of Replace GrResourceCache with GrResourceCache2. (patchset #6 id:100001 of https://codereview.chromium.org/716143004/)
by bsalomon
· 10 years ago
66a450f
Replace GrResourceCache with GrResourceCache2.
by bsalomon
· 10 years ago
bc97c93
Remove SK_IGNORE_SUBPIXEL_AXIS_ALIGN_FIX.
by bungeman
· 10 years ago
0b17d6c
Cleanup public includes directory.
by djsollen
· 10 years ago
b2db898
rename filterTextFlags to disableLCD
by reed
· 10 years ago
3fc6a2f
Combine similar DrawPaths calls in GrInOrderDrawBuffer
by cdalton
· 10 years ago
e454521
Cleanup GrContextFactory and make it's subclasses private
by djsollen
· 10 years ago
b6cbc38
Add GrProcOptInfo class to track various output information for color and coverage stages.
by egdaniel
· 10 years ago
6987dca
Rename onCreateDevice -> onCreateCompatibleDevice
by fmalita
· 10 years ago
b1cff03
Relax constraints on src coeff in GrDrawState::willBlendWithDst.
by egdaniel
· 10 years ago
5adbf1b
Revert of move to modify onCreateDevice virtual (patchset #2 id:20001 of https://codereview.chromium.org/723743002/)
by reed
· 10 years ago
b122ee5
start to replace onCreateDevice with onCreateCompatibleDevice
by reed
· 10 years ago
395ef05
Fix use of NULL ptr in GrContext::drawRect
by bsalomon
· 10 years ago
69ed47f
Make GrGpuResource::gpuMemorySize non-virtual w/ onGpuMemorySize virtual impl
by bsalomon
· 10 years ago
8236591
Rename GrAccelData to SkLayerInfo and move it to src/core
by robertphillips
· 10 years ago
605dd0f
Move GrInvariantOutput out of GrProcessor and into its own class.
by egdaniel
· 10 years ago
4e8e342
Move SkRecordComputeLayers and CollectLayers into SkRecordDraw.cpp
by robertphillips
· 10 years ago
cd8b630
Add isUnblended query to GrDrawState.
by egdaniel
· 10 years ago
453cf40
Add GrGpuResource::CacheAccess
by bsalomon
· 10 years ago
4052a8e
Remove coverage from grpaint
by joshualitt
· 10 years ago
4dd9988
remove separate color from coverage
by joshualitt
· 10 years ago
672550d
Remove bogus assert
by bsalomon
· 10 years ago
69bb90c
Remove cached OptDrawState from GrDrawState.
by egdaniel
· 10 years ago
6d4488c
Remove all knowledge of resource keys from the legacy cache.
by bsalomon
· 10 years ago
81f71b6
Change where layer hoisting data is gathered
by robertphillips
· 10 years ago
d53a827
Snap optdrawstate in inorder draw buffer and pass into gpu
by joshualitt
· 10 years ago
fe369ee
Move GrResourceKey static functions from .h to .cpp to fix shared lib builds
by bsalomon
· 10 years ago
8b79d23
Use GrResourceCache2 to service content key lookups
by bsalomon
· 10 years ago
6beeb8f
Small refactoring of layer discovery code
by robertphillips
· 10 years ago
a63f32e
Address MSAA rendering in layer hoisting
by robertphillips
· 10 years ago
4973d9d
Default geometry processor
by joshualitt
· 10 years ago
4b68ec0
simple cl to cleanup friends in GrGpu
by joshualitt
· 10 years ago
f4e5e33
cleaning up geometry handling in gpu
by joshualitt
· 10 years ago
c4650ee
Update GrTRecorder to preserve memory allocations
by cdalton
· 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
32f80ca
Mesa ES 3.0 requires sized internal formats
by derekf
· 10 years ago
3322fa4
Refactor DrawTarget and GPU to be independent
by joshualitt
· 10 years ago
4736e14
Get gpudft support working in dm, gm, nanobench and bench_pictures
by jvanverth
· 10 years ago
38e13ad
Remove 1d glyph positions from nvpr text
by cdalton
· 10 years ago
aa30ab3
Revert of Get gpudft support working in dm, gm, nanobench and bench_pictures (patchset #2 id:20001 of https://codereview.chromium.org/699453005/)
by jvanverth
· 10 years ago
06ba179
Get gpudft support working in dm, gm, nanobench and bench_pictures
by jvanverth
· 10 years ago
2c93efe
Clip in grdrawtarget
by joshualitt
· 10 years ago
e27065a
Send coverage VA as floats instead of bytes NOTREECHECKS=True
by egdaniel
· 10 years ago
3343557
Add mock context and use in ResourceCacheTest.
by bsalomon
· 10 years ago
fdcf2c0
Revert of Add mock context and use in ResourceCacheTest. (patchset #4 id:60001 of https://codereview.chromium.org/702083003/)
by bsalomon
· 10 years ago
820dd6c
Add mock context and use in ResourceCacheTest.
by bsalomon
· 10 years ago
63b2196
Workaround for PowerVR clear issue.
by bsalomon
· 10 years ago
0e66aaa
DFText: fix placement of glyphs when we fall back to paths
by jvanverth
· 10 years ago
f7007b0
Enable distance field path rendering in Chrome.
by jvanverth
· 10 years ago
d1aa8ff
removing setVertexArraySource from drawtarget
by joshualitt
· 10 years ago
b32f0ad
Fix layer cache memory leak
by robertphillips
· 10 years ago
87a94eb
Rename and clarify semantics of GrContext::resolveRenderTarget.
by bsalomon
· 10 years ago
a702415
Temporary fix to remove drawrect call from GpuGL
by joshualitt
· 10 years ago
ada68ef
Improve quality of distance field rendering
by jvanverth
· 10 years ago
a6ca5a0
Detect Mesa OpenGL ES
by derekf
· 10 years ago
0537f29
Revert changes to GrContext::resolveRenderTarget
by bsalomon
· 10 years ago
50408ad
Test factory uses the inorder draw buffer
by joshualitt
· 10 years ago
89c6298
Don't allow renderTarget==NULL to GrContext::clear() and friends.
by bsalomon
· 10 years ago
bcaefb0
Remove GrGLTexID
by bsalomon
· 10 years ago
37b4d86
Force input coverage to be only a byte in gpu shaders.
by egdaniel
· 10 years ago
37dd331
Add class GrGLTextureRenderTarget for GL texture/rendertarget objects
by bsalomon
· 10 years ago
a393127
Revert of Temporary fix to remove drawrect call from GpuGL (patchset #6 id:90005 of https://codereview.chromium.org/694933002/)
by joshualitt
· 10 years ago
d4a5c20
Temporary fix to remove drawrect call from GpuGL
by joshualitt
· 10 years ago
5c55fef
GrContext no longer ever draws on Gpu
by joshualitt
· 10 years ago
92e496f
Beginning to refactor nvpr code
by joshualitt
· 10 years ago
2faa228
Some distance field text optimizations.
by jvanverth
· 10 years ago
b9e8230
Revert of GrContext no longer ever draws on Gpu (patchset #7 id:120001 of https://codereview.chromium.org/683733005/)
by joshualitt
· 10 years ago
7a75e52
GrContext no longer ever draws on Gpu
by joshualitt
· 10 years ago
3bdd7dc
small fix for cache clear
by joshualitt
· 10 years ago
38406c8
Cleanup: Go with SkDebugf instead of GrPrintf.
by tfarina
· 10 years ago
ed3af66
Use Color Processor for color bitmap text draws on gpu.
by egdaniel
· 10 years ago
Next »