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
*
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
*
Remove createPlatformRenderTarget, undeprecate createRenderTargetFrom3DAPIState
bsalomon@google.com
2011-05-19
*
The plain Makefile was using -Wall, but the gyp build wasn't. This CL turns on
senorblanco@chromium.org
2011-05-19
*
Add Mesa as a GL backend.
bungeman@google.com
2011-05-19
*
Batch up draws into triangle fans as large as possible when drawing convex
senorblanco@chromium.org
2011-05-19
*
Fix uninit of mask var
bsalomon@google.com
2011-05-18
*
Use coverage stages for supersample AA resolve, edgeAA, and glyph masks. Expo...
bsalomon@google.com
2011-05-17
*
Set fEdgesUni to kUseUniform when we need to upload it. Fix for bug introduced
senorblanco@chromium.org
2011-05-17
*
Pass forceClose "true" to SkPath::Iter constructor in
senorblanco@chromium.org
2011-05-17
*
get tests closer to passing for SKIA_SCALAR=fixed
epoger@google.com
2011-05-17
*
Removing remnants of GrGLEffect.
junov@google.com
2011-05-17
*
separate coverage stages from color stages.
bsalomon@google.com
2011-05-16
*
Fixed color bleeding issue when drawing a sub region of a bitmap with filteri...
junov@google.com
2011-05-16
*
use SkPath for GrPath, removing GrPathIter entirely
reed@google.com
2011-05-16
*
Fix winding order check for negative scale in tesselated path rendering. The
senorblanco@chromium.org
2011-05-16
*
Upload matrix as gl float rather than gr scalar (fixes a build break when sca...
bsalomon@google.com
2011-05-16
*
Disable blend for edge AA not general AA
bsalomon@google.com
2011-05-12
*
Style fix
Scroggo
2011-05-12
*
Edge antialiasing for convex shapes in Ganesh
senorblanco@chromium.org
2011-05-12
*
Allow blending if there is a color filter.
Scroggo
2011-05-11
*
Add space between mediump and float in 2pt radial vertex uniform decl
bsalomon@google.com
2011-05-11
*
Remove a warning.
Scroggo
2011-05-11
*
Store 1/255 as a constant to reduce number of divides.
Scroggo
2011-05-11
*
Remove unused variable.
Scroggo
2011-05-11
*
Keep program cache consistent when program creation fails.
bsalomon@google.com
2011-05-11
*
Add color filters to gpu path.
Scroggo
2011-05-11
*
Make GrMatrix an alias of SkMatrix. Add new methods to SkMatrix.
bsalomon@google.com
2011-05-10
*
Fix unused var warning
bsalomon@google.com
2011-05-09
*
remove deleted include file (oops)
bsalomon@google.com
2011-05-09
*
Remove previous shader generator class. No longer compiles due to elimination...
bsalomon@google.com
2011-05-09
*
Make shader generator more legible. Get rid of some magic values.
bsalomon@google.com
2011-05-09
*
Share code with SkRect
reed@google.com
2011-05-09
*
remove #if 0 code
reed@google.com
2011-05-09
*
Suppress int/NULL comparison warning
bsalomon@google.com
2011-05-09
*
use SkPoint, creating an alias for GrPoint
reed@google.com
2011-05-06
[next]