| Commit message (Expand) | Author | Age |
... | |
* | Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me... | bsalomon@google.com | 2011-04-25 |
* | rename SkDevice::eraseColor to clear and make virtual. | bsalomon@google.com | 2011-04-14 |
* | Fix missing assignment of fContext in new SkGpuDevice cons. | bsalomon@google.com | 2011-04-12 |
* | Review URL: http://codereview.appspot.com/4360049/ | bsalomon@google.com | 2011-04-11 |
* | Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA. | bsalomon@google.com | 2011-04-11 |
* | add CR at end | reed@google.com | 2011-04-08 |
* | unbias fy in the gpu glyphproc, since skia has pre-added 1/2 to the value | reed@google.com | 2011-04-08 |
* | Fix a typo in my prior commit. | Scroggo | 2011-04-07 |
* | Borg | Scroggo | 2011-04-07 |
* | re-re-enable antialiased rects for gpu | reed@google.com | 2011-04-06 |
* | eeek, revert last CL until I fix texture matrix | reed@google.com | 2011-04-06 |
* | enable antialiased rects | reed@google.com | 2011-04-06 |
* | support BW text on GPU | mike@reedtribe.org | 2011-04-06 |
* | check-point (disabled) for antialiased rects | reed@google.com | 2011-04-05 |
* | Adds read pixels to GrTexture and GrRenderTarget | bsalomon@google.com | 2011-04-05 |
* | export SkDraw::ComputeRectType() and share that with SkGpuDevice | reed@google.com | 2011-04-05 |
* | add pixelref->readPixels() | reed@google.com | 2011-04-01 |
* | Add GrResource base class for ibs, texs, vbs, etc. | bsalomon@google.com | 2011-03-30 |
* | Hairline stroke 1px wide paths. | bsalomon@google.com | 2011-03-25 |
* | Fix a crash. | scroggo | 2011-03-23 |
* | add filterTextFlags() to SkDevice (virtual) to allow device subclasses to | reed@google.com | 2011-03-15 |
* | support lcd16 in text atlas (sans shader support) | reed@google.com | 2011-03-15 |
* | Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ... | bsalomon@google.com | 2011-03-10 |
* | Fix Sample App on Win32 GL window resize, fix sk->gr convexity hint, fix grpa... | bsalomon@google.com | 2011-03-04 |
* | add origin to device | reed@google.com | 2011-03-04 |
* | Fixups for clipstack, convexity test for paths. | bsalomon@google.com | 2011-03-04 |
* | Add support for clipstack to Gr. GrClip is now a list of rects and paths with... | bsalomon@google.com | 2011-03-03 |
* | Add asAGradient shader extraction API. | vandebo@chromium.org | 2011-02-24 |
* | change virtual setMatrixClip() to take a SkClipStack parameter. | reed@google.com | 2011-02-22 |
* | Make a separate path renderer object. Move enum types to GrTypes.h | bsalomon@google.com | 2011-02-22 |
* | Hide alloc size vs content size below API | bsalomon@google.com | 2011-02-17 |
* | need to apply the prepathmatrix (or perhaps push it on our mv stack) | reed@google.com | 2011-02-16 |
* | upload generated mask for maskfilter to gpu (does not work with complex-paint... | reed@google.com | 2011-02-16 |
* | first steps for supporting maskfilters (disabled right now) | reed@google.com | 2011-02-16 |
* | Fix warnings on linux build (strict aliasing, cons init order, vars used only... | bsalomon@google.com | 2011-02-03 |
* | Attempt to simplify NPOT texture caps. Also fixes case where textures would u... | bsalomon@google.com | 2011-02-01 |
* | Adds ability to draw rects using a unit square vertex buffer. Useful when mat... | bsalomon@google.com | 2011-02-01 |
* | fix slow performance on desktops by uping our max-texture-dim from 512 to | reed@google.com | 2011-01-28 |
* | make xfermode warning printf be debug-only | reed@google.com | 2011-01-21 |
* | Rev the GrContext interface. Context has draw* functions that take a new GrPa... | bsalomon@google.com | 2011-01-21 |
* | Remove notion of default rendertarget. This doesn't map well to usage pattern... | bsalomon@google.com | 2011-01-18 |
* | Towards issue #106 | bsalomon@google.com | 2011-01-13 |
* | expose gpu-device-factory | reed@google.com | 2011-01-11 |
* | add template macro to "safely" perform casts w/o breaking strict-aliasing | reed@google.com | 2011-01-05 |
* | fix build for scalar==fixed | reed@google.com | 2011-01-04 |
* | add gpu to the default makefile | reed@google.com | 2010-12-23 |