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.h
Commit message (
Expand
)
Author
Age
*
Add support for using glCopyTexSubImage2D when possible to copy surfaces.
bsalomon@google.com
2013-04-15
*
Use blitframebuffer to implement copySurface.
commit-bot@chromium.org
2013-04-11
*
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
*
Make GrDrawTarget::Caps ref counted and GrGLCaps derive from it.
bsalomon@google.com
2013-03-25
*
Fix divide-by-zero in program cache tracking.
commit-bot@chromium.org
2013-03-21
*
Add GL program cache tracking.
jvanverth@google.com
2013-03-12
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-03-08
*
Use vertex array objects on core profiles.
bsalomon@google.com
2013-03-07
*
Address some valgrind issues
robertphillips@google.com
2013-03-04
*
Split GrGLContextInfo into GrGLContext & GrGLContextInfo
robertphillips@google.com
2013-02-28
*
Give GrDrawTarget a back ptr to its owning GrContext.
bsalomon@google.com
2013-02-25
*
Add GrGLBufferImpl to unify implementation of GrGLVertexBuffer and GrGLIndexB...
bsalomon@google.com
2013-02-20
*
Refactor tracking of bound vbufs and ibufs and vertex attrib arrays.
bsalomon@google.com
2013-02-19
*
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
*
Fix WritePixels test on ANGLE.
bsalomon@google.com
2013-02-06
*
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
*
Commit file missing from r7550
bsalomon@google.com
2013-02-04
*
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
*
Make a bunch of virtuals in GrDrawTarget and GrGpu private. Subclasses should...
bsalomon@google.com
2013-01-28
*
Sanitizing source files in Skia_Periodic_House_Keeping
skia.committer@gmail.com
2013-01-26
*
Allow GrEffects with multiple textures.
bsalomon@google.com
2013-01-04
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Remove default texture coords / texture matrix
bsalomon@google.com
2012-11-05
*
Replace GrMatrix with SkMatrix.
bsalomon@google.com
2012-11-01
*
Pass GrCustomStage to key-generation functions and emitCode().
bsalomon@google.com
2012-10-29
*
Make the orientation of a texture accessible from and known by GrSurface.
bsalomon@google.com
2012-10-26
*
Rename GrSamplerState to GrEffectStage.
bsalomon@google.com
2012-10-26
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
GrCustomStage Renaming Part 3
bsalomon@google.com
2012-10-24
*
CustomStage Renaming Part 1
bsalomon@google.com
2012-10-24
*
Use GrCustomStage to implement color matrix.
bsalomon@google.com
2012-10-17
*
Separate out the texture matrix from the coord-system change matrix in GrSamp...
bsalomon@google.com
2012-10-17
*
Do premul and r/b swap conversions in a custom effect
bsalomon@google.com
2012-08-27
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove GrDrawState::setTexture/getTexture
bsalomon@google.com
2012-07-30
*
Move filter/wrap out of GrSamplerState into GrTextureParams
bsalomon@google.com
2012-07-25
*
Add GL uniform manager
bsalomon@google.com
2012-07-25
*
Factory method for creating GrGLProgram
bsalomon@google.com
2012-07-18
*
Remove GrGLProgram::CachedData, make GrGLProgram represent the program
bsalomon@google.com
2012-07-16
*
Introduces new SingleTextureEffect base class for GrCustomStage objects.
tomhudson@google.com
2012-07-12
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
[next]