index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
include
/
gpu
Commit message (
Expand
)
Author
Age
*
remove 4x4 downsample filter mode
bsalomon@google.com
2012-06-04
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Clean up likely reference leak in Ganesh custom stages.
tomhudson@google.com
2012-06-04
*
Fixed Linux compiler complaints
robertphillips@google.com
2012-06-04
*
Move texture descriptor into GrTexture
robertphillips@google.com
2012-06-04
*
Flip the switch to turn on GrCustomStage implementation of gradients;
tomhudson@google.com
2012-06-01
*
Fix GrSamplerState::operator=() to take a reference rather than a copy.
tomhudson@google.com
2012-06-01
*
Zero out GrSamplerState in constructor to recover performance loss on Linux f...
tomhudson@google.com
2012-05-31
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
Add glTexParameteriv to GL interface
bsalomon@google.com
2012-05-31
*
Fix typo in r4092.
tomhudson@google.com
2012-05-31
*
Use element-by-element assignment in GrSamplerState::operator= instead of memcpy
tomhudson@google.com
2012-05-31
*
Fix line ending, mark svn:eol-style LF
bsalomon@google.com
2012-05-29
*
Rolling back 4053
robertphillips@google.com
2012-05-28
*
Speculative fix for Android Debug only crash in r4049
robertphillips@google.com
2012-05-28
*
Rolling back r4049
robertphillips@google.com
2012-05-25
*
Altered GrDrawState to always ref textures and render target
robertphillips@google.com
2012-05-25
*
Removed SoftwarePathRenderer from GrContext's path renderer chain
robertphillips@google.com
2012-05-23
*
Plumbing to propagate save & restore from SkCanvas down to GrContext & lower
robertphillips@google.com
2012-05-23
*
Remove GrClipMaskManager's path renderer chain (in favor of GrContext's)
robertphillips@google.com
2012-05-22
*
Rename GrProgramStageFactory::stageKey to GrProgramStageFactory::glStageKey s...
bsalomon@google.com
2012-05-21
*
Tunnel name requests through factory, forcing custom effect and custom prog s...
bsalomon@google.com
2012-05-21
*
Make static const var that is only used in an assert be defined in the debug ...
bsalomon@google.com
2012-05-21
*
Stop using GrDrawState to track GPU's blend state
bsalomon@google.com
2012-05-21
*
fix build?
bsalomon@google.com
2012-05-18
*
Some refactoring of GrCustomStage and friends
bsalomon@google.com
2012-05-18
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
Remove support for vertex attribute matrices
bsalomon@google.com
2012-05-11
*
Added documentation of stage/TU allocation
robertphillips@google.com
2012-05-10
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Comment improvements to GrGLInterface
bsalomon@google.com
2012-05-07
*
Move GL function prototype typdefs to a separate header
bsalomon@google.com
2012-05-07
*
move more stuff that should be private out from GrGLConfig.h
bsalomon@google.com
2012-05-07
*
Make GrGLDefines.h be a private header
bsalomon@google.com
2012-05-07
*
Move function decls and macros out of public headers that are meant for inter...
bsalomon@google.com
2012-05-07
*
Make GrSamplerState::operator==() use GrCustomStage::isEquivalent() rather
tomhudson@google.com
2012-05-01
*
Add comparison and assignment operators to GrSamplerState.
tomhudson@google.com
2012-04-30
*
Re-adding red texture support (by rolling back r3800)
robertphillips@google.com
2012-04-30
*
Roll back http://code.google.com/p/skia/source/detail?r=3622 to deal with htt...
epoger@google.com
2012-04-30
*
Some cleanup of GrResource
bsalomon@google.com
2012-04-27
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
Minor refactoring to remove duplicate enum from Ganesh (_SetOp -> SkRegion::Op)
robertphillips@google.com
2012-04-25
*
Hooks up the GrCustomStage/GrGLProgramStageFactory/GrGLProgramStage
tomhudson@google.com
2012-04-20
*
Fix undefined GLint in Mac builds
bsalomon@google.com
2012-04-19
*
Make GM able to run MSAA modes and multiple GPU configs in a single run.
bsalomon@google.com
2012-04-19
*
Added glBlendEquation to GL interface
robertphillips@google.com
2012-04-18
*
Propagated AA flags through Ganesh's clip stack (in preparation for GL AA cli...
robertphillips@google.com
2012-04-16
*
Add support for GL_NV_framebuffer_multisample_coverage
bsalomon@google.com
2012-04-11
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
[next]