index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
gpu
/
GrContext.cpp
Commit message (
Expand
)
Author
Age
*
Search and replace change. Some Gr enum value names didn't have a "Gr" in the...
bsalomon@google.com
2012-06-06
*
Remove gpu stats tracking
bsalomon@google.com
2012-06-06
*
GrTexture can now create its own cache key
robertphillips@google.com
2012-06-04
*
Implement morphology as a custom effect
bsalomon@google.com
2012-05-31
*
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
*
Free cached AA clip mask when create hard/stencil clip mask
robertphillips@google.com
2012-05-17
*
make "Partial pixel coverage will be incorrectly blended" debug message condi...
reed@google.com
2012-05-15
*
Attached ClipMaskManager to GPU resource freeing system
robertphillips@google.com
2012-05-14
*
Fixed GrContext.cpp Windows compiler complaints
robertphillips@google.com
2012-05-10
*
Move convolution from code in GrGLProgram to new GrConvolutionEffect
tomhudson@google.com
2012-05-10
*
Fix to prevent infinite recursion during AA clip mask generation
robertphillips@google.com
2012-05-03
*
Moved SW path renderer from GrContext.cpp to GrSoftwarePathRenderer.cpp
robertphillips@google.com
2012-05-01
*
Addition of necessary flush to copyToTexturePixelRef(...).
twiz@google.com
2012-04-27
*
Remove GrPath typedef
bsalomon@google.com
2012-04-27
*
convert float to SkScalar changes
robertphillips@google.com
2012-04-27
*
Fix trivial int->scalar warning introduced in r3772
bsalomon@google.com
2012-04-27
*
draw circle paths directly via GPU
bsalomon@google.com
2012-04-27
*
First portion of refactoring to bundle SW path rendering into GrPathRenderer
robertphillips@google.com
2012-04-27
*
Updated blur to use A8/R8 (instead of RGBA8) when available - this provides a...
robertphillips@google.com
2012-04-10
*
Minor Windows compiler complaint fixes
robertphillips@google.com
2012-04-10
*
add macro DEFER_PATHS to proper checks
bsalomon@google.com
2012-04-04
*
Revert 3857 (which was committed from wrong tree)
bsalomon@google.com
2012-04-03
*
Fix GL attach/detach in Mac SampleApp
bsalomon@google.com
2012-04-03
*
Unify text flushing with other deferred drawing
bsalomon@google.com
2012-03-30
*
Make fewer copies when using GrDrawTarget::AutoStateRestore
bsalomon@google.com
2012-03-30
*
Reland 3507
bsalomon@google.com
2012-03-30
*
Remove deprecated names from Gr (WK is no longer using them)
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
*
Revert 3507
bsalomon@google.com
2012-03-28
*
Fix comparison of GrPaint::fCoverage (which is a byte not a uint32_t)
bsalomon@google.com
2012-03-28
*
Make printf in GrContext about partial pixel coverage be debug-only
bsalomon@google.com
2012-03-28
*
Use a single GrDrawState in GrContext for direct and buffered drawing
bsalomon@google.com
2012-03-27
*
Compile with c++0x.
bungeman@google.com
2012-03-19
*
Make the text context not have to save / restore GrDrawState at each draw.
bsalomon@google.com
2012-03-19
*
Change vertex buffer size for draw buffer. Hopefully helps with some of the p...
bsalomon@google.com
2012-03-15
*
Batch path draws.
bsalomon@google.com
2012-03-14
*
Add option to automatically flush GrInOrderDrawBuffer based on previewing vtx...
bsalomon@google.com
2012-03-13
*
Fix debug build: move assertions to GrContext callers, not static callees.
senorblanco@chromium.org
2012-03-05
*
Refactor Gaussian blur and morphology from SkGpuDevice into GrContext.
senorblanco@chromium.org
2012-03-05
*
minor improvement, remove some conditionals in GrAAConvexPathRenderer
bsalomon@google.com
2012-03-05
*
simplify GrPathRenderer interface
bsalomon@google.com
2012-03-02
*
Erode and dilate image filter effects, CPU and GPU implementations.
senorblanco@chromium.org
2012-03-02
*
Remove offscreen supersampler.
bsalomon@google.com
2012-03-02
*
GPU device preserves pixel values across read/write/read of unpremul pixel va...
bsalomon@google.com
2012-02-23
*
Add code path for Gr client to resolve an Gr-created MSAA render target.
bsalomon@google.com
2012-01-31
[next]