index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLProgram.cpp
Commit message (
Expand
)
Author
Age
*
Added support for Chrome's gpu command buffer extension BindUniformLocation.
commit-bot@chromium.org
2013-11-07
*
Fix two inconsistencies in handling fixed-function texture coordinate set gen...
commit-bot@chromium.org
2013-11-01
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Fix GrProgramsTest to not generate tests with too many TexCoord references
commit-bot@chromium.org
2013-10-21
*
Express (GLSL expression, possibly known value) pairs as a class
commit-bot@chromium.org
2013-10-10
*
Implement filling a path with nv_path_rendering cover
commit-bot@chromium.org
2013-10-09
*
Use vertexless shaders when NVpr is available
commit-bot@chromium.org
2013-10-04
*
Move VertexBuilder to a GrGLFullShaderBuilder subclass
commit-bot@chromium.org
2013-10-04
*
Repurpose GrGLCoordTransform as GrGLProgramEffects
commit-bot@chromium.org
2013-10-03
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Use explicitly-sized enums in GrGLProgramDesc::KeyHeader
commit-bot@chromium.org
2013-10-01
*
Move the GL shader compilation step into GrGLShaderBuilder
commit-bot@chromium.org
2013-09-30
*
Revert "Add a requiresVertexShader method to GrGLEffect"
commit-bot@chromium.org
2013-09-30
*
Add a requiresVertexShader method to GrGLEffect
commit-bot@chromium.org
2013-09-06
*
Add getGLMatrix method to MatrixState
commit-bot@chromium.org
2013-09-05
*
Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager
commit-bot@chromium.org
2013-09-05
*
Isolate VertexBuilder from GrGLShaderBuilder
commit-bot@chromium.org
2013-08-30
*
Rename ShaderType enum to ShaderVisibility
commit-bot@chromium.org
2013-08-30
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Refactor GrGLUniformManager::UniformHandle to initialize itself by default
commit-bot@chromium.org
2013-08-14
*
separate arrays for color and coverage effects.
bsalomon@google.com
2013-06-06
*
Make GrGLProgram no longer depend on kNumStages
bsalomon@google.com
2013-06-06
*
Make GrGLProgramDesc's key variable length by compacting the effect key array
bsalomon@google.com
2013-05-22
*
Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.
bsalomon@google.com
2013-05-09
*
Perform coverage blend with the dst in the shader when using a dst-reading xf...
bsalomon@google.com
2013-04-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-04-19
*
Expand modulate, add, subtract, extract component glsl helpers.
bsalomon@google.com
2013-04-18
*
Reland 8459 with fix for #extension after default precision in FS.
bsalomon@google.com
2013-04-02
*
Reverting r8459 due to shader error on Nexus 10
robertphillips@google.com
2013-04-01
*
Take two for r8466:
jvanverth@google.com
2013-04-01
*
Rolling back r8466.
jvanverth@google.com
2013-04-01
*
Revise attribute binding interface.
commit-bot@chromium.org
2013-04-01
*
Make GrGLShaderBuilder responsible for enabling GLSL extensions
bsalomon@google.com
2013-04-01
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
bsalomon@google.com
2013-03-29
*
Move GrGLProgramDesc::Build to new cpp file.
bsalomon@google.com
2013-03-27
*
Move GrGLProgram::Desc out of GrGLProgram.
bsalomon@google.com
2013-03-27
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-27
*
Program key coverage/discard fixes.
bsalomon@google.com
2013-03-26
*
Replace edge types with GrEdgeEffect.
bsalomon@google.com
2013-03-26
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Attempt to reland 8264-5 with warning-as-error fixes.
bsalomon@google.com
2013-03-20
*
revert 8265-8264 (broke build)
reed@google.com
2013-03-20
*
Adds local coords to GrEffect system.
bsalomon@google.com
2013-03-20
*
Add stroked ovals and CircleEdgeEffect.
jvanverth@google.com
2013-03-19
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
Add GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
Address some valgrind issues
robertphillips@google.com
2013-03-04
[next]