aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
...
* Closing fd for mmap after mapping succeeds.Gravatar djsollen@google.com2011-12-09
* Add support for GL_ANGLE_texture_usageGravatar bsalomon@google.com2011-12-09
* use uploadTexData() to create init textures w/out data, and restore pixelstor...Gravatar bsalomon@google.com2011-12-09
* Add back compressed image upload (accidently removed in earlier refactor)Gravatar bsalomon@google.com2011-12-09
* roll more changes from r2830 back inGravatar bsalomon@google.com2011-12-09
* Cleanup of r2830.Gravatar bsalomon@google.com2011-12-09
* Adding isOpaque method to skia shader classesGravatar junov@chromium.org2011-12-09
* revert 2826, restore option for non-dithered gradients (used by chrome)Gravatar reed@google.com2011-12-08
* Revert 2830 and 2831.Gravatar bsalomon@google.com2011-12-08
* Fix assertGravatar bsalomon@google.com2011-12-08
* Make GrDrawState a real class with getters and settersGravatar bsalomon@google.com2011-12-08
* Add missing interfaces for AndroidGravatar djsollen@google.com2011-12-08
* Don't verify PMA in writePixelsGravatar bsalomon@google.com2011-12-08
* Make GrGLShaderVar objects aware of whether they are uniform, varying, orGravatar tomhudson@google.com2011-12-08
* use dithered gradients by defaultGravatar reed@google.com2011-12-08
* add SK_OVERRIDE, move subclass impls of virtuals into .cppGravatar reed@google.com2011-12-07
* fix win compile: sure wish SK_OVERRIDE was testable on mac buildGravatar reed@google.com2011-12-07
* add SK_OVERRIDEsGravatar reed@google.com2011-12-07
* add SK_OVERRIDEs, move impl of virtuals into .cppGravatar reed@google.com2011-12-07
* Add method to GrGLShadeVar to create GLSL string accessing an elementGravatar tomhudson@google.com2011-12-07
* add more SK_OVERRIDEsGravatar reed@google.com2011-12-07
* Fix SkGLContext FBO setup for ES2Gravatar bsalomon@google.com2011-12-06
* rename hasValidCoordinates to isFinite (on SkRect) and reimplement for speedGravatar reed@google.com2011-12-06
* 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
* revert 2783 -- broke debug gmGravatar reed@google.com2011-12-01
* New function SkBlitter::blitAntiRect(); specifically accelerated forGravatar tomhudson@google.com2011-12-01
* Doxygen configuration file, documentation and minor cleanup on blitters.Gravatar tomhudson@google.com2011-12-01
* Fix Paint == comparison on Android.Gravatar djsollen@google.com2011-12-01
* remove SkOSWindow_Win.cpp (has been replaced by SkOSWindow_win.cpp [lowercase...Gravatar bsalomon@google.com2011-12-01
* Remove suffixes from SK_wGL macrosGravatar bsalomon@google.com2011-12-01
* Add SkWGLExtensionInterface for dealing with WGL extensionsGravatar bsalomon@google.com2011-12-01
* Add support for GL_ANGLE_pack_reverse_row_orderGravatar bsalomon@google.com2011-11-30
* handle if unflattening returned a null shaderGravatar reed@google.com2011-11-30
* fix lcd16_shader_blend mathGravatar reed@google.com2011-11-30
* enable shadermask optimization all the timeGravatar reed@google.com2011-11-30
* [GPU] tile when large bitmap pased drawBitmap and only a small fraction is usedGravatar bsalomon@google.com2011-11-30
* speedup AAClip::setRegion (n^2 to n)Gravatar reed@google.com2011-11-28
* Add missing return statement.Gravatar bsalomon@google.com2011-11-28
* Detect teximage2d failureGravatar bsalomon@google.com2011-11-28
* Unroll loops in SkBlurMask for speedup on Windows (benchmarks should seeGravatar tomhudson@google.com2011-11-28
* fix copy/paste error in LCD16 masks: mask type needed to be uint16_tGravatar reed@google.com2011-11-28
* call getSaveCount inside restoreToCount, in case it goes virtual...Gravatar reed@google.com2011-11-28
* move variable declarations above goto lines, to fix warning/error aboutGravatar reed@google.com2011-11-28
* separate declaration from impl for overrides, so we can declare some ofGravatar reed@google.com2011-11-28
* Fix clang static analyzer errors in GrGravatar bsalomon@google.com2011-11-23
* Fix warningsGravatar bsalomon@google.com2011-11-23
* fix mac warningsGravatar caryclark@google.com2011-11-23