| Commit message (Expand) | Author | Age |
* | Don't send NULL buffer data hint in chrome | bsalomon@google.com | 2011-07-01 |
* | Tesselate path once for tiled offscreen AA | bsalomon@google.com | 2011-07-01 |
* | Remove GrAuto*Malloc, replace with SkAuto*Malloc | bsalomon@google.com | 2011-06-30 |
* | Adding the notion of a volatile bitmap to SkBitmap. | junov@google.com | 2011-06-30 |
* | Remove global curve subdivision tolerance from GrPathUtils. | tomhudson@google.com | 2011-06-24 |
* | Add support for 8 bits/component glyphs, to | caryclark@google.com | 2011-06-22 |
* | Initialize members to satisfy coverity. | bsalomon@google.com | 2011-06-21 |
* | Refactor GrDrawTarget vertex/index api | bsalomon@google.com | 2011-06-21 |
* | Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture. | Scroggo | 2011-06-17 |
* | First pass at improving temporary tex/rt reuse | bsalomon@google.com | 2011-06-16 |
* | Rename GrGLBug to GrGLCapability. | tomhudson@google.com | 2011-06-16 |
* | Avoid checking to see if a bool is less than zero. | tomhudson@google.com | 2011-06-15 |
* | Implement edge AA for concave polys in the tesselated path renderer. | senorblanco@chromium.org | 2011-06-15 |
* | Enable SSAA on inverse filled paths | bsalomon@google.com | 2011-06-14 |
* | FBO probing at Context startup is very expensive. This patch removes the | tomhudson@google.com | 2011-06-14 |
* | Fix text-as-path with skshader on gpu | bsalomon@google.com | 2011-06-13 |
* | uint32_t -> int for texture extents | bsalomon@google.com | 2011-06-13 |
* | Consider hw render target limit for offscreen supersample and tile | bsalomon@google.com | 2011-06-13 |
* | Adding functionality for purgin graphics resource handles | junov@google.com | 2011-06-08 |
* | include SkTypes.h | reed@google.com | 2011-06-01 |
* | Fix copy/paste bug that checks same stencil field twice in isDisabled(). | bsalomon@google.com | 2011-05-27 |
* | Fixed point no longer crashes when GL enabled in gm tests. | bungeman@google.com | 2011-05-20 |
* | Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLL | bsalomon@google.com | 2011-05-20 |
* | Add dual source blending support for proper blending with coverage. | bsalomon@google.com | 2011-05-20 |
* | Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState | bsalomon@google.com | 2011-05-19 |
* | The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on | senorblanco@chromium.org | 2011-05-19 |
* | Batch up draws into triangle fans as large as possible when drawing convex | senorblanco@chromium.org | 2011-05-19 |
* | Fix uninit of mask var | bsalomon@google.com | 2011-05-18 |
* | Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo... | bsalomon@google.com | 2011-05-17 |
* | Removing remnants of GrGLEffect. | junov@google.com | 2011-05-17 |
* | separate coverage stages from color stages. | bsalomon@google.com | 2011-05-16 |
* | Fixed color bleeding issue when drawing a sub region of a bitmap with filteri... | junov@google.com | 2011-05-16 |
* | use SkPath for GrPath, removing GrPathIter entirely | reed@google.com | 2011-05-16 |
* | Edge antialiasing for convex shapes in Ganesh | senorblanco@chromium.org | 2011-05-12 |
* | Add color filters to gpu path. | Scroggo | 2011-05-11 |
* | Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix. | bsalomon@google.com | 2011-05-10 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | remove #if 0 code | reed@google.com | 2011-05-09 |
* | use SkPoint, creating an alias for GrPoint | reed@google.com | 2011-05-06 |
* | share macros and types with SkScalar, but keep aliases for now, to avoid editing | reed@google.com | 2011-05-06 |
* | Replace GrStringBuilder with SkString. First step in cleaning up the shader g... | bsalomon@google.com | 2011-05-06 |
* | Switch to GrGpuGLShaders (instead of GrGpuGLShaders2). | bsalomon@google.com | 2011-05-05 |
* | Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa. | bsalomon@google.com | 2011-05-05 |
* | SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleApp | senorblanco@chromium.org | 2011-05-04 |
* | Add all ES2 glUniform functions to GrGLInterface. Add interface validation fo... | bsalomon@google.com | 2011-05-04 |
* | Remove GrContext.h dependence on GrGpu.h | bsalomon@google.com | 2011-05-02 |
* | 4x4 SSAA with improvements in determination of when to apply. Still disabled ... | bsalomon@google.com | 2011-05-02 |
* | Fix warnings. | bsalomon@google.com | 2011-04-28 |
* | Adding newline at end of file to fix compiler error. | agl@chromium.org | 2011-04-27 |
* | Add bounding rect for paths | bsalomon@google.com | 2011-04-27 |