aboutsummaryrefslogtreecommitdiffhomepage
path: root/gpu
Commit message (Expand)AuthorAge
* 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
* GCC 4.6 fix: intptr_t <-> NULL triggers an warning.Gravatar thakis@chromium.org2011-06-07
* Apply translate param to path bounds when computing ssaa boundsGravatar bsalomon@google.com2011-06-07
* Correct argument order for drawSimpleRect()Gravatar thakis@chromium.org2011-06-07
* Committing on behalf of gman@chromium.org:Gravatar kbr@chromium.org2011-06-07
* allow the build system to enable offscreen_aa to some max dimensionGravatar reed@google.com2011-06-03
* Correction of texture domain calculation. Review=http://codereview.appspot.c...Gravatar twiz@google.com2011-06-02
* Reduce GrGLProgram::ProgramDesc from 88B to 24B.Gravatar tomhudson@google.com2011-06-02
* Fix to bug, partial fix to unit tests following on fromGravatar tomhudson@google.com2011-06-01
* include SkTypes.hGravatar reed@google.com2011-06-01
* Speed up GrBinHashKey computation by replacing Adler32 with One-at-a-Time hashGravatar tomhudson@google.com2011-06-01
* Fix copy/paste bug that checks same stencil field twice in isDisabled().Gravatar bsalomon@google.com2011-05-27
* This change eliminates a potential memory leak and itGravatar junov@google.com2011-05-25
* Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtessGravatar senorblanco@chromium.org2011-05-25
* Fixes performance for texture domain uniform uploadGravatar junov@google.com2011-05-24
* Fixed point no longer crashes when GL enabled in gm tests.Gravatar bungeman@google.com2011-05-20
* Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLLGravatar bsalomon@google.com2011-05-20
* Add dual source blending support for proper blending with coverage.Gravatar bsalomon@google.com2011-05-20
* Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIStateGravatar bsalomon@google.com2011-05-19
* The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns onGravatar senorblanco@chromium.org2011-05-19
* Add Mesa as a GL backend.Gravatar bungeman@google.com2011-05-19
* Batch up draws into triangle fans as large as possible when drawing convexGravatar senorblanco@chromium.org2011-05-19
* Fix uninit of mask varGravatar bsalomon@google.com2011-05-18
* Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...Gravatar bsalomon@google.com2011-05-17
* Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introducedGravatar senorblanco@chromium.org2011-05-17
* Pass forceClose "true" to SkPath::Iter constructor inGravatar senorblanco@chromium.org2011-05-17
* get tests closer to passing for SKIA_SCALAR=fixedGravatar epoger@google.com2011-05-17
* 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