Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
3729469d6a12266037b697c2192768545e097ab0
/
src
/
gpu
3729469
Change clear() to respect the clip
by reed
· 10 years ago
eff2c72
move some copy surface stuff to GrFlushToGpuDrawTarget
by bsalomon
· 10 years ago
775b819
SkColorTable locking serves no purpose anymore.
by mtklein
· 10 years ago
ba1bf8a
Remove comment
by robertphillips
· 10 years ago
a0d5ad7
skia: Prevent GL_RED from being used with MESA
by hendrikw
· 10 years ago
bc0c4bd
Add additional clean up code in MPD path
by robertphillips
· 10 years ago
af57903
Force SkMatrix type while recording too.
by mtklein
· 10 years ago
01d6e5f
Use variable length key (rather than accumulated matrix) as save layer hoisting key
by robertphillips
· 10 years ago
e05162d
Ignore SkGlyphCache gamma for nvpr text
by cdalton
· 10 years ago
20b373c
Add color emoji fallback for nvpr text
by cdalton
· 10 years ago
371bcbc
Add a base class for GrIODB that handles geometry data
by bsalomon
· 10 years ago
bb25e44
Add extra safety check to the EGL context setup.
by joakim.landberg
· 10 years ago
f90a02b
some cleanup around GrGpu/GrDrawTarget copySurface
by bsalomon
· 10 years ago
8ee4e60
Revert of some cleanup around GrGpu/GrDrawTarget copySurface (patchset #3 id:40001 of https://codereview.chromium.org/749903003/)
by bsalomon
· 10 years ago
c67870c
Update effect key for descriptor to not record offsets.
by egdaniel
· 10 years ago
e9aa5dc
some cleanup around GrGpu/GrDrawTarget copySurface
by bsalomon
· 10 years ago
1dbd816
Fix early out in GrResourceCache2::purgeAsNeeded
by bsalomon
· 10 years ago
267ce48
remove proc key
by joshualitt
· 10 years ago
55b24af
Add IndexType parameter to GrDrawTarget::drawPaths
by cdalton
· 10 years ago
f8449ba
Update invariant output computation for various texture effects.
by egdaniel
· 10 years ago
74d80eb
Remove unnessary check to skip drawing.
by egdaniel
· 10 years ago
a2c2323
Remove GrSurface::isSameAs
by bsalomon
· 10 years ago
10e23ca
Use scratch keys for stencil buffers.
by bsalomon
· 10 years ago
1bdfd3f
option to return drawable from recording
by reed
· 10 years ago
19cd0f1
Revert "Use scratch keys for stencil buffers."
by bsalomon
· 10 years ago
612e926
Revert of Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #1 id:1 of https://codereview.chromium.org/750973003/)
by tomhudson
· 10 years ago
55fe3d7
Revert of Add gpu support for Apple specific 'Vertex Arrays' functions (patchset #2 id:20001 of https://codereview.chromium.org/754653002/)
by tomhudson
· 10 years ago
30d7841
Add support for hoisting layers in pictures drawn with a matrix
by robertphillips
· 10 years ago
04c9695
Remove Picture deletion listeners.
by mtklein
· 10 years ago
af000f4
Add gpu support for Apple specific 'Vertex Arrays' functions
by paraboul
· 10 years ago
91175f1
Use scratch keys for stencil buffers.
by bsalomon
· 10 years ago
932f866
Create GrOptDrawState directly in the cmd buffer in GrIODB.
by bsalomon
· 10 years ago
77d77f4
Add pop_back to GrTRecorder.h
by bsalomon
· 10 years ago
ec8bb94
Fix error in Ganesh' tiled bitmap drawing
by robertphillips
· 10 years ago
947556f
remove GrAllocPool
by joshualitt
· 10 years ago
c07379d
Adding GeometryData object
by joshualitt
· 10 years ago
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
Next »