Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
40732b34a1bf94eb44ee4b2327eece8d97735f11
/
src
/
gpu
6df232d
Revert of Experimental CL to stop using subdata (patchset #1 id:1 of https://codereview.chromium.org/1413263006/ )
by joshualitt
· 9 years ago
b83bec5
Narrow the distribution of GrDrawTarget a bit
by robertphillips
· 9 years ago
383ce32
Experimental CL to stop using subdata
by joshualitt
· 9 years ago
93316b9
Move GrGLBufferImpl's GL calls to behind GrGLGpu
by joshualitt
· 9 years ago
648c696
Add immediate mode option for gpu configs in dm
by bsalomon
· 9 years ago
ccdbc1d
Remove mac buffer impl war
by joshualitt
· 9 years ago
c9b5f8b
tunnel down texture-size-constraint to imagefilters
by reed
· 9 years ago
cae0085
Force the s4 to use highp for transforming to NDS
by egdaniel
· 9 years ago
eec180d
Remove unused functions from GrGLVertexBuffer / IndexBuffer
by joshualitt
· 9 years ago
2a459ff
Fix force high precision for arm gpus
by egdaniel
· 9 years ago
472d44e
Add version string and force highp NDS transfrom to GLSLCaps
by egdaniel
· 9 years ago
899ba37
Revert of Add version string and force highp NDS transfrom to GLSLCaps (patchset #3 id:40001 of https://codereview.chromium.org/1417993004/ )
by egdaniel
· 9 years ago
cef4bce
Add version string and force highp NDS transfrom to GLSLCaps
by egdaniel
· 9 years ago
a352b14
Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #6 id:120001 of https://codereview.chromium.org/1414903002/ )
by robertphillips
· 9 years ago
869c5e8
Dependencies are now added between the drawTargets in GrPipeline
by robertphillips
· 9 years ago
0d3f061
Move GrGLShaderVar to GrGLSL
by egdaniel
· 9 years ago
f529439
Move shader precision modifier check onto GLSLCaps
by egdaniel
· 9 years ago
0214173
Stop creating static GrProcessor instances
by bsalomon
· 9 years ago
81bdbf8
Revert of Dependencies are now added between the drawTargets in GrPipeline (patchset #5 id:100001 of https://codereview.chromium.org/1414903002/ )
by caryclark
· 9 years ago
45a1c34
Dependencies are now added between the drawTargets in GrPipeline
by robertphillips
· 9 years ago
13ccbf8
use (temp) gpu-imagefilter-cache for applyFilter
by reed
· 9 years ago
3dc6ae5
Move GrDrawingManager methods to their own .cpp file
by robertphillips
· 9 years ago
045802d
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
4beb5c1
Add debugging helper to GrDrawTarget
by robertphillips
· 9 years ago
6a18665
Add the machinery to GrDrawTarget to enable topological sorting
by robertphillips
· 9 years ago
7d974f5
Modifications to get 'blaze build -c opt //third_party/skia/HEAD/...' to work.
by benjaminwagner
· 9 years ago
bc0bcc0
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
by Brian Salomon
· 9 years ago
386f2d3
Upload stretched bmp rather than original after doing CPU stretch for min texture size
by Brian Salomon
· 9 years ago
2fc11d3
Move definitions of GrGL basic types (e.g. GrGLenum) to their own header.
by bsalomon
· 9 years ago
9f8904d
Add override to Bitmap_GrTextureParamsAdjuster::refOriginalTexture
by Brian Salomon
· 9 years ago
1a197ea
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
cdf79db
Remove unused member variables in GrGLProgram
by egdaniel
· 9 years ago
b3f1636
skia: Make the validate match interface for *_draw_instanced
by hendrikw
· 9 years ago
77a2e52
Remove DrawingMgr shims from GrContext
by robertphillips
· 9 years ago
9195794
Revert of Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what… (patchset #4 id:60001 of https://codereview.chromium.org/1409163002/ )
by egdaniel
· 9 years ago
fcffaf2
Rewrite GrTextureMaker to disentangle bitmap case from base class and give GPU object a say in what copying needs to be done.
by bsalomon
· 9 years ago
466c2c4
Move some code around to make another diff cleaner
by bsalomon
· 9 years ago
a106c62
Loosen requirement that there be only one GrDrawTarget
by robertphillips
· 9 years ago
1a1d0b8
Remove check for whole image in the cache in SkGpuDevice::shouldTileImage
by bsalomon
· 9 years ago
2e1e51f
GrDrawContext now holds GrRenderTarget pointer
by robertphillips
· 9 years ago
a912dde
Don't abort analytic clipping if using MSAA until elements are examined
by bsalomon
· 9 years ago
10528f1
Store texture target on GrGLTexture. This is in preparation for using texture targets other than 2D.
by bsalomon
· 9 years ago
0b5b6b2
Fix clipping when all analytic FP creations can be skipped
by bsalomon
· 9 years ago
0adfffb
Fix dm with Chromium command buffer driver
by kkinnunen
· 9 years ago
88d064d
add applyFilter() to SkImage
by reed
· 9 years ago
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
f276ac5
Move functions from SkGr to SkGrPriv.h
by bsalomon
· 9 years ago
79da63f
Fix gpu drawBitmap to work when BM is A8 and we have a shader
by egdaniel
· 9 years ago
8585dd2
Updates nvpr text blobs to not store a direct reference to the
by cdalton
· 9 years ago
c988d2c
Remove ClipMaskType from GrCMM
by bsalomon
· 9 years ago
0ba8c24
Insert clip fragment processor outside GrCMM
by bsalomon
· 9 years ago
4a33952
Bye bye processor data manager.
by bsalomon
· 9 years ago
2d70dcb
Dynamically allocate the GrDrawContexts
by robertphillips
· 9 years ago
d120105
Make path range loading explicit
by cdalton
· 9 years ago
cdd7907
Implement cached nvpr text blobs
by cdalton
· 9 years ago
02015e5
Use SkTextBlob for nvpr color bitmap fallbacks
by cdalton
· 9 years ago
3bd909a
Add TextRun object to nvpr text
by cdalton
· 9 years ago
c00389e
Fix gpu dashing for case where all intervals are 0.
by egdaniel
· 9 years ago
588b9ca
Fix memory leak in ClipMaskManager
by robertphillips
· 9 years ago
7d5c950
Simplify nvpr text
by cdalton
· 9 years ago
f6d259b
Incrementally flush GrDrawTarget
by joshualitt
· 9 years ago
0737f61
Revert of Incrementally flush GrDrawTarget (patchset #8 id:130001 of https://codereview.chromium.org/1386463004/ )
by joshualitt
· 9 years ago
a7e8780
Incrementally flush GrDrawTarget
by joshualitt
· 9 years ago
db9f664
Add work around for devices/API filters that claim GL_KHR_debug support but don't provide functions
by bsalomon
· 9 years ago
473addf
Remove separate cache for clip mask textures
by bsalomon
· 9 years ago
b1ac52f
Skia: Add Command Buffer support to Linux/Mac
by hendrikw
· 9 years ago
b90de31
Fix for texture width or height are greater than 2^16
by joshualitt
· 9 years ago
aa48d36
Fix drawVertices when there is a paint alpha
by bsalomon
· 9 years ago
7bdd70a
Fix for 2056
by joshualitt
· 9 years ago
3e77ba9
Implement stencil clipping in mixed sampled render targets
by vbuzinov
· 9 years ago
856e9d9
Revert[4] of add ImageShader, sharing code with its Bitmap cousin
by reed
· 9 years ago
e2bcec3
fix for default path renderer draws harlines without bloating
by joshualitt
· 9 years ago
b39abc4
remove unused helper function
by reed
· 9 years ago
b5d3263
try texture-maker to generalize stretching for npot and min-tex-size
by reed
· 9 years ago
966c2c3
Revert of By default purge resources that haven't been used for 64 flushes (patchset #5 id:80001 of https://codereview.chromium.org/1316233003/ )
by bsalomon
· 9 years ago
198a350
By default purge resources that haven't been used for 64 flushes
by bsalomon
· 9 years ago
e25eea4
Use child processors to implement compose color filter.
by bsalomon
· 9 years ago
f1b7a1d
Make skpaint->grpaint flow work for composing draws (verts and atlas)
by bsalomon
· 9 years ago
c6363ef
Make methods on GrGpuResource safe to call on abandoned resource
by bsalomon
· 9 years ago
14eaaa6
Fix GrDrawVerticesBatch to work with override colors and eliminate local coords when posssible.
by bsalomon
· 9 years ago
38ddbad
Mangle output var in GrGLFragmentProcessor::emitChild
by bsalomon
· 9 years ago
6f0fdac
skia: Add support for ANGLE on linux
by hendrikw
· 9 years ago
10cae83
Move determiniation of strokerect rects internal
by joshualitt
· 9 years ago
aca31fe
Stop supporting HW dither
by bsalomon
· 9 years ago
11edad9
Fix for degenerate stroke rect
by joshualitt
· 9 years ago
e73f1f6
Prefer dual source/framebuffer fetch paths for GPU LCD.
by egdaniel
· 9 years ago
a204ced
Revert of Fix for degenerate stroke rect (patchset #7 id:110001 of https://codereview.chromium.org/1359453002/ )
by joshualitt
· 9 years ago
511684f
Fix for degenerate stroke rect
by joshualitt
· 9 years ago
bf87730
Move GrFragmentProcessor implementation to its own cpp file
by bsalomon
· 9 years ago
3905c37
fix factory count
by Brian Salomon
· 9 years ago
87ba62e
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
by bsalomon
· 9 years ago
106b124
Remove SkNEW and SkDELETE macros
by mdempsky
· 9 years ago
aa37a96
Create append methods in batch namespaces
by joshualitt
· 9 years ago
2120b6f
Fix for combining with perspective local rects
by joshualitt
· 9 years ago
3566d44
Move StrokeRectBatches into .cpp files
by joshualitt
· 9 years ago
1b55a96
Reland of add a ClassID function to GrBatch (patchset #1 id:1 of https://codereview.chromium.org/1353043002/ )
by reed
· 9 years ago
48e3a45
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by reed
· 9 years ago
eb44d53
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
a7008403
Revert of add a ClassID function to GrBatch (patchset #5 id:80001 of https://codereview.chromium.org/1352813003/ )
by joshualitt
· 9 years ago
4078d52
add a ClassID function to GrBatch
by joshualitt
· 9 years ago
Next »