aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* 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
* New benchmark for blitRect based on call frequency observed while scrollingGravatar 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 test for rgn-ops. some disable for now as they don't work (yet)Gravatar reed@google.com2011-10-26
* add header to document debug-vs-release, fixed-vs-floatGravatar reed@google.com2011-10-26
* fix new test to work in fixed-pointGravatar reed@google.com2011-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
* rebaseline after Color32 fixGravatar reed@google.com2011-10-25
* rebaselines for Color32 earlier fixGravatar reed@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
* Whitespace change to trigger buildbot and make sure the mac buildbot stillGravatar epoger@google.com2011-10-24
* Update gm baselines to work when the bot is plugged into the big screenGravatar epoger@google.com2011-10-24
* Whitespace change to trigger buildbotGravatar epoger@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
* Fix wall clock in bench system timer on Windows.Gravatar bungeman@google.com2011-10-19
* GrGLInterface fixes wrt r2499Gravatar bsalomon@google.com2011-10-19
* Pass NULL to BenchTimer cons when gl context creation failed.Gravatar bsalomon@google.com2011-10-19
* Fix benchmain to build w/ scalar=fixedGravatar 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
* add SK_API to our malloc functionsGravatar reed@google.com2011-10-19
* Ensure all vertex attributes (except zero that we always use) are disabled af...Gravatar bsalomon@google.com2011-10-19
* oops, init fSize to 0 before calling resizeGravatar reed@google.com2011-10-18
* add OnShrink options to SkAutoMallocGravatar reed@google.com2011-10-18
* remove unused optional param to SkAutoMallocGravatar reed@google.com2011-10-18
* move SkAutoMaskFreeImage from SkMaskFilter.h to SkMask.hGravatar reed@google.com2011-10-18