Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
7d022d6cc80b85c6c6fc0688c0904915fec61910
/
include
/
gpu
7d022d6
add option to supress prints on context
by joshualitt
· 9 years ago
ee71044
Revert of add option to supress prints on context (patchset #5 id:80001 of https://codereview.chromium.org/1128903008/)
by joshualitt
· 9 years ago
5566133
add option to supress prints on context
by joshualitt
· 9 years ago
3211770
Add assignment op to enum bitfield ops
by cdalton
· 9 years ago
f7cc877
Add function for logging blend info on XP.
by bsalomon
· 9 years ago
8e5c177
convex path renderer unit tests
by joshualitt
· 9 years ago
e590266
Add unit tests for stroke rects and drawVertices
by joshualitt
· 9 years ago
21279c7
AADistanceFieldPathRenderer unit tests
by joshualitt
· 9 years ago
c19cdc2
Only discard for XP dstCopies if we have a coverage value.
by egdaniel
· 10 years ago
72c7a60
remove legacy Gr things
by bsalomon
· 10 years ago
8b26b99
new image from backend desc
by reed
· 10 years ago
2fbd406
tesselating path renderer unit tests
by joshualitt
· 10 years ago
e40d397
Isolate GrBufferAllocPools inside GrBatchTarget
by robertphillips
· 10 years ago
0acd0d3
adding uniqueID to GrContext
by joshualitt
· 10 years ago
8917d62
Implement support for KHR_blend_equation_advanced
by cdalton
· 10 years ago
99bc9fd
Remove canTweakAlphaForCoverage from XP's since batch reads flag.
by egdaniel
· 10 years ago
ed0bcad
Move instanced index buffer creation to flush time
by bsalomon
· 10 years ago
d8ed1b6
Revert of Move instanced index buffer creation to flush time (patchset #6 id:100001 of https://codereview.chromium.org/1116943004/)
by bsalomon
· 10 years ago
ab622c7
Move instanced index buffer creation to flush time
by bsalomon
· 10 years ago
40ded32
Add hairlines batch unit test
by joshualitt
· 10 years ago
d309e7a
This replaces the texture creation/caching functions on GrContext with a GrTextureProvider interface. The goal is to pass this narrowly focused object in places that currently take a GrContext but don't need and shouldn't use its other methods. It also has an extended private interface for interacting with non-texture resource types.
by bsalomon
· 10 years ago
3e708c5
Add batch unit tests for ovals
by joshualitt
· 10 years ago
9954bc3
Use texture barriers to read directly from the RT
by cdalton
· 10 years ago
fa2008f
Add dash lines batch unit test
by joshualitt
· 10 years ago
e9c0fc6
Pull out shader-specific caps into GrShaderCaps and GrGLSLCaps
by jvanverth
· 10 years ago
3f655f3
Initial CL to create GrBatchTest infrastructure
by joshualitt
· 10 years ago
a73239a
Remove GrFlushToGpuDrawTarget and move functionality up to GrDrawTarget.
by bsalomon
· 10 years ago
4eaf9ce
create GrTestUtils.h, move some common functions into it
by joshualitt
· 10 years ago
cfc1886
Use GLSLCaps for creating processor keys and GLSL-specific programs
by jvanverth
· 10 years ago
8f94bb2
remove old text contexts and fontcache
by joshualitt
· 10 years ago
1899651
Extract gpu line dashing to GrDashLinePathRenderer
by kkinnunen
· 10 years ago
f4f2b44
Add onGetBlendInfo to GrXferProcessor
by cdalton
· 10 years ago
bae6f6c
Add tokens and entry points for KHR_blend_equation_advanced
by cdalton
· 10 years ago
2575f31
Revert of Add tokens and entry points for KHR_blend_equation_advanced (patchset #3 id:40001 of https://codereview.chromium.org/1039693004/)
by tomhudson
· 10 years ago
8e57885
Add tokens and entry points for KHR_blend_equation_advanced
by cdalton
· 10 years ago
fd4167d
Import glTextureBarrier
by cdalton
· 10 years ago
8dc7c3a
Rename GrStencilBuffer to GrStencilAttachment
by egdaniel
· 10 years ago
bed83a6
Don't draw if SkShader::asNewFragmentProcessor fails.
by bsalomon
· 10 years ago
0db6dfa
The TextBlobCache needs the ability to trigger a flush because otherwise its entire budget can be used up, but it will not be able to free up any space due to blobs being stuck in the GrInOrderDrawBuffer. This was causing a segfault. After this CL the cache will try to purge, and then flush if it cannot purge enough. It will not purge the most recent addition to the cache.
by joshualitt
· 10 years ago
3f32432
Add mechanism to proactively purge old resources in GrResourceCache.
by bsalomon
· 10 years ago
b7133be
Adding a cache + memory pool for GPU TextBlobs
by joshualitt
· 10 years ago
c9c3e62
Add constant color GrFP.
by bsalomon
· 10 years ago
599ea40
Revert of Add constant color GrFP. (patchset #10 id:180001 of https://codereview.chromium.org/978713002/)
by bsalomon
· 10 years ago
dfbbec4
Add constant color GrFP.
by bsalomon
· 10 years ago
08b4d29
GrGLInterface: Add support for NV_framebuffer_mixed_samples
by vbuzinov
· 10 years ago
7c3a2f8
BitmapTextBatch and BitmapTextBlob
by joshualitt
· 10 years ago
c03391e
Revert of BitmapTextBatch and BitmapTextBlob (patchset #18 id:360001 of https://codereview.chromium.org/1011403004/)
by joshualitt
· 10 years ago
eed1dae
BitmapTextBatch and BitmapTextBlob
by joshualitt
· 10 years ago
36352bf
C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla}
by mtklein
· 10 years ago
6e8cd96
Let text contexts fall back directly to paths
by joshualitt
· 10 years ago
6f7f201
Move GrAutoLocaleSetter to new file and fix issue with null locale
by bsalomon
· 10 years ago
95a4fe3
always reset locale (not just in debug).
by Brian Salomon
· 10 years ago
f33a8bf
fix ios build wrt locale?
by Brian Salomon
· 10 years ago
3318ee7
Use C locale for numerics when emitting shaders.
by bsalomon
· 10 years ago
11fa224
some utils for rect and matrix
by reed
· 10 years ago
d5b9840
fix for valgrind preAbandonGpuContext
by joshualitt
· 10 years ago
bb3be25
Remove rect clip type from grclip.
by bsalomon
· 10 years ago
bdad9c3
Add flag to force gpu trace markers to be used and printed out for debugging.
by egdaniel
· 10 years ago
570d2f8
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
2907059
Revert of Pass clip to context (patchset #8 id:180001 of https://codereview.chromium.org/936943002/)
by joshualitt
· 10 years ago
586d5d6
I'd really like to land this before the branch so speedy reviews are appreciated.
by joshualitt
· 10 years ago
ab2f44c
probable fix for asan bot
by joshualitt
· 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
128def3
Revert of fix for linux builder warn on exit destructor (patchset #1 id:1 of https://codereview.chromium.org/951103002/)
by joshualitt
· 10 years ago
51fdb4f
fix for linux builder warn on exit destructor
by joshualitt
· 10 years ago
44701df
Move clip off of draw target
by joshualitt
· 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
c01f47b
Remove unnecessary include of gles2 header in SkANGLEGLContext.h
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
f99e961
Allow resources' unique keys to be changed.
by bsalomon
· 10 years ago
8718aaf
Rename GrContentKey to GrUniqueKey
by bsalomon
· 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
0aa9479
Use SkAutoSTMalloc in GrResourceKey
by bsalomon
· 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
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
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
3582d3e
Split out methods in GrGpuResource::CacheAccess that can be called outside of the cache.
by bsalomon
· 10 years ago
f7c2d55
Determine whether we can tweakAlphaForCoverage during Pipeline/XP creation.
by egdaniel
· 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
e36914c
Pass in ProcOptInfos into willNeedDstCopy on XPs
by egdaniel
· 10 years ago
3740972
Make null GL context use callback to make current
by bsalomon
· 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
e85a32d
Clean up clipping code a bit
by robertphillips
· 10 years ago
41d4f09
Move GrXferProcessor subclasses into cpp files
by egdaniel
· 10 years ago
23e619c
Reimplement gpu message bus for invalidated bitmap gen IDs
by bsalomon
· 10 years ago
d042358
One createTexture function, attempt to recycle scratch in createTexture.
by bsalomon
· 10 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
· 10 years ago
21b2c53
Revert of Move DstCopy on gpu into the GrXferProcessor. (patchset #11 id:200001 of https://codereview.chromium.org/885923002/)
by bsalomon
· 10 years ago
Next »