| Commit message (Expand) | Author | Age |
* | 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 |
* | Attempt to reland 3054 | bsalomon@google.com | 2012-01-17 |
* | Revert r3054 for failing tests | bsalomon@google.com | 2012-01-17 |
* | Add constant coverage to GrDrawState | bsalomon@google.com | 2012-01-17 |
* | Incorporate changes related to Tom's post-hoc comments on the convex path ren... | bsalomon@google.com | 2012-01-17 |
* | fix assert | bsalomon@google.com | 2012-01-17 |
* | Add GrDrawState reset | bsalomon@google.com | 2012-01-17 |
* | second try to fix assert | bsalomon@google.com | 2012-01-17 |
* | Change static asserts of scalar type to runtime asserts (re r3040) | bsalomon@google.com | 2012-01-17 |
* | Add convex path renderer (disabled) | 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 |
* | Correct GPU glyph positioning. | bungeman@google.com | 2012-01-11 |
* | fix compilation error in GrContext.cpp when PREFER_MSAA_OFFSCREEN_AA is enabled | bsalomon@google.com | 2012-01-11 |
* | fix comment | bsalomon@google.com | 2012-01-11 |
* | Remove accidentally checked in printf | bsalomon@google.com | 2012-01-10 |
* | Towards enabling -Werror in skia on Linux | bsalomon@google.com | 2012-01-06 |
* | Fix check for glTexStorage2D fn ptr | bsalomon@google.com | 2012-01-06 |
* | add filterImage() entry-point to SkDevice, to allow it to specialize on subcl... | reed@google.com | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply the | senorblanco@chromium.org | 2012-01-05 |
* | Reverting r2969, since it broke the GLPrograms RunTests step. | senorblanco@chromium.org | 2012-01-05 |
* | When applying a color matrix, unpremultiply the source, and premultiply | senorblanco@chromium.org | 2012-01-05 |
* | Fix Mac build | bsalomon@google.com | 2012-01-05 |
* | Add support for GL texture storage | bsalomon@google.com | 2012-01-05 |
* | Trash cached render target when creating a new FBO and its ID is bound. | bsalomon@google.com | 2012-01-04 |
* | Speculative fix to please the skia buildbots. I couldn't repro the failure | senorblanco@chromium.org | 2012-01-03 |
* | Add null check to createPlatformTexture | bsalomon@google.com | 2012-01-03 |
* | Implement the color matrix filter in Ganesh. Also, fix and enable the color | senorblanco@chromium.org | 2012-01-03 |
* | Add flags to GrStencilSettings | bsalomon@google.com | 2012-01-03 |
* | Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); | tomhudson@google.com | 2011-12-28 |
* | remove obsolete printf | reed@google.com | 2011-12-16 |
* | GCC requires reinterpret_cast rather than static_cast to cast to privately in... | bsalomon@google.com | 2011-12-15 |
* | Make GrStencilState a class to enable future optimizations | bsalomon@google.com | 2011-12-15 |
* | Compile time vertex layout masks | bsalomon@google.com | 2011-12-15 |
* | Revert r2872 | bsalomon@google.com | 2011-12-14 |
* | two loops for setting stage descs | bsalomon@google.com | 2011-12-14 |
* | reset cpu shadow of vertex buffer to our usual vb size | bsalomon@google.com | 2011-12-14 |
* | Skip flush functions for disabled stages | bsalomon@google.com | 2011-12-13 |
* | Use a stack variable for hash computation in GrBinHashKey | bsalomon@google.com | 2011-12-12 |
* | skip paint->drawstate sampler copies when there is no texture | bsalomon@google.com | 2011-12-12 |
* | Don't update vertex/index buffer twice! | 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 |
* | Fix inverse union complex clip stencil rules, skip screen filling rectangles | bsalomon@google.com | 2011-12-09 |
* | Add support for GL_ANGLE_texture_usage | bsalomon@google.com | 2011-12-09 |