aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrContext.cpp
Commit message (Expand)AuthorAge
* 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
* Add 4x4 downsample filter with 4 bilinear texture reads, use for ssaa.Gravatar bsalomon@google.com2011-05-05
* 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
* 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
* 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
* 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
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* Add APIs and plumbing for external rendertaret-textures w/ and w/out MSAA.Gravatar bsalomon@google.com2011-04-11
* Add isMultisampled() to GrRenderTarget. Cleanup MSAA vs smooth lines logic in...Gravatar bsalomon@google.com2011-04-06
* Adds read pixels to GrTexture and GrRenderTargetGravatar bsalomon@google.com2011-04-05
* Add GrResource base class for ibs, texs, vbs, etc.Gravatar bsalomon@google.com2011-03-30
* 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
* Delete GL tex ID when last of GrGLTexture or GrGLRenderTarget that reference ...Gravatar bsalomon@google.com2011-03-10
* Make flush discardable and lazily reset contextGravatar bsalomon@google.com2011-03-10
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Fix double delete of vb pool and missing delete of ib poolGravatar bsalomon@google.com2011-02-25
* Fix line endings in Gr files and set svn eol style to LFGravatar bsalomon@google.com2011-02-22
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Reduce glGets for stencil bits.Gravatar bsalomon@google.com2011-02-18
* Hide alloc size vs content size below APIGravatar bsalomon@google.com2011-02-17
* Batch consecutive draw rects.Gravatar bsalomon@google.com2011-02-16
* Fix param order in setVertexSourceToBuffer calls due to r786 when GR_STATIC_R...Gravatar bsalomon@google.com2011-02-14
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* git-svn-id: http://skia.googlecode.com/svn/trunk@783 2bbb7eff-a529-9590-31e7-...Gravatar bsalomon@google.com2011-02-11
* Make enabling static rect VB configurable by user config file.Gravatar bsalomon@google.com2011-02-02
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01
* Adds ability to draw rects using a unit square vertex buffer. Useful when mat...Gravatar bsalomon@google.com2011-02-01
* fix slow performance on desktops by uping our max-texture-dim from 512 toGravatar reed@google.com2011-01-28
* Rev the GrContext interface. Context has draw* functions that take a new GrPa...Gravatar bsalomon@google.com2011-01-21
* add getter/setter for TextureCache, so that clients can make their budgetGravatar reed@google.com2011-01-18
* Remove notion of default rendertarget. This doesn't map well to usage pattern...Gravatar bsalomon@google.com2011-01-18
* Fix vertex buffer size computation when deferred text is disabled. This chang...Gravatar bsalomon@google.com2011-01-18
* Towards issue #106Gravatar bsalomon@google.com2011-01-13
* add gpu to the default makefileGravatar reed@google.com2010-12-23
* add gpu backend (not hooked up yet)Gravatar reed@google.com2010-12-22