aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu
Commit message (Expand)AuthorAge
* Pull xfer mode test out of generic draw-as-hairline test. Use coverage rather...Gravatar bsalomon@google.com2012-01-18
* Remove shadersupport caps bitGravatar bsalomon@google.com2012-01-11
* add filterImage() entry-point to SkDevice, to allow it to specialize on subcl...Gravatar reed@google.com2012-01-05
* Add support for GL texture storageGravatar bsalomon@google.com2012-01-05
* Implement the color matrix filter in Ganesh. Also, fix and enable the colorGravatar senorblanco@chromium.org2012-01-03
* Access sampler matrices directly, cleanup GrSamplerState::reset()sGravatar bsalomon@google.com2011-12-12
* Remove GrDrawState::setSampler, use direct access to samplerGravatar bsalomon@google.com2011-12-12
* Remove static initiazled gClampNearest in gpu backendGravatar bsalomon@google.com2011-12-12
* Add support for GL_ANGLE_texture_usageGravatar bsalomon@google.com2011-12-09
* add SK_OVERRIDEs, move impl of virtuals into .cppGravatar reed@google.com2011-12-07
* Prep for GrDrawState as a class Part 2Gravatar bsalomon@google.com2011-12-06
* Prep #1 for making GrDrawState a classGravatar bsalomon@google.com2011-12-06
* Remove fConfig/fFormat union in GrTextureDescGravatar bsalomon@google.com2011-12-06
* When a bitmap is texture-backed, change SkBitmap::copyTo() to do a deepGravatar senorblanco@chromium.org2011-12-02
* Add support for GL_ANGLE_pack_reverse_row_orderGravatar bsalomon@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* Fix buildGravatar bsalomon@google.com2011-11-23
* Add hints for static analysis about when we intend to crashGravatar bsalomon@google.com2011-11-23
* Add support for GL_CHROMIUM_flipyGravatar bsalomon@google.com2011-11-21
* assert that resources used with ctx are owned by the ctxGravatar bsalomon@google.com2011-11-19
* Resubmit 2717 w/ fix workaround OS X GL bug.Gravatar bsalomon@google.com2011-11-19
* Revert 2717Gravatar bsalomon@google.com2011-11-18
* Recommit r2714 with clip fixGravatar bsalomon@google.com2011-11-18
* Revert 2714 for debugging of test failureGravatar bsalomon@google.com2011-11-18
* Write direct to RT/Tex when possible, use BGRA rather than RGBA intermediate ...Gravatar bsalomon@google.com2011-11-18
* Make all pixel ops go thru ctx so we can correctly flush. Unify two texture u...Gravatar bsalomon@google.com2011-11-16
* Add getContext to GrResouceGravatar bsalomon@google.com2011-11-15
* Remove allocated size vs content size in texturesGravatar bsalomon@google.com2011-11-15
* Remove GL functions only used in fixed pipeGravatar bsalomon@google.com2011-11-14
* Remove GrGpuGLFixed subclass and ES1 supportGravatar bsalomon@google.com2011-11-14
* Do writepixels alpha-premul using gpuGravatar bsalomon@google.com2011-11-11
* Filter out draws to non-PMA configs that won't blend correctlyGravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* Fix convert to bool warning in VSGravatar bsalomon@google.com2011-11-10
* Add support for GL_EXT_unpack_subimageGravatar bsalomon@google.com2011-11-10
* Speed up GrDrawState handling.Gravatar tomhudson@google.com2011-11-09
* Implement Gaussian blurs for images. The caller creates an anGravatar senorblanco@chromium.org2011-11-09
* When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...Gravatar bsalomon@google.com2011-11-08
* Update files to use SK_BUILD_FOR_ANDROID.Gravatar djsollen@google.com2011-11-08
* Remove old and GL-specific defines from GrUserConfig.h commentsGravatar bsalomon@google.com2011-11-08
* [GPU] Add explicit byte order and PM vs. UPM 8888 configsGravatar bsalomon@google.com2011-11-07
* Add support for GL_ARB_texture_swizzleGravatar bsalomon@google.com2011-11-07
* Recommit r2611 with fix for gmGravatar bsalomon@google.com2011-11-07
* Revert r2611 until windows gm can be debuggedGravatar bsalomon@google.com2011-11-07
* Add replacement APIs for createPlatformSurface: createPlatformTexture and cre...Gravatar bsalomon@google.com2011-11-07
* More removal of texture fUploadByteCount and rename fFormat to fConfig for co...Gravatar bsalomon@google.com2011-11-05
* Override 32BPP format in SkCanvas::readPixelsGravatar bsalomon@google.com2011-11-03
* Adding support to trunk for building Skia using the Android NDK.Gravatar djsollen@google.com2011-11-03
* Make SkDevice::onReadPixels take a const& rather than const*Gravatar bsalomon@google.com2011-11-02