index
:
skia
master
2D graphics library
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
gpu
Commit message (
Expand
)
Author
Age
*
Enable WebKit/Chromium style logging for Skia.
tomhudson@google.com
2011-06-30
*
Adding the notion of a volatile bitmap to SkBitmap.
junov@google.com
2011-06-30
*
Fix bug where equality was used instead of assignment.
tomhudson@google.com
2011-06-30
*
Fix valgrind reported issue, uninit mem in AutoReleaseGeometry::reset()
bsalomon@google.com
2011-06-29
*
Parse SampleApp command line for a test name. If an argument is passed to
senorblanco@chromium.org
2011-06-28
*
Guard against 0 tolerance in curve subdivision.
tomhudson@google.com
2011-06-28
*
Updated the references to iOS util files in the iOSSampleApp project file
yangsu@google.com
2011-06-24
*
Remove global curve subdivision tolerance from GrPathUtils.
tomhudson@google.com
2011-06-24
*
Add support for 8 bits/component glyphs, to
caryclark@google.com
2011-06-22
*
Fix copy/paste error in GrDrawTarget::AutoStateRestore::set
bsalomon@google.com
2011-06-22
*
fix to free a plot when purging gr font cache
bsalomon@google.com
2011-06-21
*
Initialize members to satisfy coverity.
bsalomon@google.com
2011-06-21
*
Refactor GrDrawTarget vertex/index api
bsalomon@google.com
2011-06-21
*
Fix handling of nan when clamping number of pts in quads/cubics
bsalomon@google.com
2011-06-17
*
Remember last successful stencil format
bsalomon@google.com
2011-06-17
*
Fix self-assignment
bsalomon@google.com
2011-06-17
*
Remove redundant GrTouchGesture. Switch its only user to SkTouchGesture.
Scroggo
2011-06-17
*
First pass at improving temporary tex/rt reuse
bsalomon@google.com
2011-06-16
*
Rename GrGLBug to GrGLCapability.
tomhudson@google.com
2011-06-16
*
Always call notifyTextureDelete in onRelease.
Scroggo
2011-06-16
*
Avoid checking to see if a bool is less than zero.
tomhudson@google.com
2011-06-15
*
Implement edge AA for concave polys in the tesselated path renderer.
senorblanco@chromium.org
2011-06-15
*
Increase compatibility with clang, mostly around SK_RESTRICT.
tomhudson@google.com
2011-06-15
*
Set texture dirty flag only when texture has really changed
bsalomon@google.com
2011-06-15
*
Enable SSAA on inverse filled paths
bsalomon@google.com
2011-06-14
*
delete all old (non-Gyp) buildfiles
epoger@google.com
2011-06-14
*
FBO probing at Context startup is very expensive. This patch removes the
tomhudson@google.com
2011-06-14
*
Fix text-as-path with skshader on gpu
bsalomon@google.com
2011-06-13
*
uint32_t -> int for texture extents
bsalomon@google.com
2011-06-13
*
drop extraneous GrPrintfs
reed@google.com
2011-06-13
*
Consider hw render target limit for offscreen supersample and tile
bsalomon@google.com
2011-06-13
*
Updates to the Android SampleApp
djsollen@google.com
2011-06-13
*
Adding functionality for purgin graphics resource handles
junov@google.com
2011-06-08
*
GCC 4.6 fix: intptr_t <-> NULL triggers an warning.
thakis@chromium.org
2011-06-07
*
Apply translate param to path bounds when computing ssaa bounds
bsalomon@google.com
2011-06-07
*
Correct argument order for drawSimpleRect()
thakis@chromium.org
2011-06-07
*
Committing on behalf of gman@chromium.org:
kbr@chromium.org
2011-06-07
*
allow the build system to enable offscreen_aa to some max dimension
reed@google.com
2011-06-03
*
Correction of texture domain calculation. Review=http://codereview.appspot.c...
twiz@google.com
2011-06-02
*
Reduce GrGLProgram::ProgramDesc from 88B to 24B.
tomhudson@google.com
2011-06-02
*
Fix to bug, partial fix to unit tests following on from
tomhudson@google.com
2011-06-01
*
include SkTypes.h
reed@google.com
2011-06-01
*
Speed up GrBinHashKey computation by replacing Adler32 with One-at-a-Time hash
tomhudson@google.com
2011-06-01
*
Fix copy/paste bug that checks same stencil field twice in isDisabled().
bsalomon@google.com
2011-05-27
*
This change eliminates a potential memory leak and it
junov@google.com
2011-05-25
*
Rename glu libtess symbols. When enabled in WebKit, the internal_glu libtess
senorblanco@chromium.org
2011-05-25
*
Fixes performance for texture domain uniform upload
junov@google.com
2011-05-24
*
Fixed point no longer crashes when GL enabled in gm tests.
bungeman@google.com
2011-05-20
*
Tag GrPrintf with GR_API so that it is exposed to users of a Skia DLL
bsalomon@google.com
2011-05-20
*
Add dual source blending support for proper blending with coverage.
bsalomon@google.com
2011-05-20
[next]