Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
7eeba2587760a0802fd2b90765b4fd0e5e895375
/
src
/
gpu
6065b88
fix for msan
by joshualitt
· 10 years ago
5b27b14
don't draw if maxVertices returns 0 or > than uin16_t max
by joshualitt
· 10 years ago
233c6ce
k1 fix
by joshualitt
· 10 years ago
ab2f44c
probable fix for asan bot
by joshualitt
· 10 years ago
e59bbf1
Revert of Make fID and MixedID calculations private (patchset #5 id:80001 of https://codereview.chromium.org/939123002/)
by scroggo
· 10 years ago
f8d24e2
BUG=skia:
by herb
· 10 years ago
0413d43
Enable rect clips
by joshualitt
· 10 years ago
9ece6a9
move static init to cpp file to fix linux builder
by joshualitt
· 10 years ago
5877333
non-aa rects batch
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 10 years ago
9671ecd
Use highp for distance field texture coord varyings.
by jvanverth
· 10 years ago
52057c8
Fix release-developer build.
by bsalomon
· 10 years ago
0bdeec9
Remove canApplyCoverage from XP and all related functions in gpu code.
by egdaniel
· 10 years ago
93276c6
Remove EGL header from SkANGLELContext.h
by bsalomon
· 10 years ago
9e5fc72
Add stencil buffer create tracking to GPU stats.
by bsalomon
· 10 years ago
2596567
Don't require AA in order to use shader-based clips
by bsalomon
· 10 years ago
dd3143b
clear stencil buffer using special purpose FBO
by bsalomon
· 10 years ago
6bc1b5f
Dynamically create stencil buffer when needed.
by bsalomon
· 10 years ago
4238017
Use D3D11 backend for ANGLE when available.
by bsalomon
· 10 years ago
332c729
Default path renderer batch
by joshualitt
· 10 years ago
6ae1b11
Revert of non-aa rects batch (patchset #6 id:90001 of https://codereview.chromium.org/931293002/)
by joshualitt
· 10 years ago
ee72dde
non-aa rects batch
by joshualitt
· 10 years ago
abcfab4
Swap render target instead of creating a new gpu device for surface copy-on-write
by kkinnunen
· 10 years ago
7abe15d
Remove historical assert in AAConvexPathRenderer
by joshualitt
· 10 years ago
2aa1f7e
Port GrGLCaps over to use SkTHash.
by mtklein
· 10 years ago
e5524cd
Fix layer hoisting bug in SkCanvas::drawPicture path
by robertphillips
· 10 years ago
d08ea5f
Round stencil buffers dims up to next pow2 when allowed
by bsalomon
· 10 years ago
ddf30e6
Handle the case when the GrResourceCache timestamp wraps.
by bsalomon
· 10 years ago
6364807
gm to test hairlines which fill RenderTarget
by joshualitt
· 10 years ago
02a44a4
Recycle stencil buffers across render targets.
by bsalomon
· 10 years ago
f99e961
Allow resources' unique keys to be changed.
by bsalomon
· 10 years ago
8718aaf
Rename GrContentKey to GrUniqueKey
by bsalomon
· 10 years ago
2e4414e
Do not clear the source device in SkGpuDevice::drawDevice
by kkinnunen
· 10 years ago
297aaf9
Avoid wrong memory access due to double substitution and %%
by kkinnunen
· 10 years ago
25d9c15
Pass Rendertarget into context.
by joshualitt
· 10 years ago
5a105ff
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
e4ef1ca
Revert of Use uint16s for texture coordinates when rendering text. (patchset #5 id:80001 of https://codereview.chromium.org/917373002/)
by reed
· 10 years ago
f320e04
Use an array of nonpurgeable resources in GrResourceCache
by bsalomon
· 10 years ago
9f2d157
Make GrResourceCache use a priority queue of purgeable resources.
by bsalomon
· 10 years ago
3ad6570
Use dst copies in porter duffer XP to correctly render certain blends.
by egdaniel
· 10 years ago
f87fe78
use common impl for drawTextOnPath
by reed
· 10 years ago
e5e72f1
Improve GrInOrderDrawBuffer::Cmd encapsulation
by robertphillips
· 10 years ago
059034d
Use uint16s for texture coordinates when rendering text.
by jvanverth
· 10 years ago
b197b8f
Use SkXfermode as public facing enum for GrPorterDuffXP
by egdaniel
· 10 years ago
54fac8b
Minor refactoring
by robertphillips
· 10 years ago
351ba1b
fix for ASAN heap overflow
by joshualitt
· 10 years ago
43466a1
Multi-string shaders
by joshualitt
· 10 years ago
b8a82f2
Revert of Multi-string shaders (patchset #4 id:60001 of https://codereview.chromium.org/929503002/)
by joshualitt
· 10 years ago
1c3c2d8
Multi-string shaders
by joshualitt
· 10 years ago
4283f13
AA stroke rects batch
by joshualitt
· 10 years ago
3582d3e
Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache.
by bsalomon
· 10 years ago
4ccce7e
YUV scale fix
by sugoi
· 10 years ago
db0f951
Stop lieing about GrBatch color for Rects
by joshualitt
· 10 years ago
f7c2d55
Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.
by egdaniel
· 10 years ago
0ff748a
Revert of YUV scale fix (patchset #2 id:20001 of https://codereview.chromium.org/922273002/)
by jvanverth
· 10 years ago
e6eddf7
YUV scale fix
by sugoi
· 10 years ago
2b816ba
Revert of Use dst copies in porter duffer XP to correctly render certain blends. (patchset #4 id:60001 of https://codereview.chromium.org/914003003/)
by egdaniel
· 10 years ago
997c635
Use dst copies in porter duffer XP to correctly render certain blends.
by egdaniel
· 10 years ago
a8fcea0
Limit clear as draw workaround to Adreno 3xx.
by bsalomon
· 10 years ago
e36914c
Pass in ProcOptInfos into willNeedDstCopy on XPs
by egdaniel
· 10 years ago
84b13df
Revert of AA stroke rects batch (patchset #6 id:100001 of https://codereview.chromium.org/912483004/)
by joshualitt
· 10 years ago
dd21987
fix for uniform view matrix being uploaded but not used
by joshualitt
· 10 years ago
8072caa
A simple change to move a bunch of stuff out of Gr*Geometry.h
by joshualitt
· 10 years ago
b0fb935
AA stroke rects batch
by joshualitt
· 10 years ago
cd96366
Revert of AA stroke rects batch (patchset #5 id:80001 of https://codereview.chromium.org/912483004/)
by joshualitt
· 10 years ago
c63de32
Revert of fix for windows bot (patchset #1 id:1 of https://codereview.chromium.org/917933005/)
by joshualitt
· 10 years ago
c43a4d8
fix for windows bot
by joshualitt
· 10 years ago
68c7b6a
AA stroke rects batch
by joshualitt
· 10 years ago
19e0058
fix for xoom
by joshualitt
· 10 years ago
3740972
Make null GL context use callback to make current
by bsalomon
· 10 years ago
95964c6
GMs now use batch
by joshualitt
· 10 years ago
94dff15
Revert of GMs now use batch (patchset #3 id:40001 of https://codereview.chromium.org/865313004/)
by joshualitt
· 10 years ago
7e34007
Add GrGLCreateNullInterface.cpp back to gyp, and put contents in namespace.
by bsalomon
· 10 years ago
3f284d7
GMs now use batch
by joshualitt
· 10 years ago
9491f7f
remove goto in Distance field path renderer
by joshualitt
· 10 years ago
bb0502e
Support multiple null GL contexts on a thread.
by bsalomon
· 10 years ago
0ea80f4
Rename GrResourceCache2->GrResourceCache
by bsalomon
· 10 years ago
76e7fb6
Ovals batch
by joshualitt
· 10 years ago
02b0501
Small change to use a GrGeometryProcessor for all BitmapText draw calls
by joshualitt
· 10 years ago
043e0f6
discard when coverage is <= 0 in XP dst copy.
by joshualitt
· 10 years ago
e85a32d
Clean up clipping code a bit
by robertphillips
· 10 years ago
41d4f09
Move GrXferProcessor subclasses into cpp files
by egdaniel
· 10 years ago
70f0004
simple fix to close batches on anything push to the GrIODB recorder
by joshualitt
· 11 years ago
23e619c
Reimplement gpu message bus for invalidated bitmap gen IDs
by bsalomon
· 11 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 11 years ago
50785a3
Revert of Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #1 id:1 of https://codereview.chromium.org/901663007/)
by bsalomon
· 11 years ago
27f398f
Convex batch
by joshualitt
· 11 years ago
21b2c53
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/)
by bsalomon
· 11 years ago
5e1378d
Move DstCopy on gpu into the GrXferProcessor.
by egdaniel
· 11 years ago
de358a9
BUG=skia:
by joshualitt
· 11 years ago
d2a6f4e
More cleanup around GrContext, textures, and SkGr.cpp
by bsalomon
· 11 years ago
ba18f91
No more caching volatile bitmaps
by sugoi
· 11 years ago
8842556
Make npot resizing work properly for bmps that are explicitly texture backed.
by bsalomon
· 11 years ago
4dce32c
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 11 years ago
7adb355
Revert of Revert "Move DstCopy on gpu into the GrXferProcessor." (patchset #1 id:1 of https://codereview.chromium.org/896163003/)
by egdaniel
· 11 years ago
3e9dfdb
Revert "Move DstCopy on gpu into the GrXferProcessor."
by egdaniel
· 11 years ago
2340dcb
Remove unused and unimplemented abstract functions from GrRenderTarget
by kkinnunen
· 11 years ago
d5163e2
fixing GrBatch leak
by joshualitt
· 11 years ago
7bc18b7
Hairline batch
by joshualitt
· 11 years ago
5224ba7
Dash using vertex attributes for interval and stroke width
by joshualitt
· 11 years ago
Next »