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
*
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
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-27
*
Fix unit test build break
bsalomon@google.com
2013-03-26
*
Replace edge types with GrEdgeEffect.
bsalomon@google.com
2013-03-26
*
Move nested class GrDrawTarget::Caps out as GrDrawTargetCaps.
bsalomon@google.com
2013-03-25
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Stop the GLPrograms unit test from generating out of range attrib indices for...
commit-bot@chromium.org
2013-03-21
*
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
*
Add GrEllipseEdgeEffect.
commit-bot@chromium.org
2013-03-12
*
Resubmit r7899 and r7901.
jvanverth@google.com
2013-03-01
*
Revert r7901 & r7899 to allow DEPS roll
robertphillips@google.com
2013-02-28
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
*
Add new vertex attribute array specification.
jvanverth@google.com
2013-02-28
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Use SkMWRandom in GLPrograms test.
bsalomon@google.com
2013-02-13
*
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...
bsalomon@google.com
2013-02-12
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Remove legacy names no longer referenced in Chrome and WebKit.
bsalomon@google.com
2013-02-07
*
Actually fix angle GLPrograms test.
bsalomon@google.com
2013-02-05
*
Attempt to fix GLPrograms test on ANGLE bot.
bsalomon@google.com
2013-02-04
*
Make GPU unit tests use GrContexts of different GL types.
bsalomon@google.com
2013-02-04
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Remove getter of writable GrEffectStage from GrDrawState.
bsalomon@google.com
2013-01-28
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Wrap GrEffects in GrEffectPtr.
bsalomon@google.com
2013-01-16
[next]