aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
...
* Make GL calls go through macro (and therefore trigger callback function if pr...Gravatar bsalomon@google.com2011-09-06
* Rename existing nonpreserving reallocs to reset, add reset to SkAutoMalloc, u...Gravatar bsalomon@google.com2011-09-02
* Remove unneeded #defineGravatar bsalomon@google.com2011-09-02
* Fix some warnings when including some Skia headers in Chromium code under VS2...Gravatar bsalomon@google.com2011-09-01
* Add optional per-gl-func client callback.Gravatar bsalomon@google.com2011-09-01
* Compile option to perform GL logging by default debug.Gravatar bsalomon@google.com2011-08-31
* Abort AA rect path when index buffer allocation failsGravatar bsalomon@google.com2011-08-31
* Fix GrAAHairLinePathRenderer fixed pt buildGravatar bsalomon@google.com2011-08-30
* Add GrAAHairLinePathRendererGravatar bsalomon@google.com2011-08-30
* Fix multi-line macro by adding line continuation.Gravatar bsalomon@google.com2011-08-30
* Updated iOS SampleApp and the simple hello world Skia Cocoa App under experim...Gravatar yangsu@google.com2011-08-30
* Add SkMatrix::getPerspectiveTypeMaskOnly() and SkMatrix::isTriviallyIdentity().Gravatar tomhudson@google.com2011-08-30
* [committed on behalf of dmaclach@chromium.org.]Gravatar senorblanco@chromium.org2011-08-29
* Fix GPU assumption that clipstack begins with intersect or replace.Gravatar bsalomon@google.com2011-08-29
* rolling back the experimental rollbacks in r2178-2179Gravatar epoger@google.com2011-08-26
* rolling tree back to its state as of r2169 to see if that fixes Windows build...Gravatar epoger@google.com2011-08-26
* Experimental revert of 2170 to see if the buildbot issues are somehow related.Gravatar tomhudson@google.com2011-08-26
* Don't intersect clipstack with root device boundsGravatar bsalomon@google.com2011-08-25
* Remove compiler warnings (Linux clang, mostly).Gravatar tomhudson@google.com2011-08-25
* Remove compiler warnings (gcc on Linux).Gravatar tomhudson@google.com2011-08-25
* More prep work in Gr for landing AA hairline renderer.Gravatar bsalomon@google.com2011-08-23
* Correctly determine whether HW AA lines can be usedGravatar bsalomon@google.com2011-08-23
* Exit early from 0 prim draws in GrDrawTargetGravatar bsalomon@google.com2011-08-23
* Fix GrResourceCache::removeAll when one resource holds a lock on anotherGravatar bsalomon@google.com2011-08-22
* 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
* Change GrSafeUnref / GrSafeRef from static inlines to #defines. Chrome buid i...Gravatar bsalomon@google.com2011-08-19
* Include GrRenderTarget.h in GrContext.h to unblock skia roll due to WK depend...Gravatar bsalomon@google.com2011-08-19
* Make GrGLInterface a per-GrContext refcounted object rather than a globalGravatar bsalomon@google.com2011-08-19
* Fix build break in r2136Gravatar bsalomon@google.com2011-08-18
* Clening up GrBinHashKey. Removing unnecessary streaming capabilityGravatar junov@google.com2011-08-18
* 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
* Remove GrContext::drawCustomVerticesGravatar bsalomon@google.com2011-08-16
* Make program unit test run clean and add it to tests programGravatar bsalomon@google.com2011-08-16
* Move some gpu headers out of the public include dirGravatar bsalomon@google.com2011-08-16
* Fix crash in GrStencilBuffer when it tries to unlock itself but has lost its ...Gravatar bsalomon@google.com2011-08-09
* Increase default cache sizeGravatar bsalomon@google.com2011-08-09
* Fix some ref leaksGravatar bsalomon@google.com2011-08-09
* Remove unnecessary header include.Gravatar bsalomon@google.com2011-08-09
* Fix sb/rt size computationGravatar bsalomon@google.com2011-08-09
* fix bug in r2077Gravatar bsalomon@google.com2011-08-09
* Suppress uninit warning.Gravatar bsalomon@google.com2011-08-09
* 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
* Fail draws when can't get geom into vb/ib.Gravatar bsalomon@google.com2011-08-05
* Fail path rendering gracefully when vb/ib space alloc failsGravatar bsalomon@google.com2011-08-05
* Fixes for iOS / Ganesh (consistent fs/vs uni precision decl and don't use ste...Gravatar bsalomon@google.com2011-08-05
* Fix dumb copy/paste errorGravatar bsalomon@google.com2011-08-05