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
*
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
*
Remove GrAALevel enum, use explicit sample count
bsalomon@google.com
2012-01-30
*
Expose functionality to purge the GPU texture cache while running SampleApp.
twiz@google.com
2012-01-27
*
Rip out GrPlatformSurface (has been deprecated for some time, use GrPlatformT...
bsalomon@google.com
2012-01-27
*
Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...
bsalomon@google.com
2012-01-18
*
Turn clipping back on in OSAA pass 1. Skip default cons on GrDrawState when s...
bsalomon@google.com
2012-01-18
*
Add GrDrawState reset
bsalomon@google.com
2012-01-17
*
Fix vs2010 int to scalar warnings
bsalomon@google.com
2012-01-12
*
Add code path to SW rasterize paths and upload as a mask texture
bsalomon@google.com
2012-01-12
*
Remove supports per-vertex coverage caps bit
bsalomon@google.com
2012-01-12
*
Fix variable renaming in asserts related to r3015
bsalomon@google.com
2012-01-11
*
Remove shadersupport caps bit
bsalomon@google.com
2012-01-11
*
fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabled
bsalomon@google.com
2012-01-11
*
Implement the color matrix filter in Ganesh. Also, fix and enable the color
senorblanco@chromium.org
2012-01-03
*
remove obsolete printf
reed@google.com
2011-12-16
*
skip paint->drawstate sampler copies when there is no texture
bsalomon@google.com
2011-12-12
*
Access sampler matrices directly, cleanup GrSamplerState::reset()s
bsalomon@google.com
2011-12-12
*
Remove GrDrawState::setSampler, use direct access to sampler
bsalomon@google.com
2011-12-12
*
Remove static initiazled gClampNearest in gpu backend
bsalomon@google.com
2011-12-12
*
roll more changes from r2830 back in
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
[next]