- 85b505b Add support for GL_ARB_texture_swizzle by bsalomon@google.com · 13 years ago
- e269f21 Recommit r2611 with fix for gm by bsalomon@google.com · 13 years ago
- e826262 consolidate debug draw param checking code by bsalomon@google.com · 13 years ago
- b87d2b5 Revert r2611 until windows gm can be debugged by bsalomon@google.com · 13 years ago
- 6d9adae Add replacement APIs for createPlatformSurface: createPlatformTexture and createPlatformRenderTarget by bsalomon@google.com · 13 years ago
- 979432b Turn off annoying printfs by bsalomon@google.com · 13 years ago
- 80d09b9 Use timestamp to detect when client GL calls could cause Gr's cache of glTexParam values to be invalid. by bsalomon@google.com · 13 years ago
- 64c4fe4 More removal of texture fUploadByteCount and rename fFormat to fConfig for consistency. by bsalomon@google.com · 13 years ago
- 9d6cfd8 Remove unneeded field from GrGLTexture by bsalomon@google.com · 13 years ago
- b635d39 bump GrGpu reset context timestamp size by bsalomon@google.com · 13 years ago
- 1bf1c21 Add reset context count to GrGpu by bsalomon@google.com · 13 years ago
- 0f0c288 Add font scaler gm. http://codereview.appspot.com/5337044/ by bungeman@google.com · 13 years ago
- 6850eab Override 32BPP format in SkCanvas::readPixels by bsalomon@google.com · 13 years ago
- 15356a6 experimental -- add SkImageFilter to paint. Not called yet. by reed@google.com · 13 years ago
- 3839ca1 Update the Skia gyp files to use the external android sources. by djsollen@google.com · 13 years ago
- 1f5f943 revert accidental change to lcd format pref by reed@google.com · 13 years ago
- 4a1234b create inline versions of common CGRect functions, since they appeared on by reed@google.com · 13 years ago
- 8e372c9 custom memset32 to speed up erasing the offscreen when its width is small. by reed@google.com · 13 years ago
- 5862929 Adding support to trunk for building Skia using the Android NDK. by djsollen@google.com · 13 years ago
- d0601d2 speed up font cache creation (20x using FontScalerBench) by reed@google.com · 13 years ago
- 11b4d8a add hack for testing gSkSuppressFontCachePurgeSpew by reed@google.com · 13 years ago
- daba14b Line-endings only change (some windows line-endings snuck in) by bsalomon@google.com · 13 years ago
- 910267d Make SkDevice::onReadPixels take a const& rather than const* by bsalomon@google.com · 13 years ago
- c698097 Recommit r2584 with gpu pass of the new ReadPixels test disabled in fixed pt (gpu code doesn't work in general in fixed pt). by bsalomon@google.com · 13 years ago
- ace7bd5 Revert r2584 (new test fails in fixed pt builds) by bsalomon@google.com · 13 years ago
- 1a8ddf0 Changes the SkCanvas::readPixels API. Allows caller to read into prealloced bitmap pixels. Changes how clipping to device bounds is handled. by bsalomon@google.com · 13 years ago
- c8e5178 fix font id calculation by caryclark@google.com · 13 years ago
- 66e6cdb up glyphcache hash table to 12bits (from 8bits). by reed@google.com · 13 years ago
- 083be07f [PDF] Add debug assert to detect failure of GDI cache hack. by vandebo@chromium.org · 13 years ago
- cad8176 remove unused copyPixelsFrom ... (copyPixelsTo is next on the chopping block) by reed@google.com · 13 years ago
- 873c532 fix monospace glyph bounds on Lion by caryclark@google.com · 13 years ago
- 210ce00 add getDeviceSize() so callers won't need to call getDevice() so much by reed@google.com · 13 years ago
- f2fc5a5 match blitH computation for coverage in new blitRect for supersampler by reed@google.com · 13 years ago
- 967a35d specialize blitRect in supersampler: by reed@google.com · 13 years ago
- 452943d internalDrawBitmap is using kShaderTextureIdx. It should be kBitmapTextureIdx. No functional change, both are names for 0. by bsalomon@google.com · 13 years ago
- 9154eb0 implement blitRect for aaclip builder. This speeds up setRect by 15x (for 640x480) by reed@google.com · 13 years ago
- 562a2ac call blitRect in our convex scanconverter (next: take advantage of that in our by reed@google.com · 13 years ago
- effe847 can't assume (ever :( ) that a 2-ptr src will convex by reed@google.com · 13 years ago
- 4d03c11 don't assume a 2-point path is convex, unless its also not closed by reed@google.com · 13 years ago
- fc5da92 handle when initial edges don't agree on start-y by mike@reedtribe.org · 13 years ago
- 918352f PDF: Fix bug in weak pointer pattern. by vandebo@chromium.org · 13 years ago
- 8c0f3d8 Can't put a variable sized array of non-pod on the stack. Use SkAutoTDeleteArray instead. by mike@reedtribe.org · 13 years ago
- 4a018bb by bsalomon@google.com · 13 years ago
- a6c7c48 add convex special case in scanconverter. about 10% faster for modest ovals and rrects by reed@google.com · 13 years ago
- d6040f6 reload base after we call memmove by reed@google.com · 13 years ago
- 72e49b8 warning fixes Review URL http://codereview.appspot.com/5328050/ by bsalomon@google.com · 13 years ago
- c5507bf fix bad return type (should have been void) by reed@google.com · 13 years ago
- 7491372 Add NULL GL context implementation. Use in bench (-nullgl) and SampleApp (backspace key) by bsalomon@google.com · 13 years ago
- 9381363 Extract GrDrawTarget::DrState into independent GrDrawState struct. by tomhudson@google.com · 13 years ago
- 13788bf Fix leak, reset not called in ~GrTAllocator by bsalomon@google.com · 13 years ago
- c904191 now we trim the aaclip after building it, to ensure that it has tight bounds by reed@google.com · 13 years ago
- 83a4446 Remove warnings (trailing \, signed vs unsigned, parenthesization). by tomhudson@google.com · 13 years ago
- 289533a Don't use GrDrawTarget's AA state bit to convey whether to do custom-aa by bsalomon@google.com · 13 years ago
- 1e72816 Fix cmdline argument passing in SampleApp/Mac. by senorblanco@chromium.org · 13 years ago
- 209c415 add initial unittests for aaclip. Fix case where BuilderBlitter skipped the top by reed@google.com · 13 years ago
- 67cdbf5 remove unhelpful pixel cache in blitV by reed@google.com · 13 years ago
- 2a2e3ef Move helper functions out of header file, write new genProgram helpers. by tomhudson@google.com · 13 years ago
- e3a83ec check-point for convex scan-converter (disabled for now) by reed@google.com · 13 years ago
- 0dbb311 Don't use LCD on grayscale devices. http://codereview.appspot.com/5281041 by caryclark@google.com · 13 years ago
- c909a1e don't blend with zero in colorproc (forgot to return after memcpy check). by reed@google.com · 13 years ago
- 2a6f8ab remember our convexity when we're transformed (when not perspective) by reed@google.com · 13 years ago
- d23ae9d fix Leopard glyph bounds by caryclark@google.com · 13 years ago
- beccb1e get proc addresses of gl funcs not declared in gl SDK headers on mac by bsalomon@google.com · 13 years ago
- dce0d11 add support for local fonts http://codereview.appspot.com/5295052/ by caryclark@google.com · 13 years ago
- 90d812b Remove duplicate GetFontStyle from SkFontHost_win. by bungeman@google.com · 13 years ago
- 57f5d98 Recommit r2510 now that mac build bot issue has been fixed. by bsalomon@google.com · 13 years ago
- 820e80a Fix some warnings on VS2010 Review URL: http://codereview.appspot.com/5312051/ by bsalomon@google.com · 13 years ago
- 67ba5fa fix scalar=fixed by implementing SkRegion form of AntiFillRect by reed@google.com · 13 years ago
- 045e62d enable soft clipping (yikes) by reed@google.com · 13 years ago
- 5a0920c don't mention the neon functions if no neon is available by reed@google.com · 13 years ago
- f0f617a add SkRect::intersect(a, b), matching what was already available in SkIRect by reed@google.com · 13 years ago
- cb6c2f4 Just use ExtTextOutW for glyphs. http://codereview.appspot.com/5308047/ by bungeman@google.com · 13 years ago
- d92780b Temporary revert of r2510. The test that it introduced fails on the Mac build bots. I suspect there is something wrong with the Mac bot machine's GL that is preventing context creation from succeeding. The OpenGL Driver monitor on the machine only shows a software rasterizer. aglChoosePixelFormat seems to fail regardless of input. It may just need a reboot. I'll investigate it more on Monday. by bsalomon@google.com · 13 years ago
- d47fafe Add test that validates GrGLInterfaces by bsalomon@google.com · 13 years ago
- ffa11bb Move a bunch of headers from include/gpu to src/gpu. Delete some unused files. by bsalomon@google.com · 13 years ago
- e173992 Fix macro call for getting fn ptr to EXT version of glGetQueryObjectui64v on windows. by bsalomon@google.com · 13 years ago
- d40da64 add typefacecache to be purged in SkGraphics::Term() by reed@google.com · 13 years ago
- f97c194 GrGLInterface fixes wrt r2499 by bsalomon@google.com · 13 years ago
- 373a663 Virtualize SkGLContext with subclasses SkNativeGLContext and SkMesaGLContext, allow both in gm by bsalomon@google.com · 13 years ago
- 5960d00 Extract six functions from GrGLProgram::genStageCode() to shorten it by by tomhudson@google.com · 13 years ago
- b5b5eaf Ensure all vertex attributes (except zero that we always use) are disabled after a resetContext. by bsalomon@google.com · 13 years ago
- f52e555 (re)add SkMask::getAddr() which now checks its pixel-size at runtime. by reed@google.com · 13 years ago
- 7989186 rename SkMask::getAddr to getAddr8, to match the specificity of the others by reed@google.com · 13 years ago
- 17f3394 Set stage params in program descriptor to canonical values when stage isn't used by bsalomon@google.com · 13 years ago
- 5344a1a fix warning (add default in switch) by reed@google.com · 13 years ago
- edb606c move LCD blits into opts, so they can have assembly versions by reed@google.com · 13 years ago
- 19f286b add tests for read/writePackedUInt, and fix a bug there. by reed@google.com · 13 years ago
- b3b4655 Handle failure of GetAdvancedTypefaceMetrics gracefully until we can figure out why it is failing. by vandebo@chromium.org · 13 years ago
- da96563 add FillIRect variant that takes a rasterclip by reed@google.com · 13 years ago
- 34f7e47 checkpoint -- more support changes for soft clipping by reed@google.com · 13 years ago
- e295313 move utils/SkEGLContext to gpu/SkGLContext, some gpu.gyp cleanup, set eol style LF on all gpu files by bsalomon@google.com · 13 years ago
- 1ba7137 add rasterclip entrypoints for scan converting paths by reed@google.com · 13 years ago
- 1778564 trim off extra alpha==0 spans before and after our bounds by reed@google.com · 13 years ago
- d38f137 Move gpu/include/* to include/gpu and gpu/src/* to src/gpu by bsalomon@google.com · 13 years ago
- 4d5cb45 Set SDK for Mac build to 10.6, ignore gyp/build, fixup gpu files to compile against 10.5 if needed by bsalomon@google.com · 13 years ago
- 5607422 forgot explicit return statements by reed@google.com · 13 years ago
- 0017708 use SkRasterClip inside canvas (check-point for soft clipping) by reed@google.com · 13 years ago
- 58af9a6 separate SkBlitMask decl into its own header by reed@google.com · 13 years ago
- c42d35d add bool arg to clipRect and clipPath by reed@google.com · 13 years ago
- 071eef9 add bool argument to canvas' clipRect and clipPath for antialiasing by reed@google.com · 13 years ago