aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/include
Commit message (Expand)AuthorAge
* 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
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Edge antialiasing for convex shapes in GaneshGravatar senorblanco@chromium.org2011-05-12
* Add color filters to gpu path.Gravatar Scroggo2011-05-11
* Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.Gravatar bsalomon@google.com2011-05-10
* Share code with SkRectGravatar reed@google.com2011-05-09
* remove #if 0 codeGravatar reed@google.com2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* share macros and types with SkScalar, but keep aliases for now, to avoid editingGravatar reed@google.com2011-05-06
* Replace GrStringBuilder with SkString. First step in cleaning up the shader g...Gravatar bsalomon@google.com2011-05-06
* Switch to GrGpuGLShaders (instead of GrGpuGLShaders2).Gravatar bsalomon@google.com2011-05-05
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05
* SampleApp builds skia on Linux with BGRA pixel order, but Ganesh's SampleAppGravatar senorblanco@chromium.org2011-05-04
* Add all ES2 glUniform functions to GrGLInterface. Add interface validation fo...Gravatar bsalomon@google.com2011-05-04
* Remove GrContext.h dependence on GrGpu.hGravatar bsalomon@google.com2011-05-02
* 4x4 SSAA with improvements in determination of when to apply. Still disabled ...Gravatar bsalomon@google.com2011-05-02
* Fix warnings.Gravatar bsalomon@google.com2011-04-28
* Adding newline at end of file to fix compiler error.Gravatar agl@chromium.org2011-04-27
* Add bounding rect for pathsGravatar bsalomon@google.com2011-04-27
* Make Gr clear take a rect for a partial-clearGravatar bsalomon@google.com2011-04-27
* SSSA for drawVerts, cleanup determination of when stage is enabledGravatar bsalomon@google.com2011-04-26
* Update GR_API to support non-Windows DLLs.Gravatar bsalomon@google.com2011-04-26
* Per-draw super sampling. Disabled, path only, 2x2 onlyGravatar bsalomon@google.com2011-04-26
* Remove sampler state param from lockKeylessTexture. It didn't serve any funct...Gravatar bsalomon@google.com2011-04-26
* Make clear a GrDrawTarget virtual method and implement in GrInOrderDrawBufferGravatar bsalomon@google.com2011-04-25
* Add lockKeylessTexture() for caching texture without a content key.Gravatar bsalomon@google.com2011-04-25
* Move alpha-ramp AA to GrContext, detect cases when AA is applied via other me...Gravatar bsalomon@google.com2011-04-25
* Fix alignment issues with stack allocated memory allocated as bytes but used ...Gravatar bsalomon@google.com2011-04-20
* Adds a build flag for GL to never use vertex attributes that don't have per-v...Gravatar bsalomon@google.com2011-04-19
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* NO_ERROR version of GR_GL macro shouldn't call check errrorGravatar bsalomon@google.com2011-04-14
* test of writable Skia tree in a chrome tree.Gravatar bsalomon@google.com2011-04-13
* rename XHelper members to onXGravatar bsalomon@google.com2011-04-12
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* fix use of smooth linesGravatar bsalomon@google.com2011-04-08
* Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...Gravatar bsalomon@google.com2011-04-06
* Fix dangling ptr when GrRenderTarget outlives its GrTexture representationGravatar bsalomon@google.com2011-04-05
* add rect.inset(dx, dy)Gravatar reed@google.com2011-04-05
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* export GrDefaultPathRenderer/GrPathRendererGravatar bsalomon@google.com2011-04-04
* Remove dependence on platform GL headers. Remove code that attempts to infer ...Gravatar bsalomon@google.com2011-04-04
* Refactoring the GrGpuGLShaders2 into 2 classes: GrGpuGLShadersGravatar junov@google.com2011-03-31
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* This CL implements a tesselated path renderer, using GLU's libtess. All of theGravatar senorblanco@chromium.org2011-03-28
* Add way to determine at link time what path renderer will be used.Gravatar bsalomon@google.com2011-03-25
* Rename flag that disables stencil buffer creationGravatar bsalomon@google.com2011-03-24
* Add GL_CHROMIUM_framebuffer_multisample support.Gravatar bsalomon@google.com2011-03-23
* add GR at the endGravatar reed@google.com2011-03-22