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
*
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
*
Prep #1 for making GrDrawState a class
bsalomon@google.com
2011-12-06
*
Remove fConfig/fFormat union in GrTextureDesc
bsalomon@google.com
2011-12-06
*
When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deep
senorblanco@chromium.org
2011-12-02
*
Add support for GL_ANGLE_pack_reverse_row_order
bsalomon@google.com
2011-11-30
*
[GPU] tile when large bitmap pased drawBitmap and only a small fraction is used
bsalomon@google.com
2011-11-30
*
assert that resources used with ctx are owned by the ctx
bsalomon@google.com
2011-11-19
*
Resubmit 2717 w/ fix workaround OS X GL bug.
bsalomon@google.com
2011-11-19
*
Revert 2717
bsalomon@google.com
2011-11-18
*
Recommit r2714 with clip fix
bsalomon@google.com
2011-11-18
*
Revert 2714 for debugging of test failure
bsalomon@google.com
2011-11-18
*
Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...
bsalomon@google.com
2011-11-18
*
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
*
Remove GrGpuGLFixed subclass and ES1 support
bsalomon@google.com
2011-11-14
*
Hold onto scratch texture until end of readRenderTargetPixels
bsalomon@google.com
2011-11-10
*
Removes warnings generated by gcc and clang.
tomhudson@google.com
2011-11-09
*
Implement Gaussian blurs for images. The caller creates an an
senorblanco@chromium.org
2011-11-09
*
Interim function for reseting GrDrawTarget state, this should be folded into ...
bsalomon@google.com
2011-11-09
*
When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...
bsalomon@google.com
2011-11-08
*
[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
*
More removal of texture fUploadByteCount and rename fFormat to fConfig for co...
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
[next]