| Commit message (Expand) | Author | Age |
* | 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 |
* | Fix winding order check for negative scale in tesselated path rendering. The | senorblanco@chromium.org | 2011-05-16 |
* | Upload matrix as gl float rather than gr scalar (fixes a build break when sca... | bsalomon@google.com | 2011-05-16 |
* | Disable blend for edge AA not general AA | bsalomon@google.com | 2011-05-12 |
* | Style fix | Scroggo | 2011-05-12 |
* | Edge antialiasing for convex shapes in Ganesh | senorblanco@chromium.org | 2011-05-12 |
* | Allow blending if there is a color filter. | Scroggo | 2011-05-11 |
* | Add space between mediump and float in 2pt radial vertex uniform decl | bsalomon@google.com | 2011-05-11 |
* | Remove a warning. | Scroggo | 2011-05-11 |
* | Store 1/255 as a constant to reduce number of divides. | Scroggo | 2011-05-11 |
* | Remove unused variable. | Scroggo | 2011-05-11 |
* | Keep program cache consistent when program creation fails. | bsalomon@google.com | 2011-05-11 |
* | 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 |
* | Fix unused var warning | bsalomon@google.com | 2011-05-09 |
* | remove deleted include file (oops) | bsalomon@google.com | 2011-05-09 |
* | Remove previous shader generator class. No longer compiles due to elimination... | bsalomon@google.com | 2011-05-09 |
* | Make shader generator more legible. Get rid of some magic values. | bsalomon@google.com | 2011-05-09 |
* | Share code with SkRect | reed@google.com | 2011-05-09 |
* | remove #if 0 code | reed@google.com | 2011-05-09 |
* | Suppress int/NULL comparison warning | bsalomon@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 |
* | remove unused var, fixes warning | 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 |
* | Minor fixes to get SampleApp's OpenGL path not to crash on Linux. Initialize | senorblanco@chromium.org | 2011-05-04 |
* | Fix validation (glTexEnvi is fixed pipe only) | bsalomon@google.com | 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 |
* | Fixing a simple build error in GrGpuGLShaders.cpp with GR_AGGRESSIVE_SHADER_OPTS | junov@google.com | 2011-04-29 |
* | Only define debugging GL globals when the code paths are enabled | bsalomon@google.com | 2011-04-28 |
* | Make reserveAndLockGeometry set index/vertex ptr to null if none requested. W... | bsalomon@google.com | 2011-04-28 |
* | 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 |
* | Make Gr clear take a rect for a partial-clear | bsalomon@google.com | 2011-04-27 |
* | SSSA for drawVerts, cleanup determination of when stage is enabled | bsalomon@google.com | 2011-04-26 |
* | Update GR_API to support non-Windows DLLs. | bsalomon@google.com | 2011-04-26 |
* | Per-draw super sampling. Disabled, path only, 2x2 only | bsalomon@google.com | 2011-04-26 |
* | Fix signed/unsigned warning in GrInOrderDrawBuffer.cpp | bsalomon@google.com | 2011-04-26 |
* | Remove sampler state param from lockKeylessTexture. It didn't serve any funct... | bsalomon@google.com | 2011-04-26 |
* | Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBuffer | bsalomon@google.com | 2011-04-25 |
* | Remove unnecessary BindBuffers. These were needed when we used vertex arrays.... | bsalomon@google.com | 2011-04-25 |
* | Add lockKeylessTexture() for caching texture without a content key. | bsalomon@google.com | 2011-04-25 |