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
*
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
*
Implement support for origin-TopLeft render targets. Note that the default be...
senorblanco@chromium.org
2013-02-05
*
Reverting r7545 (render target origin change) due to layout test issues (see ...
robertphillips@google.com
2013-02-05
*
Implement support for origin-TopLeft render targets in GL backend.
senorblanco@chromium.org
2013-02-04
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
Remove default texture coords / texture matrix
bsalomon@google.com
2012-11-05
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-31
*
Expose vertex position to GrGLEffect via GrGLShaderBuilder.
bsalomon@google.com
2012-10-30
*
Pass GrCustomStage to key-generation functions and emitCode().
bsalomon@google.com
2012-10-29
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Rename StageKey and related stuff.
bsalomon@google.com
2012-10-25
*
Fix decl of gl_FragCoord in GLSL versions <= 1.20.
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 4
bsalomon@google.com
2012-10-24
*
GrCustomStage Renaming Part 3
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2012-10-24
*
Reland r6330 thru r6333 but do without enabling GL_ARB_fragment_coord_convent...
bsalomon@google.com
2012-10-23
*
Revert r6330 thru 6333 while we figure out what to do about Intel bots (possi...
bsalomon@google.com
2012-10-22
*
Fix name of extension enabled in r6031 (should be plural "conventions").
bsalomon@google.com
2012-10-22
*
Enable extension GL_ARB_fragment_coord_convention in FS. Speculative fix for ...
bsalomon@google.com
2012-10-22
*
Automatically handle converting gl_FragCoord to Skia's y-down device coords.
bsalomon@google.com
2012-10-22
*
Make GrGLShaderBuilder responsible for inserting begining of main() function ...
bsalomon@google.com
2012-10-22
*
Omit shader swizzle if it is rgba.
bsalomon@google.com
2012-10-04
*
Wrap all GrCustomStage textures in GrTextureAccess, remove StageDesc::fInConf...
bsalomon@google.com
2012-09-11
*
Try r5428 again with fix
bsalomon@google.com
2012-09-07
*
Revert 5428 and 5429.
bsalomon@google.com
2012-09-07
*
Fix shader errors in r5428.
bsalomon@google.com
2012-09-07
*
Consolidate texture access functions, provide default GrTextureAccess
bsalomon@google.com
2012-09-07
*
Introduce GrGLShaderBuilder::TextureSampler
bsalomon@google.com
2012-09-06
*
Recommit r5350 with fix for image failures (which affected GLs that don't sup...
bsalomon@google.com
2012-08-30
*
Revert 5350 while image changes are diagnosed.
bsalomon@google.com
2012-08-30
*
Remove fModulate from GrGLShaderBuilder
bsalomon@google.com
2012-08-30
*
Linux warning fixes
bsalomon@google.com
2012-08-29
*
Some GrGLShaderBuilder cleanup
bsalomon@google.com
2012-08-28
*
Do premul and r/b swap conversions in a custom effect
bsalomon@google.com
2012-08-27
*
uniquely name FS functions, add lighting effects to unit test
bsalomon@google.com
2012-08-07
*
Registry-based unit test for custom effects
bsalomon@google.com
2012-08-03
*
Reduce usage of GrGLShaderBuilder::SamplerMode
tomhudson@google.com
2012-08-02
*
Early out the texture key generation if there is no texture passed to the GrG...
twiz@google.com
2012-08-02
*
Introduction of set of functions to manage generation of texture fetch shader...
twiz@google.com
2012-08-02
*
Remove uniform names from top of GrGLProgram.cpp, builder responsible for "u"...
bsalomon@google.com
2012-07-25
[next]