aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu/src/GrGpu.cpp
Commit message (Expand)AuthorAge
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* Get rid of createRenderTargetFrom3DAPIState and associated glGets necessary t...Gravatar bsalomon@google.com2011-08-19
* Use a prioritized list of path renderers in Gr.Gravatar bsalomon@google.com2011-08-19
* Fixed r2125. Identical change but also moves GrTesselatedPathRenderer.h to sr...Gravatar bsalomon@google.com2011-08-17
* Revert "Make GrDrawTarget.h and GrPathRenderer.h be private headers"Gravatar vandebo@chromium.org2011-08-16
* Make GrDrawTarget.h and GrPathRenderer.h be private headersGravatar bsalomon@google.com2011-08-16
* Use a single stencil buffer for a given width,height,samplecountGravatar bsalomon@google.com2011-08-08
* Make RT & TEX base classes aware of NPOT/min-RT bloated sizeGravatar bsalomon@google.com2011-08-08
* Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use ste...Gravatar bsalomon@google.com2011-08-05
* Add GrStencilBuffer as a separate resource type from render targetGravatar bsalomon@google.com2011-08-03
* Revert r2026 due to bot failuresGravatar bsalomon@google.com2011-08-02
* Create a separate GrStencilBuffer class apart from GrRenderTarget.Gravatar bsalomon@google.com2011-08-02
* Remove unnecessary dirty clip flag in GrGpu, remove getUsableStencilBits()Gravatar bsalomon@google.com2011-08-01
* Automatic update of all copyright notices to reflect new license terms.Gravatar epoger@google.com2011-07-28
* Make GrTextureCache into a generic GrResource cache. Also some GrContext text...Gravatar bsalomon@google.com2011-07-26
* Indexed drawing for paths with multiple contoursGravatar bsalomon@google.com2011-07-06
* Tesselate path once for tiled offscreen AAGravatar bsalomon@google.com2011-07-01
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* Refactor GrDrawTarget vertex/index apiGravatar bsalomon@google.com2011-06-21
* Correct argument order for drawSimpleRect()Gravatar thakis@chromium.org2011-06-07
* Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIStateGravatar bsalomon@google.com2011-05-19
* use SkPath for GrPath, removing GrPathIter entirelyGravatar reed@google.com2011-05-16
* Share code with SkRectGravatar reed@google.com2011-05-09
* use SkPoint, creating an alias for GrPointGravatar reed@google.com2011-05-06
* 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
* Make Gr clear take a rect for a partial-clearGravatar bsalomon@google.com2011-04-27
* Add lockKeylessTexture() for caching texture without a content key.Gravatar bsalomon@google.com2011-04-25
* rename SkDevice::eraseColor to clear and make virtual.Gravatar bsalomon@google.com2011-04-14
* 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
* 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
* Fix ref leak on GrGpu.Gravatar bsalomon@google.com2011-03-29
* 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
* Fix direct-to-stencil clippath rendering logic in GrGpu.Gravatar bsalomon@google.com2011-03-24
* Add blend constant color and use it for lcd text common case (no fancy blend ...Gravatar bsalomon@google.com2011-03-15
* Make flush discardable and lazily reset contextGravatar bsalomon@google.com2011-03-10
* If we compute an exact clip bounds prefer it over user passed bounds. Also cl...Gravatar bsalomon@google.com2011-03-08
* Fixups for clipstack, convexity test for paths.Gravatar bsalomon@google.com2011-03-04
* Add support for clipstack to Gr. GrClip is now a list of rects and paths with...Gravatar bsalomon@google.com2011-03-03
* Make a separate path renderer object. Move enum types to GrTypes.hGravatar bsalomon@google.com2011-02-22
* Avoid putting adding vertex buffers to the pool when setting the complex clip.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
* Refactor how Gr handles vertex and index data. GrGpu and GrInOrderDrawBuffer ...Gravatar bsalomon@google.com2011-02-14
* Attempt to simplify NPOT texture caps. Also fixes case where textures would u...Gravatar bsalomon@google.com2011-02-01