aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* Undo accidental commit of GrContext.cpp in r1860.Gravatar bsalomon@google.com2011-07-14
* Make CPU->GPU blur path use texture cacheGravatar bsalomon@google.com2011-07-14
* Remove some cruft from SampleApp.cppGravatar bsalomon@google.com2011-07-14
* Updated SkUIView to use the current code, added a default gl interface for iosGravatar yangsu@google.com2011-07-13
* Remove unused SkGpuDevice functions, add GrRenderTarget handle gettersGravatar bsalomon@google.com2011-07-13
* GPU-based blur cleanup. Clean up some issues raised in code review:Gravatar senorblanco@chromium.org2011-07-12
* 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
* Reduce gets of ext string and check validity of stencil format enumsGravatar bsalomon@google.com2011-07-06
* Indexed drawing for paths with multiple contoursGravatar bsalomon@google.com2011-07-06
* suppress printfsGravatar reed@google.com2011-07-05
* Offset bounds in GrDefaultPathRenderer by fTranslate.Gravatar bsalomon@google.com2011-07-01
* Reworks r1770 so that users who have replaced SkUserConfig don't have toGravatar tomhudson@google.com2011-07-01
* Don't send NULL buffer data hint in chromeGravatar bsalomon@google.com2011-07-01
* Tesselate path once for tiled offscreen AAGravatar bsalomon@google.com2011-07-01
* Remove GrAuto*Malloc, replace with SkAuto*MallocGravatar bsalomon@google.com2011-06-30
* Enable WebKit/Chromium style logging for Skia.Gravatar tomhudson@google.com2011-06-30
* Adding the notion of a volatile bitmap to SkBitmap. Gravatar junov@google.com2011-06-30
* Fix bug where equality was used instead of assignment.Gravatar tomhudson@google.com2011-06-30
* Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset()Gravatar bsalomon@google.com2011-06-29
* Parse SampleApp command line for a test name. If an argument is passed toGravatar senorblanco@chromium.org2011-06-28
* Guard against 0 tolerance in curve subdivision.Gravatar tomhudson@google.com2011-06-28
* Updated the references to iOS util files in the iOSSampleApp project fileGravatar yangsu@google.com2011-06-24
* Remove global curve subdivision tolerance from GrPathUtils.Gravatar tomhudson@google.com2011-06-24
* Add support for 8 bits/component glyphs, toGravatar caryclark@google.com2011-06-22
* Fix copy/paste error in GrDrawTarget::AutoStateRestore::setGravatar bsalomon@google.com2011-06-22
* fix to free a plot when purging gr font cacheGravatar bsalomon@google.com2011-06-21
* Initialize members to satisfy coverity.Gravatar bsalomon@google.com2011-06-21
* Refactor GrDrawTarget vertex/index apiGravatar bsalomon@google.com2011-06-21
* Fix handling of nan when clamping number of pts in quads/cubicsGravatar bsalomon@google.com2011-06-17
* Remember last successful stencil formatGravatar bsalomon@google.com2011-06-17
* Fix self-assignment Gravatar bsalomon@google.com2011-06-17
* Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.Gravatar Scroggo2011-06-17
* First pass at improving temporary tex/rt reuseGravatar bsalomon@google.com2011-06-16
* Rename GrGLBug to GrGLCapability.Gravatar tomhudson@google.com2011-06-16
* Always call notifyTextureDelete in onRelease.Gravatar Scroggo2011-06-16
* Avoid checking to see if a bool is less than zero.Gravatar tomhudson@google.com2011-06-15
* Implement edge AA for concave polys in the tesselated path renderer.Gravatar senorblanco@chromium.org2011-06-15
* Increase compatibility with clang, mostly around SK_RESTRICT.Gravatar tomhudson@google.com2011-06-15
* Set texture dirty flag only when texture has really changedGravatar bsalomon@google.com2011-06-15
* Enable SSAA on inverse filled pathsGravatar bsalomon@google.com2011-06-14
* delete all old (non-Gyp) buildfilesGravatar epoger@google.com2011-06-14
* FBO probing at Context startup is very expensive. This patch removes theGravatar tomhudson@google.com2011-06-14
* Fix text-as-path with skshader on gpuGravatar bsalomon@google.com2011-06-13
* uint32_t -> int for texture extentsGravatar bsalomon@google.com2011-06-13
* drop extraneous GrPrintfsGravatar reed@google.com2011-06-13
* Consider hw render target limit for offscreen supersample and tileGravatar bsalomon@google.com2011-06-13
* Updates to the Android SampleAppGravatar djsollen@google.com2011-06-13
* Adding functionality for purgin graphics resource handlesGravatar junov@google.com2011-06-08