aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Expand)AuthorAge
* can't assume (ever :( ) that a 2-ptr src will convexGravatar reed@google.com2011-10-31
* don't assume a 2-point path is convex, unless its also not closedGravatar reed@google.com2011-10-31
* handle when initial edges don't agree on start-yGravatar mike@reedtribe.org2011-10-31
* PDF: Fix bug in weak pointer pattern.Gravatar vandebo@chromium.org2011-10-30
* Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteAr...Gravatar mike@reedtribe.org2011-10-30
* Fix pure virtual call from destructor and turn VertBench back onGravatar bsalomon@google.com2011-10-28
* add convex special case in scanconverter. about 10% faster for modest ovals a...Gravatar reed@google.com2011-10-28
* reload base after we call memmoveGravatar reed@google.com2011-10-28
* warning fixesGravatar bsalomon@google.com2011-10-27
* fix bad return type (should have been void)Gravatar reed@google.com2011-10-27
* Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (bac...Gravatar bsalomon@google.com2011-10-27
* Extract GrDrawTarget::DrState into independent GrDrawState struct.Gravatar tomhudson@google.com2011-10-27
* Fix leak, reset not called in ~GrTAllocatorGravatar bsalomon@google.com2011-10-27
* now we trim the aaclip after building it, to ensure that it has tight boundsGravatar reed@google.com2011-10-27
* Remove warnings (trailing \, signed vs unsigned, parenthesization).Gravatar tomhudson@google.com2011-10-27
* Don't use GrDrawTarget's AA state bit to convey whether to do custom-aaGravatar bsalomon@google.com2011-10-27
* Fix cmdline argument passing in SampleApp/Mac.Gravatar senorblanco@chromium.org2011-10-26
* add initial unittests for aaclip. Fix case where BuilderBlitter skipped the topGravatar reed@google.com2011-10-26
* remove unhelpful pixel cache in blitVGravatar reed@google.com2011-10-25
* Move helper functions out of header file, write new genProgram helpers.Gravatar tomhudson@google.com2011-10-25
* check-point for convex scan-converter (disabled for now)Gravatar reed@google.com2011-10-25
* Don't use LCD on grayscale devices.Gravatar caryclark@google.com2011-10-25
* don't blend with zero in colorproc (forgot to return after memcpy check).Gravatar reed@google.com2011-10-25
* remember our convexity when we're transformed (when not perspective)Gravatar reed@google.com2011-10-25
* fix Leopard glyph boundsGravatar caryclark@google.com2011-10-25
* get proc addresses of gl funcs not declared in gl SDK headers on macGravatar bsalomon@google.com2011-10-25
* add support for local fontsGravatar caryclark@google.com2011-10-25
* Remove duplicate GetFontStyle from SkFontHost_win.Gravatar bungeman@google.com2011-10-24
* Recommit r2510 now that mac build bot issue has been fixed.Gravatar bsalomon@google.com2011-10-24
* Fix some warnings on VS2010 Gravatar bsalomon@google.com2011-10-24
* fix scalar=fixed by implementing SkRegion form of AntiFillRectGravatar reed@google.com2011-10-24
* enable soft clipping (yikes)Gravatar reed@google.com2011-10-24
* don't mention the neon functions if no neon is availableGravatar reed@google.com2011-10-21
* add SkRect::intersect(a, b), matching what was already available in SkIRectGravatar reed@google.com2011-10-21
* Just use ExtTextOutW for glyphs.Gravatar bungeman@google.com2011-10-20
* Temporary revert of r2510. The test that it introduced fails on the Mac build...Gravatar bsalomon@google.com2011-10-20
* Add test that validates GrGLInterfacesGravatar bsalomon@google.com2011-10-20
* Move a bunch of headers from include/gpu to src/gpu. Delete some unused files.Gravatar bsalomon@google.com2011-10-20
* Fix macro call for getting fn ptr to EXT version of glGetQueryObjectui64v on ...Gravatar bsalomon@google.com2011-10-20
* add typefacecache to be purged in SkGraphics::Term()Gravatar reed@google.com2011-10-20
* GrGLInterface fixes wrt r2499Gravatar bsalomon@google.com2011-10-19
* Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext,...Gravatar bsalomon@google.com2011-10-19
* Extract six functions from GrGLProgram::genStageCode() to shorten it byGravatar tomhudson@google.com2011-10-19
* Ensure all vertex attributes (except zero that we always use) are disabled af...Gravatar bsalomon@google.com2011-10-19
* (re)add SkMask::getAddr() which now checks its pixel-size at runtime.Gravatar reed@google.com2011-10-18
* rename SkMask::getAddr to getAddr8, to match the specificity of the othersGravatar reed@google.com2011-10-18
* Set stage params in program descriptor to canonical values when stage isn't usedGravatar bsalomon@google.com2011-10-18
* fix warning (add default in switch)Gravatar reed@google.com2011-10-18
* move LCD blits into opts, so they can have assembly versionsGravatar reed@google.com2011-10-18
* add tests for read/writePackedUInt, and fix a bug there.Gravatar reed@google.com2011-10-18