Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
skqp
/
e63296e5d653f1d5a3a9bba7454d7beefbc03d8d
/
gyp
/
gpu.gypi
e63296e
Fuse skgr & gr targets in gyp files
by robertphillips@google.com
· 11 years ago
018f179
Expand modulate, add, subtract, extract component glsl helpers.
by bsalomon@google.com
· 12 years ago
90c240a
Move edge GrEffects to locally defined classes.
by commit-bot@chromium.org
· 12 years ago
798c8c4
Move GrGLProgramDesc::Build to new cpp file.
by bsalomon@google.com
· 12 years ago
31ec798
Move GrGLProgram::Desc out of GrGLProgram.
by bsalomon@google.com
· 12 years ago
4647f90
Replace edge types with GrEdgeEffect.
by bsalomon@google.com
· 12 years ago
c26d94f
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
by bsalomon@google.com
· 12 years ago
8131283
Move oval rendering code to GrOvalRenderer.
by commit-bot@chromium.org
· 12 years ago
65eb4d5
Add stroked ovals and CircleEdgeEffect.
by jvanverth@google.com
· 12 years ago
91274b9
Sanitizing source files in Skia_Periodic_House_Keeping
by skia.committer@gmail.com
· 12 years ago
ff6ea26
Add GrEllipseEdgeEffect.
by commit-bot@chromium.org
· 12 years ago
6918d48
Use vertex array objects on core profiles.
by bsalomon@google.com
· 12 years ago
ecd8484
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
b82c399
Revert 7919 and 7920 (committed wrong version of r7919.)
by bsalomon@google.com
· 12 years ago
87c6d7a
Add support to GrGLInterface for vertex array objects
by bsalomon@google.com
· 12 years ago
6177e69
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
by robertphillips@google.com
· 12 years ago
1744f97
Use glGetStringi to get extensions when available.
by bsalomon@google.com
· 12 years ago
8f94361
Consolidate functions common the the null and debug GL interfaces.
by bsalomon@google.com
· 12 years ago
e49ad45
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexBuffer.
by bsalomon@google.com
· 12 years ago
8598328
Remove compile time option to use different types for text vertices.
by bsalomon@google.com
· 12 years ago
68b58c9
Remove default implementation of GrEffect::isEqual. Make GrSingleTextureEffect abstract.
by bsalomon@google.com
· 12 years ago
21cbec4
Remove GrTDArray.
by bsalomon@google.com
· 12 years ago
11f20d6
Remove GrInstanceCounter.
by bsalomon@google.com
· 12 years ago
0797c2c
Reland 6914 w/ fixes.
by bsalomon@google.com
· 12 years ago
0b6ad22
Revert 6914 to fix build issues.
by bsalomon@google.com
· 12 years ago
4b86e34
Simplify cache IDs and keys.
by bsalomon@google.com
· 12 years ago
45a15f5
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask manager.
by bsalomon@google.com
· 12 years ago
170bd79
Move GrReducedClip to its own files.
by bsalomon@google.com
· 12 years ago
223137f
Remove GrRandom API in favor of SkRandom.
by tfarina@chromium.org
· 12 years ago
b9086a0
Replace GrMatrix with SkMatrix.
by bsalomon@google.com
· 12 years ago
7158e6a
Improve NaCl support
by borenet@google.com
· 12 years ago
8171288
Remove GrScalar, replace with SkScalar.
by bsalomon@google.com
· 12 years ago
d8b5fac
Reland r6233 with fix.
by bsalomon@google.com
· 12 years ago
115b06f
Re-revert r6233.
by bsalomon@google.com
· 12 years ago
c3a58f3
Reland r6233 with fix for config conversion texture matrices.
by bsalomon@google.com
· 12 years ago
66e534d
Revert r6233 while investigating bot failures.
by bsalomon@google.com
· 12 years ago
ce49e16
Checkpoint in moving texture matrices out of GrGLProgram and into GrGLEffect.
by bsalomon@google.com
· 12 years ago
97b6b07
Fleshed out GPU portion of image/surface feature
by robertphillips@google.com
· 12 years ago
2eaaefd
Pass GrCustomStage to key-generation functions and emitCode().
by bsalomon@google.com
· 12 years ago
08283af
Rename GrSamplerState to GrEffectStage.
by bsalomon@google.com
· 12 years ago
396e61f
Rename GrProgramStageFactory to GrBackendEffectFactory.
by bsalomon@google.com
· 12 years ago
d698f77
GrGLProgramStage Renaming Part 1.
by bsalomon@google.com
· 12 years ago
6f261be
GrCustomStage Renaming Part 2
by bsalomon@google.com
· 12 years ago
a469c28
CustomStage Renaming Part 1
by bsalomon@google.com
· 12 years ago
b2ad101
Make table color filter use asNewCustomStage.
by bsalomon@google.com
· 12 years ago
af84e74
Move setPaint from GrContext to GrDrawState.
by bsalomon@google.com
· 12 years ago
2b64f84
Add SkNativeGLContext implementation for iOS.
by bsalomon@google.com
· 12 years ago
c58b126
Move android gl files from src/gpu/android to src/gpu/gl/android.
by bsalomon@google.com
· 12 years ago
7ec0015
delete obsolete/unused SkGpuCanvas
by reed@google.com
· 12 years ago
cca3c8f
Make gpu work in iOS SampleApp.
by bsalomon@google.com
· 12 years ago
f585c45
Remove GrTLList.h
by robertphillips@google.com
· 12 years ago
047696c
Move GrTextureAccess decl/defn to separate files
by bsalomon@google.com
· 12 years ago
7fa1876
Extended instance counting to all GrResource-derived classes
by robertphillips@google.com
· 12 years ago
1fcc1b8
Moved GrClipMaskCache to its own files
by robertphillips@google.com
· 12 years ago
a04e8e8
Do premul and r/b swap conversions in a custom effect
by bsalomon@google.com
· 12 years ago
2080635
Add gpu.gypi to ease skia->chrome rolls
by bsalomon@google.com
· 12 years ago