index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrGpu.cpp
Commit message (
Expand
)
Author
Age
*
Add placement new macros to SkPostConfig, call SkNEW* from Ganesh.
tomhudson@google.com
2012-07-09
*
Initial support for GL_NV_path_renering. Experimental, there are still some i...
bsalomon@google.com
2012-06-28
*
Fixed two bugs in SW-only clip mask generation
robertphillips@google.com
2012-06-21
*
Make GrClipMaskManager configure the stencil and scissor on GrGpu
bsalomon@google.com
2012-06-21
*
Give GrClipMaskManager a GrGpu*
bsalomon@google.com
2012-06-15
*
Towards NV path rendering
bsalomon@google.com
2012-06-11
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
Move stencil param adjustment to GrClipMaskManager, attempt to make GrGpuGL::...
bsalomon@google.com
2012-06-05
*
Made clip mask cache use Scratch Texture system
robertphillips@google.com
2012-05-14
*
Minor refactoring to pull GrClipMaskManager into its own files
robertphillips@google.com
2012-04-16
*
First pass at stencil clip mask refactoring
robertphillips@google.com
2012-04-16
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
Make fewer copies when using GrDrawTarget::AutoStateRestore
bsalomon@google.com
2012-03-30
*
Don't look at current vertex layout when vertex source hasn't been set
bsalomon@google.com
2012-03-29
*
Fix a bunch of Coverity defects - class members not initialized in the constr...
vandebo@chromium.org
2012-03-28
*
Convert SkMatrix::I() assignments to SkMatrix::reset() calls
bsalomon@google.com
2012-03-20
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
Remove on static initializer in GrGpu.cpp
digit@google.com
2012-02-16
*
Move GL-specific source code to make room for D3D back end.
tomhudson@google.com
2012-02-10
*
Roll out r3117 to alleviate http://code.google.com/p/skia/issues/detail?id=47...
epoger@google.com
2012-01-31
*
Remove one static initializer in src/gpu/GrGpu.cpp
digit@google.com
2012-01-31
*
Add code path for Gr client to resolve an Gr-created MSAA render target.
bsalomon@google.com
2012-01-31
*
fix compilation errors when VISUALIZE_COMPLEX_CLIP is set (debug assist code ...
bsalomon@google.com
2012-01-30
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
Add null check to createPlatformTexture
bsalomon@google.com
2012-01-03
*
Make GrStencilState a class to enable future optimizations
bsalomon@google.com
2011-12-15
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
Fix inverse union complex clip stencil rules, skip screen filling rectangles
bsalomon@google.com
2011-12-09
*
Cleanup of r2830.
bsalomon@google.com
2011-12-09
*
Revert 2830 and 2831.
bsalomon@google.com
2011-12-08
*
Make GrDrawState a real class with getters and setters
bsalomon@google.com
2011-12-08
*
Prep for GrDrawState as a class Part 2
bsalomon@google.com
2011-12-06
*
Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...
bsalomon@google.com
2011-11-16
*
Remove allocated size vs content size in textures
bsalomon@google.com
2011-11-15
*
Filter out draws to non-PMA configs that won't blend correctly
bsalomon@google.com
2011-11-10
*
Speed up GrDrawState handling.
tomhudson@google.com
2011-11-09
*
[GPU] Add explicit byte order and PM vs. UPM 8888 configs
bsalomon@google.com
2011-11-07
*
Recommit r2611 with fix for gm
bsalomon@google.com
2011-11-07
*
Revert r2611 until windows gm can be debugged
bsalomon@google.com
2011-11-07
*
Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...
bsalomon@google.com
2011-11-07
*
Turn off annoying printfs
bsalomon@google.com
2011-11-05
*
bump GrGpu reset context timestamp size
bsalomon@google.com
2011-11-05
*
Add reset context count to GrGpu
bsalomon@google.com
2011-11-05
*
Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...
bsalomon@google.com
2011-11-02
*
Revert r2584 (new test fails in fixed pt builds)
bsalomon@google.com
2011-11-02
*
Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...
bsalomon@google.com
2011-11-02
*
Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa
bsalomon@google.com
2011-10-27
*
Move gpu/include/* to include/gpu and gpu/src/* to src/gpu
bsalomon@google.com
2011-10-12