index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGLShaderBuilder.cpp
Commit message (
Expand
)
Author
Age
*
Make GrGLContextInfo have private ptr to GrGLInterface
commit-bot@chromium.org
2014-01-16
*
Rename GrGLBinding->GrGLStandard, no longer a bitfield
commit-bot@chromium.org
2014-01-16
*
Added support for Chrome's gpu command buffer extension BindUniformLocation.
commit-bot@chromium.org
2013-11-07
*
Don't check if shaders compile or program links in release Chromium
commit-bot@chromium.org
2013-10-30
*
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
*
Third wave of Win64 warning cleanup
robertphillips@google.com
2013-10-16
*
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
*
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
*
Replace uses of GR_DEBUGCODE by SkDEBUGCODE.
commit-bot@chromium.org
2013-09-06
*
Add a requiresVertexShader method to GrGLEffect
commit-bot@chromium.org
2013-09-06
*
Isolate VertexBuilder from GrGLShaderBuilder
commit-bot@chromium.org
2013-08-30
*
Rename ShaderType enum to ShaderVisibility
commit-bot@chromium.org
2013-08-30
*
Modify GLSL version declaration to allow access to compat. features
commit-bot@chromium.org
2013-08-30
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Rename kES2_GrGLBinding to kES_GrGLBinding. Step 0 for supporting ES3.
bsalomon@google.com
2013-08-15
*
Refactor GrGLUniformManager::UniformHandle to initialize itself by default
commit-bot@chromium.org
2013-08-14
*
Make GrGLProgramDesc's key variable length by compacting the effect key array
bsalomon@google.com
2013-05-22
*
Key shader on whether frag pos read is relative to top-left or bottom-left
bsalomon@google.com
2013-05-13
*
Make GrGLShaderBuilder check whether GrEffect advertised that it would requir...
commit-bot@chromium.org
2013-05-09
*
Move loops that chain together effects into GrGLShaderBuilder from GrGLProgram.
bsalomon@google.com
2013-05-09
*
Add support for GL_*_shader__framebuffer_fetch
bsalomon@google.com
2013-05-03
*
Add non-separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-22
*
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
*
Make GrGLShaderBuilder::TextureSampler extract only required info from GrText...
bsalomon@google.com
2013-03-28
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
Add GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Fixing some warnings on Linux
sugoi@google.com
2013-03-07
*
Use vertex array objects on core profiles.
bsalomon@google.com
2013-03-07
*
Make GrGLEffects use an interface to append their code.
bsalomon@google.com
2013-03-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-01
*
Checkpoint towards core profile support.
bsalomon@google.com
2013-02-28
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
[next]