| Commit message (Expand) | Author | Age |
* | add initial bench for drawVertices | reed@google.com | 2011-10-28 |
* | Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac... | bsalomon@google.com | 2011-10-27 |
* | Extract GrDrawTarget::DrState into independent GrDrawState struct. | tomhudson@google.com | 2011-10-27 |
* | New benchmark for blitRect based on call frequency observed while scrolling | tomhudson@google.com | 2011-10-27 |
* | add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top | reed@google.com | 2011-10-26 |
* | Recommit r2510 now that mac build bot issue has been fixed. | bsalomon@google.com | 2011-10-24 |
* | Temporary revert of r2510. The test that it introduced fails on the Mac build... | bsalomon@google.com | 2011-10-20 |
* | Add test that validates GrGLInterfaces | bsalomon@google.com | 2011-10-20 |
* | Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. | bsalomon@google.com | 2011-10-20 |
* | Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,... | bsalomon@google.com | 2011-10-19 |
* | move LCD blits into opts, so they can have assembly versions | reed@google.com | 2011-10-18 |
* | move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol sty... | bsalomon@google.com | 2011-10-13 |
* | Move gpu/include/* to include/gpu and gpu/src/* to src/gpu | bsalomon@google.com | 2011-10-12 |
* | Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile a... | bsalomon@google.com | 2011-10-12 |
* | add SkRasterClip | reed@google.com | 2011-10-11 |
* | Bug fixes: | suyang1 | 2011-10-10 |
* | add SkAAClip.cpp | reed@google.com | 2011-10-10 |
* | add sample for clipping | reed@google.com | 2011-10-10 |
* | explicitly set opt level for mac-release | reed@google.com | 2011-10-10 |
* | Add per-vertex coverage field, use in AA rects when alpha tweak is not valid,... | bsalomon@google.com | 2011-10-10 |
* | Mac does not like empty projects. | bungeman@google.com | 2011-10-10 |
* | Add xps device to skia. | bungeman@google.com | 2011-10-10 |
* | Fixup rendering of empty paths (including inverted fills) | bsalomon@google.com | 2011-10-05 |
* | Remove nonexistant header from gyp file | bsalomon@google.com | 2011-10-04 |
* | Update common_conditions to make sure there is a slash in VS2008. | bungeman@google.com | 2011-10-03 |
* | Roll gyp and add librarian settings (now supported). | bungeman@google.com | 2011-10-03 |
* | Set window build flags (warn level 4, release optimization options, pdbs in r... | bsalomon@google.com | 2011-09-28 |
* | Resubmit 2289 with fix for glsl version | bsalomon@google.com | 2011-09-20 |
* | Revert 2289. GLSL version detection not robust enough. May think we don't hav... | bsalomon@google.com | 2011-09-20 |
* | [GPU] Use new Var type for inputs/outputs of FS and VS | bsalomon@google.com | 2011-09-20 |
* | Add missing header SkTArray.h to core.gyp | bsalomon@google.com | 2011-09-19 |
* | add gm test for drawing hairlines (and varying thin lines) in xfermodes | reed@google.com | 2011-09-19 |
* | Change AdditionalOptions to a list from a string. This fixes compilation errors | seanpaul@google.com | 2011-09-16 |
* | Refactor the bench and common gyp/gypi files to allow for building bench within | seanpaul@google.com | 2011-09-15 |
* | GrTArray->SkTArray & docs | bsalomon@google.com | 2011-09-14 |
* | remove nonexistent files from gyps and make AdditionalOptions a list rather t... | bsalomon@google.com | 2011-09-13 |
* | Fix some issues in gpu device with perspective. Add a gm that would have caug... | bsalomon@google.com | 2011-09-13 |
* | add gm test for ninepatch stretching | reed@google.com | 2011-09-06 |
* | Remove unneeded #define | bsalomon@google.com | 2011-09-02 |
* | Fix file name in gyp (wasn't caught b/c of windows case insensitivity) | bsalomon@google.com | 2011-08-30 |
* | Add GrAAHairLinePathRenderer | bsalomon@google.com | 2011-08-30 |
* | Switched Mac SampleApp to use Cocoa, removed the seperate CocoaSampleApp, mov... | yangsu@google.com | 2011-08-30 |
* | add new test for complex clips | reed@google.com | 2011-08-29 |
* | add more samples | reed@google.com | 2011-08-24 |
* | Use a prioritized list of path renderers in Gr. | bsalomon@google.com | 2011-08-19 |
* | Make GrGLInterface a per-GrContext refcounted object rather than a global | bsalomon@google.com | 2011-08-19 |
* | Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr... | bsalomon@google.com | 2011-08-17 |
* | Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers" | vandebo@chromium.org | 2011-08-16 |
* | Make GrDrawTarget.h and GrPathRenderer.h be private headers | bsalomon@google.com | 2011-08-16 |
* | Remove GrContext::drawCustomVertices | bsalomon@google.com | 2011-08-16 |