index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrAARectRenderer.cpp
Commit message (
Expand
)
Author
Age
*
Patch to create a distinct geometry processor. The vast majority of this patch
joshualitt
2014-09-23
*
Breaking out full program and frag only
joshualitt
2014-09-17
*
removing GrDrawEffect
joshualitt
2014-09-16
*
Revert of removing GrDrawEffect (patchset #4 id:60001 of https://codereview.c...
joshualitt
2014-09-16
*
removing GrDrawEffect
joshualitt
2014-09-16
*
BUG=skia:
joshualitt
2014-09-15
*
"NULL !=" = NULL
bsalomon
2014-09-05
*
Initial change to create GeometryProcessor
joshualitt
2014-09-04
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-28
*
Revert of Make setVertexAttribs in GrDrawState take a stride parameter. (patc...
djsollen
2014-08-27
*
Make setVertexAttribs in GrDrawState take a stride parameter.
egdaniel
2014-08-27
*
Initial refactor of shaderbuilder to prepare for geometry shaders
joshualitt
2014-08-21
*
Use combined color/coverage attribute when possible in aa rect renderer.
bsalomon
2014-08-13
*
Always use both a color and coverage attribute in GrAARectRenderer.
bsalomon
2014-08-11
*
Rename GrGLUniformManager to GrGLProgramDataManager
kkinnunen
2014-07-30
*
round and bevel hairline rects show the same as miter hairline rects
yunchao.he
2014-07-28
*
Allow GrGLEffects to produce variable length keys.
bsalomon
2014-07-21
*
This moves us towards variable length effect keys. The overall program key no...
bsalomon
2014-07-11
*
Goodbye GrEffectRef.
bsalomon
2014-07-08
*
Make GrGLShaderBuilder::fragmentPosition() return a vec4, with 1.0 as the zw ...
bsalomon
2014-06-24
*
Stop referencing gl_FragCoord z and w components.
bsalomon
2014-06-20
*
Push dash checks into GrContext.
egdaniel
2014-06-11
*
Rename from "(un)lock" to "(un)map" for geometry buffers.
commit-bot@chromium.org
2014-05-07
*
Convert GrCrash->SkFAIL GrDebugCrash->SkDEBUGFAIL
commit-bot@chromium.org
2014-04-30
*
SK_SUPPORT_LEGACY_GRTYPES to hide duplicate types from SkTypes.h
commit-bot@chromium.org
2014-03-28
*
Fix compilation with SK_ENABLE_INST_COUNT=1
commit-bot@chromium.org
2013-12-05
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-11-07
*
Add bevel-stroke support in GrAARectRenderer
commit-bot@chromium.org
2013-11-06
*
Reverting r12082 (Add bevel-stroke support in GrAARectRenderer) due to GM fai...
robertphillips@google.com
2013-11-01
*
Add bevel-stroke support in GrAARectRenderer
commit-bot@chromium.org
2013-11-01
*
Implement SkColorFilter as a GrGLEffect
commit-bot@chromium.org
2013-10-23
*
Express (GLSL expression, possibly known value) pairs as a class
commit-bot@chromium.org
2013-10-10
*
Move VertexBuilder to a GrGLFullShaderBuilder subclass
commit-bot@chromium.org
2013-10-04
*
Make GPU coord transforms automatic
bsalomon@google.com
2013-10-02
*
Mark when effects and programs have vertex code
commit-bot@chromium.org
2013-09-30
*
Revert "Add a requiresVertexShader method to GrGLEffect"
commit-bot@chromium.org
2013-09-30
*
Change old PRG to be SkLCGRandom; change new one to SkRandom
commit-bot@chromium.org
2013-09-09
*
Remove GrRefCnt.h in favor of SkRefCnt.h
commit-bot@chromium.org
2013-09-09
*
Add a requiresVertexShader method to GrGLEffect
commit-bot@chromium.org
2013-09-06
*
Isolate VertexBuilder from GrGLShaderBuilder
commit-bot@chromium.org
2013-08-30
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-07-02
*
Partial revert of r9812 & put rest of r9812 behind a compile flag
robertphillips@google.com
2013-07-01
*
GPU "fix" for thin stroked rects
robertphillips@google.com
2013-06-28
*
Change general fill rect shader code to match geometry vers
egdaniel@google.com
2013-06-14
*
Fix for r9609
robertphillips@google.com
2013-06-14
*
Update Alligned Rect Shader to match geometry version
commit-bot@chromium.org
2013-06-14
*
Replace fixed-size array of effect stages in GrDrawState with two appendable ...
bsalomon@google.com
2013-06-13
[next]