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
*
fix warning from scalar --> int32 conversion
humper@google.com
2013-01-07
*
Remove GrTDArray.
bsalomon@google.com
2013-01-07
*
Follow up on the previous patch :
sugoi@google.com
2012-12-17
*
As part of preliminary groundwork for a chromium fix, this changelist is depr...
sugoi@google.com
2012-12-06
*
Remove GrScalar, replace with SkScalar.
bsalomon@google.com
2012-11-01
*
Add validation check to GrGpu::createTexture & minor SkGpuDevice cleanup
robertphillips@google.com
2012-10-31
*
Platform/Engine -> Backend
bsalomon@google.com
2012-10-25
*
Don't allow previous render target to be deleted in GrGpu::clear
bsalomon@google.com
2012-09-28
*
Removed old resource locking system
robertphillips@google.com
2012-09-09
*
Simplified stencil buffer caching
robertphillips@google.com
2012-09-05
*
Switch GrGpu's GrResource list over to using SkTDLinkedList
robertphillips@google.com
2012-09-04
*
Hide GrDrawTarget::Caps's member vars
bsalomon@google.com
2012-08-28
*
Result of running tools/sanitize_source_files.py (which was added in https://...
rmistry@google.com
2012-08-23
*
Remove _UPM_ GrPixelConfigs
bsalomon@google.com
2012-08-20
*
Addressed Windows compiler complaints
robertphillips@google.com
2012-08-15
*
Removed GrClip & related classes
robertphillips@google.com
2012-08-01
*
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
[next]