aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu
Commit message (Expand)AuthorAge
* Fix clang static analyzer errors in GrGravatar bsalomon@google.com2011-11-23
* Fix warningsGravatar bsalomon@google.com2011-11-23
* [GPU] Allow kMulRGBByAlpha_InConfigFlag and kSwapRAndB_InConfigFlag to both b...Gravatar bsalomon@google.com2011-11-22
* 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
* use AsMode instead of deprecated IsModeGravatar mike@reedtribe.org2011-11-17
* 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
* supportsES() -> supportsES2() in assertsGravatar 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
* Hold onto scratch texture until end of readRenderTargetPixelsGravatar bsalomon@google.com2011-11-10
* Add config8888 support to writePixelsGravatar bsalomon@google.com2011-11-10
* Add support for GL_EXT_unpack_subimageGravatar bsalomon@google.com2011-11-10
* Removes warnings generated by gcc and clang.Gravatar tomhudson@google.com2011-11-09
* 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
* Interim function for reseting GrDrawTarget state, this should be folded into ...Gravatar bsalomon@google.com2011-11-09
* [GPU] when writing to unpremult dest and alpha is 0, make rgb=0Gravatar bsalomon@google.com2011-11-09
* When GL_RGBA readPixels are slow do swizzle using a draw then readPixels with...Gravatar bsalomon@google.com2011-11-08
* Fix logic about who flips y in gpu readpixelsGravatar bsalomon@google.com2011-11-07
* [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
* consolidate debug draw param checking codeGravatar 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
* Turn off annoying printfsGravatar bsalomon@google.com2011-11-05
* Use timestamp to detect when client GL calls could cause Gr's cache of glTexP...Gravatar bsalomon@google.com2011-11-05
* More removal of texture fUploadByteCount and rename fFormat to fConfig for co...Gravatar bsalomon@google.com2011-11-05
* Remove unneeded field from GrGLTextureGravatar bsalomon@google.com2011-11-05
* bump GrGpu reset context timestamp sizeGravatar bsalomon@google.com2011-11-05
* Add reset context count to GrGpuGravatar 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
* Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt ...Gravatar bsalomon@google.com2011-11-02
* Revert r2584 (new test fails in fixed pt builds)Gravatar bsalomon@google.com2011-11-02
* Changes the SkCanvas::readPixels API. Allows caller to read into prealloced b...Gravatar bsalomon@google.com2011-11-02
* internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx...Gravatar bsalomon@google.com2011-10-31
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* warning fixesGravatar bsalomon@google.com2011-10-27