Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
b1475b0d41efc580207183a4e25d14e920b57360
/
gyp
/
gpu.gypi
e5286e0
Beginning of support for texture rectangles.
by bsalomon
· 9 years ago
702501d
Simplify path allocation, clean up resources correctly
by kkinnunen
· 9 years ago
7f9b2e4
Swizzle shader output and blend when using GL_RED to implement kAlpha_8_GrPixelConfig
by bsalomon
· 9 years ago
27a48dc
Create stub GrAuditTrail class
by joshualitt
· 9 years ago
e9709e8
Broke GrTessellatingPathRenderer's tessellator out into a separate file.
by ethannicholas
· 9 years ago
fb82437
Revert of Broke GrTessellatingPathRenderer's tessellator out into a separate file. (patchset #8 id:240001 of https://codereview.chromium.org/1557083002/ )
by caryclark
· 9 years ago
8b05cb8
Broke GrTessellatingPathRenderer's tessellator out into a separate file.
by ethannicholas
· 9 years ago
1de610a
Create debug only SkSingleOwner
by joshualitt
· 9 years ago
98e7538
make GrRect.h private
by reed
· 9 years ago
e804292
Move all text stuff to its own folder
by joshualitt
· 9 years ago
0a42e68
Create GrTextUtils
by joshualitt
· 9 years ago
1acabf3
Move DistanceAdjustTable to its own file
by joshualitt
· 9 years ago
7ea439b
Create GLSLUniformHandler class for gpu backend
by egdaniel
· 9 years ago
73063dc
Add transfer buffer support.
by jvanverth
· 9 years ago
53c5d5f
Revert of Add transfer buffer support. (patchset #9 id:160001 of https://codereview.chromium.org/1490473003/ )
by egdaniel
· 9 years ago
fa498fe
Add transfer buffer support.
by jvanverth
· 9 years ago
0eafe79
Create GrGLSLVaryingHandler class for program building
by egdaniel
· 9 years ago
a751c97
Factor out GrAtlasTextBatch fromt GrAtlasTextContext
by joshualitt
· 9 years ago
33a5fce
Initial implementation of GPU no filter NinePatch
by joshualitt
· 9 years ago
e659a58
Move GrGLPrimitive/GeometryProc to GLSL
by egdaniel
· 9 years ago
fa4cc8b
Move XferProcessors to glsl
by egdaniel
· 9 years ago
64c4728
Make all GrFragmentProcessors GL independent.
by egdaniel
· 9 years ago
2d721d3
Move all ShaderBuilder files to GLSL
by egdaniel
· 9 years ago
8dcdedc
Make GrGLSLProgramBuilder base class for GrGLProgramBuilder.
by egdaniel
· 9 years ago
c55271f
Separate out natively-texture image/bmp draws from cached-as-texture image/bmp draws
by bsalomon
· 9 years ago
e51fa4a
Clean up GrAtlas and rename it GrLayerAtlas
by robertphillips
· 9 years ago
6873782
Remove GrPipelineBuilder from getPathRenderer call
by robertphillips
· 9 years ago
7dc4bd0
Remove GrGLProcessor and create GrGLSLTextureSampler class.
by egdaniel
· 9 years ago
018fb62
Create GLSL base class for ProgramDataManager
by egdaniel
· 9 years ago
0d3f061
Move GrGLShaderVar to GrGLSL
by egdaniel
· 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
bc0bcc0
Revert recent CLs around GrTextureMaker/GrTextureParamsAdjuster
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
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
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
afa95e2
Remove image usage type enum. Use GrTextureParams instead.
by bsalomon
· 9 years ago
4a33952
Bye bye processor data manager.
by bsalomon
· 9 years ago
473addf
Remove separate cache for clip mask textures
by bsalomon
· 9 years ago
f1b7a1d
Make skpaint->grpaint flow work for composing draws (verts and atlas)
by bsalomon
· 9 years ago
bf87730
Move GrFragmentProcessor implementation to its own cpp file
by bsalomon
· 9 years ago
87ba62e
Replace GrExtractAlphaFragmentProcessor with DstIn compose processor
by bsalomon
· 9 years ago
3566d44
Move StrokeRectBatches into .cpp files
by joshualitt
· 9 years ago
42bd6bf
Remove duplicate GrProcessorUnitTest.cpp from gpu.gypi
by robertphillips
· 9 years ago
ae4738f
Create fragment processor for performing input color blend with child processor
by bsalomon
· 9 years ago
0a5fa48
Add onMemoryDump to GrContext
by ericrk
· 9 years ago
506c802
Add helper for creating leaf FPs inside GrFP::TestCreate functions
by bsalomon
· 9 years ago
102081a
move GrGLPathProcessor back into GrPathProcessor
by joshualitt
· 9 years ago
d8dd47b
remove path specific program building classes
by joshualitt
· 9 years ago
e7afc2d
Start trying to collapse path program stuff
by joshualitt
· 9 years ago
512be53
Cleanup GrDrawTarget now that all paths lead to GrBatch
by bsalomon
· 9 years ago
809e5af
Brian requested a new namespace for factories that create fragment processors that combine 2 things with a xfermode. This way, we can change the implementation of these factories in the future to not use GrComposeEffect if desired.
by wangyix
· 9 years ago
1fcc01c
GrPathRangeBatch
by bsalomon
· 9 years ago
43fe618
refactor parts of SkGr.cpp for use by SkImages
by reed
· 9 years ago
0cffb17
Remove GrAddPathRenderers_default
by joshualitt
· 9 years ago
6335a72
Move PathRenderers to batches folder
by joshualitt
· 9 years ago
c21b09e
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
by bsalomon
· 9 years ago
a511e6a
Revert of Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor* (patchset #8 id:140001 of https://codereview.chromium.org/1316513002/ )
by rmistry
· 9 years ago
ecfdc25
Change SkShader;asFragmentProcessor signature to no longer take skpaint\grcolor*
by bsalomon
· 9 years ago
885bf09
skia: add ability to load command_buffer_gles2
by hendrikw
· 9 years ago
ac856c9
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
bcf33d5
Rename GrBWFillRectBatch to GrNonAAFillRectBAtch
by joshualitt
· 9 years ago
4bf69f7
Revert of Remove GrStagedProcessor, remove the word Stage as it applies to FPs (patchset #6 id:90001 of https://codereview.chromium.org/1307223004/ )
by rmistry
· 9 years ago
2424344
Remove GrStagedProcessor, remove the word Stage as it applies to FPs
by bsalomon
· 9 years ago
add79ef
Put drawPath in GrBatch.
by bsalomon
· 9 years ago
ae5b2c6
Create GrQuad
by joshualitt
· 9 years ago
da04e0e
Allow setting of GrBatchFontCache atlas sizes
by joshualitt
· 9 years ago
a44919e
Path stenciling in GrBatch
by bsalomon
· 9 years ago
872062c
GrCopySurfaceBatch
by bsalomon
· 9 years ago
b1daa86
When getGLInstance is called on a frag proc, the resulting GrGLFragmentProcessor will be the root of a tree of GrGLFragmentProcessors that mirrors the GrFragmentProcessor's tree. This allows setData() to be called recursively (removing the responsibility from compose shader) and allows gl instances direct access to their children gl instances so they can emit their code.
by wangyix
· 9 years ago
2ad37be
Move GrTBatchTesselator to its own file
by joshualitt
· 9 years ago
5346983
Put clear and discard into GrBatch.
by bsalomon
· 9 years ago
7539856
Make GrVertexBatch objects hold their own draws during GrDrawTarget flush
by bsalomon
· 9 years ago
16b9913
Split GrDrawBatch and GrVertexBatch into their own files
by bsalomon
· 9 years ago
9c80b5f
Move GrRectBatch to GrBWFillRectBatch and make internal
by joshualitt
· 9 years ago
14205b1
Expand functionality of GrRectBatchFactory with AARects
by joshualitt
· 9 years ago
ecd1a69
Create GrRectBatchFactory
by joshualitt
· 9 years ago
9ff6425
move Stroke Rect and AAFill Rect to their own file
by joshualitt
· 9 years ago
2771b56
GrDrawVertices to batches
by joshualitt
· 9 years ago
14b8803
Move GrDrawAtlasBatch to separate file
by jvanverth
· 9 years ago
1694a93
Revert of Move GrDrawAtlasBatch to separate file (patchset #1 id:1 of https://codereview.chromium.org/1274013003/ )
by jvanverth
· 9 years ago
b091c44
Move GrDrawAtlasBatch to separate file
by jvanverth
· 9 years ago
7441782
Make folder for batches
by joshualitt
· 9 years ago
ee14a62
Give strokerectbatch a proper home
by bsalomon
· 9 years ago
b542bae
Rename GrInOrderDrawBuffer to GrBufferedDrawTarget
by joshualitt
· 9 years ago
cef14bf
Added GrGLBlend.h|cpp with helper function AppendPorterDuffBlend() in preparation for SkComposeShader gpu backend
by wangyix
· 9 years ago
259fbf1
Add sanity check to GrAtlasTextBlob
by joshualitt
· 9 years ago
374b2f7
rename BitmapTextBlob and move it to its own file
by joshualitt
· 9 years ago
9ec0d43
Removing GrTemplates.h
by joshualitt
· 9 years ago
5ca41c1
Remove GrRedBlackTree
by joshualitt
· 9 years ago
3df1e21
Another trivial cleanup
by joshualitt
· 9 years ago
6968428
Revert of Another trivial cleanup (patchset #6 id:100001 of https://codereview.chromium.org/1229303003/)
by joshualitt
· 9 years ago
52e7657
Another trivial cleanup
by joshualitt
· 9 years ago
690fc75
Get rid of GrMurmur3Hash
by joshualitt
· 9 years ago
2419b36
Add GrNonAtomicRef
by joshualitt
· 9 years ago
3989205
remove some unused stuff
by joshualitt
· 9 years ago
9cc1775
rename GrShaderDataManager -> GrProcessorDataManager
by joshualitt
· 9 years ago
8ca93e7
Initial CL to create dummy GrShaderDataManager and thread it through
by joshualitt
· 9 years ago
7aedda5
Refactor separable varying location info to be stored in GrGLProgram subclass
by kkinnunen
· 9 years ago
Next »