aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* Make GrStencilState a class to enable future optimizationsGravatar bsalomon@google.com2011-12-15
* whitespace commit to trigger android buildbotGravatar epoger@google.com2011-12-15
* Compile time vertex layout masksGravatar bsalomon@google.com2011-12-15
* Fix android build and cleanup references to SkMMapStreamGravatar djsollen@google.com2011-12-15
* add optional manual global initializationGravatar caryclark@google.com2011-12-15
* add canvas::isDrawingToLayer(), as a fast query for chrome; faster thanGravatar reed@google.com2011-12-14
* move ports into its own gyp fileGravatar caryclark@google.com2011-12-14
* Revert r2872Gravatar bsalomon@google.com2011-12-14
* two loops for setting stage descsGravatar bsalomon@google.com2011-12-14
* reset cpu shadow of vertex buffer to our usual vb sizeGravatar bsalomon@google.com2011-12-14
* Skip flush functions for disabled stagesGravatar bsalomon@google.com2011-12-13
* Make null gl a top level config in benchGravatar bsalomon@google.com2011-12-13
* whitespace commit to try performance graph uploadGravatar epoger@google.com2011-12-13
* Use a stack variable for hash computation in GrBinHashKeyGravatar bsalomon@google.com2011-12-12
* fix positioning for scalar=fixed, still need to fix actual modeGravatar reed@google.com2011-12-12
* try to make it draw correctly in fixed pointGravatar reed@google.com2011-12-12
* skip paint->drawstate sampler copies when there is no textureGravatar bsalomon@google.com2011-12-12
* check for empty glyph run and exit early if so.Gravatar reed@google.com2011-12-12
* whitespace commit to try performance graph uploadGravatar epoger@google.com2011-12-12
* Don't update vertex/index buffer twice! Gravatar bsalomon@google.com2011-12-12
* Access sampler matrices directly, cleanup GrSamplerState::reset()sGravatar bsalomon@google.com2011-12-12
* Fix int->float conversion warning in VS2010Gravatar 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
* whitespace commit to trigger windows buildGravatar epoger@google.com2011-12-12
* add first cut at arithmetic modeGravatar mike@reedtribe.org2011-12-10
* Fix inverse union complex clip stencil rules, skip screen filling rectanglesGravatar bsalomon@google.com2011-12-09
* Closing fd for mmap after mapping succeeds.Gravatar djsollen@google.com2011-12-09
* Use : as separator between "GM" and slide name in SampleApp. This makes it ea...Gravatar bsalomon@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
* install drawfilter for the picture playback as wellGravatar reed@google.com2011-12-08
* revert 2826, restore option for non-dithered gradients (used by chrome)Gravatar reed@google.com2011-12-08
* delete baselines from obsolete testGravatar reed@google.com2011-12-08
* new baselines for new testsGravatar reed@google.com2011-12-08
* change to complexclip_bw and complexclip_aa, adding more combinations as wellGravatar 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
* Make update-doxygen.sh upload docs to http://code.google.com/p/skia-autogenGravatar epoger@google.com2011-12-07
* 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