Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
afbf2d6273cd22c683f20a7e5773843876af3085
/
src
/
gpu
afbf2d6
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
b5a9715
Allow previously-hoisted layers to be reused in the same draw
by robertphillips
· 10 years ago
b06e5a2
Revert of Make "priv" classes for GrTexure and GrSurface. (patchset #9 id:260001 of https://codereview.chromium.org/596053002/)
by robertphillips
· 10 years ago
dbe6074
Revert of GrResourceCache2 manages scratch texture. (patchset #14 id:260001 of https://codereview.chromium.org/608883003/)
by robertphillips
· 10 years ago
3d398c8
GrResourceCache2 manages scratch texture.
by bsalomon
· 10 years ago
c0eb9b9
Make "priv" classes for GrTexure and GrSurface.
by bsalomon
· 10 years ago
ed42059
Move offset and CTM from LayerCache Key to per-hoisted-layer info
by robertphillips
· 10 years ago
656f2cd
Make writeRenderTargetPixels use draw buffer rather than GrGpu
by bsalomon
· 10 years ago
2bb5210
Applying post-commit comments from https://codereview.chromium.org/607993002/
by junov
· 10 years ago
05c4a43
Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/)
by fmalita
· 10 years ago
ee6631e
Update RecordReplaceDrawTest to generate and pass pictures
by robertphillips
· 10 years ago
d46b8d2
Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/)
by robertphillips
· 10 years ago
96c118e
Change GrContext::copyTexture to go through GrDrawTarget
by junov
· 10 years ago
c13bc57
Fix SkTextBlob offset semantics.
by Florin Malita
· 10 years ago
89af44a
Split GrDrawState and GrOptDrawState into separate classes and remove base class.
by egdaniel
· 10 years ago
b5fae93
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
2456b76
Revert of SkCanvas::drawImage is the new way for drawing an SkImage to a Canvas (patchset #9 id:160001 of https://codereview.chromium.org/583453002/)
by borenet
· 10 years ago
d632ea4
Use OptDrawState instead of DrawState when flushing state in GrGpuGL
by egdaniel
· 10 years ago
30d2cc6
Update layer hoisting code to correctly render sub-picture layers
by robertphillips
· 10 years ago
34a9895
Revert "Use draw buffer for texture copy impl."
by Brian Salomon
· 10 years ago
e33985a
Revert "Add support for EGL on linux"
by borenet
· 10 years ago
1cea736
Add support for EGL on linux
by derekf
· 10 years ago
4327899
SkCanvas::drawImage is the new way for drawing a SkImage to a Canvas
by piotaixr
· 10 years ago
f64596d
Remove unused fRequiresVertexShader data member from OptDrawState
by egdaniel
· 10 years ago
b0a8a37
Patch to create a distinct geometry processor. The vast majority of this patch
by joshualitt
· 10 years ago
e3d4bf2
Use draw buffer for texture copy impl.
by bsalomon
· 10 years ago
cd523eb
Use uniform color/coverage inputs when path rendering.
by bsalomon
· 10 years ago
033ea7f
Fix inputCoverageIsUsed bug in GrGLProgramDesc
by egdaniel
· 10 years ago
76ce81e
Fix SDF font positions when using global scale.
by jvanverth
· 10 years ago
c064824
Calculate Primary and Secondary output types in the GrOptDrawState
by egdaniel
· 10 years ago
ae44496
Change GrGLProgramDesc header to have DoPathRendering flag instead of RequiresVertexShader
by egdaniel
· 10 years ago
8d034a1
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
4401a1f
Revert of Don't flush on read/write pixels unless necessary (patchset #2 id:20001 of https://codereview.chromium.org/586073002/)
by bsalomon
· 10 years ago
150723b
Don't flush on read/write pixels unless necessary
by bsalomon
· 10 years ago
4a8126e
Introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)"
by reed
· 10 years ago
29c857d
Revert of introduce Props to surface (patchset #27 id:520001 of https://codereview.chromium.org/551463004/)
by reed
· 10 years ago
3716fd0
introduce Props to surface (work in progress)
by reed
· 10 years ago
681e65b
Don't try to add large glyphs to the font atlas.
by jvanverth
· 10 years ago
5d9ab28
enable conservative clips for gpudevice
by reed
· 10 years ago
bc127a3
Add UniqueID to GrDrawTargetCaps.
by egdaniel
· 10 years ago
45725db
Move IOType to GrGpuRef and rename that to GrIORef. Template GrPendingIORef on IOType.
by bsalomon
· 10 years ago
544c5b8
Fix stack-allocated GPU path object
by cdalton
· 10 years ago
b3e3a95
Make GrIODB keep pending IO refs on all resources it records into its cmd stream.
by bsalomon
· 10 years ago
65b4895
remove RenderTargetFlags -- NewRenderTargetDirect will never clear
by reed
· 10 years ago
754f4e9
Add counting of some GL calls
by robertphillips
· 10 years ago
855d83f
Uses a single pre-baked set of paths for drawing nvpr text of a given
by cdalton
· 10 years ago
23e280d
Changes to remove program effects builder
by joshualitt
· 10 years ago
1c4c528
Refactor layer hoisting code
by robertphillips
· 10 years ago
a0537de
Copy layer-hoisting related SkPaints
by robertphillips
· 10 years ago
00a6532
Remove redundant assignment in GrDrawTarget.cpp
by qiankun.miao
· 10 years ago
0e97705
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
by piotaixr
· 10 years ago
e010f1c
hide deviceproperties, prepare the way for surfaceprops
by reed
· 10 years ago
4e205b1
Remove createPath* from GrGpu and GrContext
by cdalton
· 10 years ago
149b3ec
Adds glMemoryGlyphIndexArrayNV to the GrGLInterface and begins
by cdalton
· 10 years ago
a7dc0a8
Calculate stage stats in GrOptDrawState
by egdaniel
· 10 years ago
f96ba02
Rename GrProgramResource to GrGpuResourceRef
by bsalomon
· 10 years ago
4aa6dfc
Separate replacement creation from layer discovery
by robertphillips
· 10 years ago
3850971
Revert "Revert "Move SkGpuDevice.h to src/gpu""
by bsalomon
· 10 years ago
408d612
Breaking out full program and frag only
by joshualitt
· 10 years ago
b0a35f7
Revert "Move SkGpuDevice.h to src/gpu"
by borenet
· 10 years ago
e337130
Fix typo
by robertphillips
· 10 years ago
d99bbb6
Move SkGpuDevice.h to src/gpu
by bsalomon
· 10 years ago
c492334
Make templated GrProgramTResource subclass of GrProgramResource
by bsalomon
· 10 years ago
170f90b
Attach GrOptDrawState into shader building pipeline
by egdaniel
· 10 years ago
3375c80
when we disable lcd for impl reasons, add kGenA8 to document the original intent
by reed
· 10 years ago
4815fe5
Fix bug in layer hoisting transition to SkRecord backend
by robertphillips
· 10 years ago
49586be
removing GrDrawEffect
by joshualitt
· 10 years ago
8a4c103
Revert of Attach GrOptDrawState into shader building pipeline (patchset #11 id:220001 of https://codereview.chromium.org/504203004/)
by egdaniel
· 10 years ago
08da4f2
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.chromium.org/571163002/)
by joshualitt
· 10 years ago
8ddbe8b
removing GrDrawEffect
by joshualitt
· 10 years ago
ee62065
Attach GrOptDrawState into shader building pipeline
by egdaniel
· 10 years ago
8c8f71a
Always disable the scissor test before BlitFrameBuffer
by derekf
· 10 years ago
223ba62
Fix incorrect Rec601 YUV conversion matrix coefficient.
by rileya
· 10 years ago
9564ce6
Fix scaling issue with distance field text.
by jvanverth
· 10 years ago
249af15
BUG=skia:
by joshualitt
· 10 years ago
3658f38
Create an optimized draw state but not hooked in yet to gpu pipeline
by egdaniel
· 10 years ago
abaef86
Add support for the Rec601 YUV color space to GrYUVtoRGBEffect.
by rileya
· 10 years ago
77cd8b0
Revert of Added test for non cached ETC1 (patchset #2 id:20001 of https://codereview.chromium.org/564493002/)
by bungeman
· 10 years ago
d9ec549
Added test for non cached ETC1
by sugoi
· 10 years ago
579b4fb
Fix iteration bounds of Android GL API initialization
by tomhudson
· 10 years ago
90dc641
Revert of Use SkBitmapCache to optimize readPixels on a texture-backed bitmap (patchset #6 id:100001 of https://codereview.chromium.org/533323002/)
by fmalita
· 10 years ago
0249ec2
Adding texture uploads without cache for YUV and ETC1
by sugoi
· 10 years ago
46625e0
Fix two SkRecord-backed layer hoisting bugs
by robertphillips
· 10 years ago
8067412
Remove extra proctected in GrRODrawState.h
by egdaniel
· 10 years ago
2243109
Revert of Fix two SkRecord-backed layer hoisting bugs (patchset #1 id:1 of https://codereview.chromium.org/551843002/)
by robertphillips
· 10 years ago
7c0cfd4
Fix two SkRecord-backed layer hoisting bugs
by robertphillips
· 10 years ago
95fd68e
Use SkBitmapCache to optimize readPixels on a texture-backed bitmap
by piotaixr
· 10 years ago
2a9ca78
Make GrDrawState and GrEffectStage use the pending io/exec ref mechanisms.
by bsalomon
· 10 years ago
49f085d
"NULL !=" = NULL
by bsalomon
· 10 years ago
52e9d63
Don't take a ref on GP in AutoEffectRestore.
by bsalomon
· 10 years ago
5a80be2
Small fix for RODrawState
by joshualitt
· 10 years ago
9b53652
Change behavior of GrDS::AutoEffectRestort wrt GPs.
by bsalomon
· 10 years ago
a1ae66d
Add pop_back() to GrAllocator and add unit test.
by bsalomon
· 10 years ago
ac8d619
Add method to GrProgramResource to record that pending a execution was completed.
by bsalomon
· 10 years ago
9574098
Add GrProgramElement base class for GrEffect with deferred exec ref.
by bsalomon
· 10 years ago
bd769d0
Initial change to create GeometryProcessor
by joshualitt
· 10 years ago
274b4ba
Switch Layer Hoisting over to SkRecord backend
by robertphillips
· 10 years ago
00b76bd
Add reference base class to GrGpuResourcewith pending IO references.
by bsalomon
· 10 years ago
2ed8a75
Remove use of EXPERIMENTAL_getActiveOps from layer hoisting code
by robertphillips
· 10 years ago
e5ea500
Hide fields in SkImageInfo
by reed
· 10 years ago
Next »