aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGLProgram.h
Commit message (Expand)AuthorAge
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* GPU-based Gaussian blur.Gravatar senorblanco@chromium.org2011-07-08
* Fix div by zero in GPU degenerate radials (and add sample and gm baselines)Gravatar bsalomon@google.com2011-07-07
* Remove nested scope resolutions in GrGpuGLShaders and use enum counts for gen...Gravatar bsalomon@google.com2011-07-06
* Implement edge AA for concave polys in the tesselated path renderer.Gravatar senorblanco@chromium.org2011-06-15
* Reduce GrGLProgram::ProgramDesc from 88B to 24B.Gravatar tomhudson@google.com2011-06-02
* Fixes performance for texture domain uniform uploadGravatar junov@google.com2011-05-24
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Removing remnants of GrGLEffect.Gravatar junov@google.com2011-05-17
* separate coverage stages from color stages.Gravatar bsalomon@google.com2011-05-16
* Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...Gravatar junov@google.com2011-05-16
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* Remove unused variable.Gravatar Scroggo2011-05-11
* Keep program cache consistent when program creation fails.Gravatar bsalomon@google.com2011-05-11
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* Make shader generator more legible. Get rid of some magic values.Gravatar bsalomon@google.com2011-05-09
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05
* Adds a build flag for GL to never use vertex attributes that don't have per-v...Gravatar bsalomon@google.com2011-04-19
* Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShadersGravatar junov@google.com2011-03-31