index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
tests
/
GLProgramsTest.cpp
Commit message (
Expand
)
Author
Age
*
Implement NV_path_rendering on OpenGL ES
kkinnunen
2014-08-25
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Simplify flattening to just write enough to call the factory/public-construct...
reed
2014-08-21
*
Remove gpu shader optimatization for solid white or trans black colors
egdaniel
2014-07-21
*
Fix alpha textures in NV ES3 contexts on Windows.
bsalomon
2014-07-17
*
Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...
bsalomon
2014-07-17
*
Revert of Makes GrGLProgramDesc's key store the lengths as well as offsets of...
mtklein
2014-07-16
*
Makes GrGLProgramDesc's key store the lengths as well as offsets of the effec...
bsalomon
2014-07-15
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-08
*
Revert of Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*...
reed
2014-07-07
*
Make GrDrawState and GrPaint take GrEffect* instead of GrEffectRef*.
bsalomon
2014-07-07
*
Remove use of GrEffectRef from draw state and below.
bsalomon
2014-07-07
*
Factory methods for heap-allocated SkImageFilter objects.
commit-bot@chromium.org
2014-03-10
*
Fix warnings on Ubuntu13
commit-bot@chromium.org
2014-02-21
*
Factory methods for heap-allocated SkColorFilter objects.
commit-bot@chromium.org
2014-02-21
*
Stop discarding in frag shader when coverage is zero and stencil writes are e...
commit-bot@chromium.org
2014-02-05
*
Use GrConvexPolyEffect when clip is a single convex polygon
commit-bot@chromium.org
2014-02-04
*
Cleanup: Sanitize the order of includes under tests/
tfarina@chromium.org
2014-01-24
*
Move macros from TestClassDef.h to Test.h
commit-bot@chromium.org
2014-01-14
*
Add a DEF_GPUTEST() macro.
tfarina@chromium.org
2014-01-10
*
Fix build warnings in SkAlphaThresholdFilter
commit-bot@chromium.org
2014-01-07
*
Add AlphaThreshold filter.
commit-bot@chromium.org
2014-01-06
*
Remove SkBitmapAlphaThresholdShader
commit-bot@chromium.org
2013-12-18
*
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
*
Use vertexless shaders when NVpr is available
commit-bot@chromium.org
2013-10-04
*
Use explicitly-sized enums in GrGLProgramDesc::KeyHeader
commit-bot@chromium.org
2013-10-01
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
alpha threshold bitmap shader
commit-bot@chromium.org
2013-09-06
*
Revert "alpha threshold bitmap shader"
bsalomon@google.com
2013-09-05
*
alpha threshold bitmap shader
commit-bot@chromium.org
2013-09-05
*
Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager
commit-bot@chromium.org
2013-09-05
*
Remove possiblity of NULL effect in GrEffectStage
commit-bot@chromium.org
2013-07-15
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
*
separate arrays for color and coverage effects.
bsalomon@google.com
2013-06-06
*
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 all remaining separable xfer modes to GPU backend.
bsalomon@google.com
2013-04-19
*
silence && || parens clang warning.
bsalomon@google.com
2013-04-19
*
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-02
*
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
*
Fix GLPrograms test.
bsalomon@google.com
2013-03-29
*
Move GrGLProgram::Desc out of GrGLProgram.
bsalomon@google.com
2013-03-27
[next]