Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skia
/
ab0bf2ef82cdfc92d6dbef2d9949be24a7b88533
/
gyp
/
gpu.gypi
c2878e2
Remove GrFontScaler class.
by bsalomon
· 8 years ago
93a379b
Separate user and raw stencil settings
by cdalton
· 8 years ago
e19aecd
Revert of Separate user and raw stencil settings (patchset #8 id:140001 of https://codereview.chromium.org/1962243002/ )
by robertphillips
· 8 years ago
12dbb39
Separate user and raw stencil settings
by cdalton
· 8 years ago
6663acf
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
85d9667
Revert of Replace GrStrokeInfo with GrStyle. (patchset #4 id:160001 of https://codereview.chromium.org/1957363002/ )
by bsalomon
· 8 years ago
33595bd
Replace GrStrokeInfo with GrStyle.
by bsalomon
· 8 years ago
167ab91
Allow gpu ResourceHandle class to be shared for multiple purposes
by egdaniel
· 8 years ago
2d1ee79
Added --deepColor option to SampleApp, triggers creation of a ten-bit/channel
by brianosman
· 9 years ago
76948d4
Add Gr*Proxy classes
by robertphillips
· 9 years ago
4f16e63
Revert of Add Gr*Proxy classes (patchset #10 id:220001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
92605b3
Add Gr*Proxy classes
by robertphillips
· 9 years ago
89d09a1
Revert of Add Gr*Proxy classes (patchset #9 id:160001 of https://codereview.chromium.org/1937553002/ )
by robertphillips
· 9 years ago
de5bf0c
Add Gr*Proxy classes
by robertphillips
· 9 years ago
6536ae5
added GrMSAAPathRenderer
by ethannicholas
· 9 years ago
47cc769
Add initial implementation of GrShape and GrStyle classes and tests
by bsalomon
· 9 years ago
82ecc57
Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #11 id:280001 of https://codereview.chromium.org/1822723003/ )
by bsalomon
· 9 years ago
824e58f
Add initial implementation of GrShape and GrStyle classes and tests
by bsalomon
· 9 years ago
83af0a6
Revert of Add initial implementation of GrShape and GrStyle classes and tests (patchset #10 id:260001 of https://codereview.chromium.org/1822723003/ )
by robertphillips
· 9 years ago
c885dac
Add initial implementation of GrShape and GrStyle classes and tests
by bsalomon
· 9 years ago
09aa1fc
Refactor how we store and use samplers in Ganesh
by egdaniel
· 9 years ago
b800248
Revert of Refactor how we store and use samplers in Ganesh (patchset #7 id:120001 of https://codereview.chromium.org/1885863004/ )
by egdaniel
· 9 years ago
45b61a1
Refactor how we store and use samplers in Ganesh
by egdaniel
· 9 years ago
74b8d32
Implement texel buffers
by cdalton
· 9 years ago
3f6f76f
Rename EmitArgs::fSamplers to fTexSamplers
by cdalton
· 9 years ago
8ef9108
Revert of added GrMSAAPathRenderer (patchset #9 id:160001 of https://codereview.chromium.org/1834133003/ )
by ethannicholas
· 9 years ago
b0fabd4
added GrMSAAPathRenderer
by ethannicholas
· 9 years ago
c03afd6
Revert of added GrMSAAPathRenderer (patchset #8 id:140001 of https://codereview.chromium.org/1834133003/ )
by ethannicholas
· 9 years ago
47a2dc8
added GrMSAAPathRenderer
by ethannicholas
· 9 years ago
062bd86
Expose GrGLAssembleInterface
by bsalomon
· 9 years ago
3724e57
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
6f70d43
Revert of Move SkGLContext and some GrGLInterface implementations to skgputest module (patchset #13 id:240001 of https://codereview.chromium.org/1815823002/ )
by robertphillips
· 9 years ago
fe3456c
Move SkGLContext and some GrGLInterface implementations to skgputest module
by bsalomon
· 9 years ago
e50f3e7
Add WSI functions to GrVkInterface
by jvanverth
· 9 years ago
397536c
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
f8c3ba4
Revert of Consolidate GPU buffer implementations (patchset #10 id:180001 of https://codereview.chromium.org/1825393002/ )
by robertphillips
· 9 years ago
8b1bff2
Consolidate GPU buffer implementations
by cdalton
· 9 years ago
22281c1
Set up cache in vulkan to reuse GrVkPrograms (aka VkPipelines)
by egdaniel
· 9 years ago
633b356
GrVkGpu initialization cleanup.
by jvanverth
· 9 years ago
3c48100
Make the debug interface a GrGLTestInterface subclass.
by bsalomon
· 9 years ago
d2497f3
Enable extension support and debug layer.
by jvanverth
· 9 years ago
b5a94e3
Store null GL context's state in interface object
by bsalomon
· 9 years ago
fd359ca
Implement Vulkan GrBackendObject for textures.
by jvanverth
· 9 years ago
0e1853c
Update how we send draws to gpu backend to reduce state setting.
by egdaniel
· 9 years ago
391395d
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
8b8f36f
Revert of Begin weaning GrClipMaskManager off of GrDrawTarget (take 2) (patchset #7 id:120001 of https://codereview.chromium.org/1754563003/ )
by robertphillips
· 9 years ago
86c6075
Begin weaning GrClipMaskManager off of GrDrawTarget (take 2)
by robertphillips
· 9 years ago
2a7cf5f
Revert of Generate Signed Distance Field directly from vector path (patchset #13 id:240001 of https://codereview.chromium.org/1643143002/ )
by robertphillips
· 9 years ago
4de97a6
Generate Signed Distance Field directly from vector path
by joel.liang
· 9 years ago
992ad36
Add back Vk files with LF endings
by jvanverth
· 9 years ago
e02918d
Remove Vk files with spurious CRLFs
by jvanverth
· 9 years ago
42701e9
Add VkProgramDataManager back into to repo
by egdaniel
· 9 years ago
89a6029
Try to fix broken file by just deleting it.
by egdaniel
· 9 years ago
7499e69
Incorporate Vulkan files into main gpu.gyp/gpu.gypi
by bsalomon
· 9 years ago
8e84a1e
Delete GrTextContext
by joshualitt
· 9 years ago
96880d9
Create GrPathRenderingDrawContext
by joshualitt
· 9 years ago
ddd22d8
Remove last bit of privacy violation for GrAtlasTextBlob
by joshualitt
· 9 years ago
2829bb7
Make helper function on GrGLSLProgramDataManager non virtual
by egdaniel
· 9 years ago
f267c1e
Add ability to extract YUV planes from SkImage
by bsalomon
· 9 years ago
2279325
added support for PLS path rendering
by ethannicholas
· 9 years ago
5366a09
Revert of added support for PLS path rendering (patchset #16 id:360001 of https://codereview.chromium.org/1541903002/ )
by ethannicholas
· 9 years ago
7df3f5e
added support for PLS path rendering
by ethannicholas
· 9 years ago
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
Next »