index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
gl
/
GrGpuGL_program.cpp
Commit message (
Expand
)
Author
Age
*
Implement stroking a path with nv_path_rendering
commit-bot@chromium.org
2013-10-09
*
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
*
Don't declare displayCache variable if PROGRAM_CACHE_STATS not defined.
jvanverth@google.com
2013-09-16
*
Only display program cache info if RTConf flag is set.
jvanverth@google.com
2013-09-16
*
Improve handling of FF vertex array state
commit-bot@chromium.org
2013-09-09
*
Add getGLMatrix method to MatrixState
commit-bot@chromium.org
2013-09-05
*
Add a GrGpuGL reference for GrGLProgram/GrGLUniformManager
commit-bot@chromium.org
2013-09-05
*
Add glTexGen funcs to interface
commit-bot@chromium.org
2013-08-30
*
Replace uses of GR_DEBUG by SK_DEBUG.
commit-bot@chromium.org
2013-08-28
*
My clang now doesn't complain about !"foo".
mtklein@google.com
2013-08-22
*
Replace uses of GrAssert by SkASSERT.
tfarina@chromium.org
2013-08-17
*
Refactor GrGLUniformManager::UniformHandle to initialize itself by default
commit-bot@chromium.org
2013-08-14
*
Actually flush the path stencil transform when the matrix changes
commit-bot@chromium.org
2013-08-05
*
Replace all instances of GrRect with SkRect.
commit-bot@chromium.org
2013-07-17
*
separate arrays for color and coverage effects.
bsalomon@google.com
2013-06-06
*
Sanitizing source files in Housekeeper-Nightly
skia.committer@gmail.com
2013-05-23
*
Make GrGLProgramDesc's key variable length by compacting the effect key array
bsalomon@google.com
2013-05-22
*
Add support for reading the dst pixel value in an effect. Use in a new effect...
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-22
*
Fix divide-by-zero in program cache tracking.
commit-bot@chromium.org
2013-03-21
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-13
*
Add GL program cache tracking.
jvanverth@google.com
2013-03-12
*
Use vertex array objects on core profiles.
bsalomon@google.com
2013-03-07
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-02
*
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
*
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
bsalomon@google.com
2013-02-19
*
Remove unused texture coordinate flags.
jvanverth@google.com
2013-02-14
*
Attempt to reland r7713 with fix.
bsalomon@google.com
2013-02-13
*
Revert r7713 until GM changes are understood.
bsalomon@google.com
2013-02-13
*
Move view matrix flush to GrGLPrograms.
bsalomon@google.com
2013-02-13
*
Move code that builds GrGLProgram::Desc to GrGLProgram. Move color and covera...
bsalomon@google.com
2013-02-12
*
Move blend optimization functions to GrDrawState.
bsalomon@google.com
2013-02-12
*
Remove compile time option to use different types for text vertices.
bsalomon@google.com
2013-02-07
*
Remove GR_AGGRESSIVE_SHADER_OPTS build option.
bsalomon@google.com
2013-02-07
*
Move vertex layout from GeometrySrcState to GrDrawState.
jvanverth@google.com
2013-02-05
*
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
*
Add GrDrawTarget::DrawInfo, combine API for performing indexed/non-indexed dr...
bsalomon@google.com
2013-01-30
*
Move vertex layout definitions from GrDrawTarget to GrDrawState.
jvanverth@google.com
2013-01-28
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Let them eat GrEffectRef.
bsalomon@google.com
2013-01-22
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
Modifications to GrPatherRenderer(Chain) interfaces to support clip mask mana...
bsalomon@google.com
2012-12-10
*
Remove default texture coords / texture matrix
bsalomon@google.com
2012-11-05
[next]