| Commit message (Expand) | Author | Age |
* | call blitRect in our convex scanconverter (next: take advantage of that in our | reed@google.com | 2011-10-31 |
* | can't assume (ever :( ) that a 2-ptr src will convex | reed@google.com | 2011-10-31 |
* | don't assume a 2-point path is convex, unless its also not closed | reed@google.com | 2011-10-31 |
* | handle when initial edges don't agree on start-y | mike@reedtribe.org | 2011-10-31 |
* | PDF: Fix bug in weak pointer pattern. | vandebo@chromium.org | 2011-10-30 |
* | Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr... | mike@reedtribe.org | 2011-10-30 |
* | Fix pure virtual call from destructor and turn VertBench back on | bsalomon@google.com | 2011-10-28 |
* | add convex special case in scanconverter. about 10% faster for modest ovals a... | reed@google.com | 2011-10-28 |
* | reload base after we call memmove | reed@google.com | 2011-10-28 |
* | warning fixes | bsalomon@google.com | 2011-10-27 |
* | fix bad return type (should have been void) | reed@google.com | 2011-10-27 |
* | 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 |
* | Fix leak, reset not called in ~GrTAllocator | bsalomon@google.com | 2011-10-27 |
* | now we trim the aaclip after building it, to ensure that it has tight bounds | reed@google.com | 2011-10-27 |
* | Remove warnings (trailing \, signed vs unsigned, parenthesization). | tomhudson@google.com | 2011-10-27 |
* | Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa | bsalomon@google.com | 2011-10-27 |
* | Fix cmdline argument passing in SampleApp/Mac. | senorblanco@chromium.org | 2011-10-26 |
* | add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top | reed@google.com | 2011-10-26 |
* | remove unhelpful pixel cache in blitV | reed@google.com | 2011-10-25 |
* | Move helper functions out of header file, write new genProgram helpers. | tomhudson@google.com | 2011-10-25 |
* | check-point for convex scan-converter (disabled for now) | reed@google.com | 2011-10-25 |
* | Don't use LCD on grayscale devices. | caryclark@google.com | 2011-10-25 |
* | don't blend with zero in colorproc (forgot to return after memcpy check). | reed@google.com | 2011-10-25 |
* | remember our convexity when we're transformed (when not perspective) | reed@google.com | 2011-10-25 |
* | fix Leopard glyph bounds | caryclark@google.com | 2011-10-25 |
* | get proc addresses of gl funcs not declared in gl SDK headers on mac | bsalomon@google.com | 2011-10-25 |
* | add support for local fonts | caryclark@google.com | 2011-10-25 |
* | Remove duplicate GetFontStyle from SkFontHost_win. | bungeman@google.com | 2011-10-24 |
* | Recommit r2510 now that mac build bot issue has been fixed. | bsalomon@google.com | 2011-10-24 |
* | Fix some warnings on VS2010 | bsalomon@google.com | 2011-10-24 |
* | fix scalar=fixed by implementing SkRegion form of AntiFillRect | reed@google.com | 2011-10-24 |
* | enable soft clipping (yikes) | reed@google.com | 2011-10-24 |
* | don't mention the neon functions if no neon is available | reed@google.com | 2011-10-21 |
* | add SkRect::intersect(a, b), matching what was already available in SkIRect | reed@google.com | 2011-10-21 |
* | Just use ExtTextOutW for glyphs. | bungeman@google.com | 2011-10-20 |
* | 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 |
* | Fix macro call for getting fn ptr to EXT version of glGetQueryObjectui64v on ... | bsalomon@google.com | 2011-10-20 |
* | add typefacecache to be purged in SkGraphics::Term() | reed@google.com | 2011-10-20 |
* | GrGLInterface fixes wrt r2499 | bsalomon@google.com | 2011-10-19 |
* | Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,... | bsalomon@google.com | 2011-10-19 |
* | Extract six functions from GrGLProgram::genStageCode() to shorten it by | tomhudson@google.com | 2011-10-19 |
* | Ensure all vertex attributes (except zero that we always use) are disabled af... | bsalomon@google.com | 2011-10-19 |
* | (re)add SkMask::getAddr() which now checks its pixel-size at runtime. | reed@google.com | 2011-10-18 |
* | rename SkMask::getAddr to getAddr8, to match the specificity of the others | reed@google.com | 2011-10-18 |
* | Set stage params in program descriptor to canonical values when stage isn't used | bsalomon@google.com | 2011-10-18 |
* | fix warning (add default in switch) | reed@google.com | 2011-10-18 |
* | move LCD blits into opts, so they can have assembly versions | reed@google.com | 2011-10-18 |